Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Releases: xforce/anno1800-mod-loader

Version v0.8.0

31 Aug 16:03
Compare
Choose a tag to compare

To update, just follow the install instructions in the README

Make sure to install VCRedist https://aka.ms/vs/16/release/VC_redist.x64.exe

Changes:

Version 0.7.12

22 Oct 18:31
7b3edc6
Compare
Choose a tag to compare

To update, just follow the install instructions in the README

Make sure to install VCRedist https://aka.ms/vs/16/release/VC_redist.x64.exe

Changes:

  • Fix incompatibility (Error 0xC0000142) on older CPUs due to an incorrect CPU feature check

Version 0.7.11

22 Oct 16:37
4f37c42
Compare
Choose a tag to compare

To update, just follow the install instructions in the README

Make sure to install VCRedist https://aka.ms/vs/16/release/VC_redist.x64.exe

Changes:

  • Add Support for Game Update 9
  • Add Skip flag to ModOps to temporarily disable a ModOp
  • Adjusted some error logging to include more information where the error was coming from
  • Improved Startup performance and possibly finally fix the 'random' startup error with incompatible message

Version 0.7.10

02 Jun 23:26
fbc350b
Compare
Choose a tag to compare

To update, just follow the install instructions in the README

Make sure to install VCRedist https://aka.ms/vs/16/release/VC_redist.x64.exe

Changes:

  • Fix dummy file from being created if missing, which caused some mods to fail

Version 0.7.9

02 Jun 18:28
87bf479
Compare
Choose a tag to compare

To update, just follow the install instructions in the README

Make sure to install VCRedist https://aka.ms/vs/16/release/VC_redist.x64.exe

Changes:

  • Add Support for Game Update 8.0

Version 0.7.8

08 May 13:16
1c5e7a6
Compare
Choose a tag to compare

To update, just follow the install instructions in the README

Make sure to install VCRedist https://aka.ms/vs/16/release/VC_redist.x64.exe

Due to an issue with the last version you will not get an update notification if you are running 0.7.7 after Game Update 7.3

Changes:

  • Add Support for Game Update 7.3

Version 0.7.7

29 Mar 14:24
2c74217
Compare
Choose a tag to compare

To update, just follow the install instructions in the README

Make sure to install VCRedist https://aka.ms/vs/16/release/VC_redist.x64.exe

Changes:

  • Adjust some logging, to hopefully find a bug...maybe 3822c5e

Version 0.7.6

29 Mar 02:55
928ce9f
Compare
Choose a tag to compare

To update, just follow the install instructions in the README

Make sure to install VCRedist https://aka.ms/vs/16/release/VC_redist.x64.exe

Changes:

  • The great hack to hopefully get rid of failing to find address 57aac43 dbe7ed2
  • Hot-Reload is working again 🎉 f32b04d
  • Handle game restart properly after changing settings that require a restart dbe7ed2
  • Performance Improvements
    • Fixed speculative path lookup c35dcb2 fda4f33
    • Handle Assets Container lookup in a more optimized special way c268e26

Version 0.7.5

26 Mar 01:57
cc20f9f
Compare
Choose a tag to compare
Version 0.7.5 Pre-release
Pre-release

To update, just follow the install instructions in the README

Make sure to install VCRedist https://aka.ms/vs/16/release/VC_redist.x64.exe

Changes:

  • 4733015 Support for Game Update 7 🎉
  • 4733015 Mod loader will now inform when the Game Version used is not compatible instead of crashing 💯

Version 0.7.4

10 Dec 12:50
6680832
Compare
Choose a tag to compare

To update, just follow the install instructions in the README

Make sure to install VCRedist https://aka.ms/vs/16/release/VC_redist.x64.exe

Changes:

  • f22b8b1 Output pdb as part of a release
  • a3c5236 Add modname + file:line info to node not found warnings