Survivalist: Invisible Strain

Survivalist: Invisible Strain

SIS Extended: Crafting Framework
8 条留言
Bob  [开发者] 8 月 6 日 上午 9:00 
Sorry, it's incompatible with latest code and I don't think it can be fixed by me because doing so would break other mods. I'm using the Hide as Incompatible feature of Steam so it won't keep showing up in searches.
sf 2024 年 11 月 5 日 上午 12:44 
I think it's broken. Throws exception when added to game.
sf 2024 年 10 月 28 日 上午 1:03 
any recent users to confirm if this mod is still working with latest game version?
erikem  [作者] 2022 年 7 月 25 日 上午 11:00 
@luo2430 yeah, it's kinda tricky to start using it but it's actually more of an "instrument" for modders rather than standalone mod so yeah, kinda cumbersome to set and get it running =)
luo2430 2022 年 7 月 25 日 上午 9:52 
@erikem
This mod may seem cumbersome to set, but it does not prevent it from being a good mod.
erikem  [作者] 2022 年 4 月 27 日 上午 2:07 
v7
- entire refactoring of the most of the mod code
- now mod saves important state values into the save game folder and reads form there. This means that you will no longer lose condition-based outputs if you save/load during crafting
- huge refactoring of injection code and setting reader. Now settings are properly laoded during game load and not on the first usage of mod
- improved compatibility in case .dll or settings file of this mod is available in several mod folders
- introduced priority to settings so that you can control which of the configs if you have many is the one that has to be used
erikem  [作者] 2022 年 4 月 19 日 上午 10:20 
v5
- renamed dll file to match mod name
- added setting file (SIS_Extended_Crafting_Framework.xml) that allow you to disable all effects of this framework in this mod. If framework has been added to multiple mods - it has to be disabled in each of them individually
- refactored mod loader to make sure that it loads correctly every time, does not conflict in case this DLL appears in severald mods and reloads data correctly when loading saved game
erikem  [作者] 2022 年 4 月 17 日 下午 12:46 
Feel free to ask me questions here or on discord regarding the framework. If you have any requests - you can also let me know and I'll see if it's somethign I can do