This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
Version v0.8.0
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:
- Update for Game Update 12
- Add
Include
Directory, this allows splitting a mod into multiple files to make it easier to work with, this is just a 'ModOp' (see https://github.com/xforce/anno1800-mod-loader/blob/develop/tests/xml/include/include_add_nodes_patch.xml on how this works) #77 - Add
Template
lookup param, similar to howGUID
works for faster and easier lookup in Templates. #75 - Fix a bug where files were not treated as case-insensitive leading to load failures (particularly textures) #86
- Fixed an issue that prevents mod loader from working on older CPUs #71