Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 11:51
· 130 commits to main since this release

Fixed

  • The embedded server now pins the process current directory to the Vintage Story install at
    boot (issue #32). The engine's mod loader scans mod dlls with Mono.Cecil's default assembly
    resolver, whose search path is the current directory: a test run launched from a directory
    holding no VintagestoryAPI.dll copy failed every base-game mod's ModInfo scan, loaded zero
    mod systems, and crashed the boot in selectPlayStyle. Atlas resolves consumer mod paths
    against the test assembly's location, never the current directory, so nothing else observes
    the change.