This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.
ContractSaveFix
Simple bugfix mod that ensures Contracts are properly loaded from game saves.
| Date uploaded | 7 months ago |
| Version | 1.0.2 |
| Download link | darmuh-ContractSaveFix-1.0.2.zip |
| Downloads | 70 |
| Dependency string | darmuh-ContractSaveFix-1.0.2 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2304README
ContractSaveFix
This is a bugfix mod that ensures Contracts are properly loaded from game saves.
This mod will be deprecated when the devs have fixed this bug
Credits
Thanks to Robyn for pointing out the issue and helping diagnose the cause.
CHANGELOG
Changelog
1.0.4
- Apparently the package has had the last version's dll this whole time, which does not work.
- Updated package to include a working dll
- Recompiled on latest version of the game (issue has still not been fixed lmao)
1.0.3
- Updated hook from Awake to PreAwake for latest update (feb17th)
1.0.2
- packaging correct dll, 1.0.1 was a repackage of 1.0.0
1.0.1
- Fixed compatibility with mods that rely on the DugeonTasks instance being assigned at Awake. (ContractQueen)
- Changed patching to be much less aggresive in what it changes, only skipping DungeonTasks.CreateTasks when it has been called too early.
- Added license
1.0.0
- Initial mod upload, I don't expect to have to update this ever again.