Survivalist: Invisible Strain

Survivalist: Invisible Strain

SIS Extended: Crafting Framework
正在显示第 1 - 10 项,共 10 项条目
更新于:2022 年 5 月 30 日 上午 11:56

v10
- replaced deterministic rand into predicted

更新于:2022 年 5 月 21 日 上午 3:34

v9
- proper deletion of obsolete save data on overwriting saves
- fix of errors when entering settings menu
- now using deterministic rand

更新于:2022 年 5 月 3 日 下午 12:12

v8
- improved loader so recipe extensions from several different mods can be loaded together and even overwrite each other correctly in case of clashes (higher priority wins)

更新于:2022 年 4 月 27 日 上午 1:57

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

更新于:2022 年 4 月 21 日 上午 10:07

v6
- fixed a critical issue that could cause game crashes when saving and loading during crating very specific extended recipes at workbenches

更新于:2022 年 4 月 19 日 上午 10:16

v5
- refactored code
- 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

更新于:2022 年 4 月 17 日 上午 5:48

v4
- extended condition types. valid conditions are: IDFull (default, will used if empty), IDContains, Type, Category, Replacer (see samples in mod folder)
- substring replacer for recipes - allows replacing a part of <condition> text to anything you want
- updated to game v147
- minor performance improvements

更新于:2022 年 4 月 14 日 上午 10:52

v3
- moved extensions to separate files
- added conditions
- added suffixes and prefixes
- renamed mod

更新于:2022 年 4 月 10 日 上午 11:02

v2
- Fixed potential multiplication of extra outputs if this .dll is added to many mods. A bit hacky but should do the trick until I find a better solution

更新于:2022 年 4 月 9 日 下午 4:33

v1
Initial upload