FlexiX

If you liked this item, please rate it up on Steam Workshop page.

Author: Thoor

Last revision: 8 Aug, 2022 at 01:09 UTC

File size: 667.65 KB

On Steam Workshop

Description:

The modding framework from group DamDoDiecTuTien.
Main features:
– It supports replace images like Fatury, and it can run along with Fatury without crash. In the first run, it will export a configuration ini named FlexiX.ini at ModAsset. By default, it will override resource patch even it is patched with Fatury. To disable it, go to the FlexiX.ini and set OverrideResourcePatch=false.
However, for more convenience, FlexiX provides you ability to override a small subset of resource even you turn off resource overridden. If you just want to override 1 or 2 asset, just keep OverrideResourcePatch=false and edit resourceMap.yaml, which is also generated every run. Just set true for any resource you want to override.
– FlexiX added the resource override in asset bundle, which mentioned in ModRes document but not fully implemented by game developers. Currently the game just supports some types like Horse, Battle/Monst, Sound/BG.. but now you can override almost all of them use ModRes project. Please check the example project BouncingEffect for more details.
– FlexiX supports adding new clothes automatically (for dynamic only). All you need to do is go to ini file, set AutoAdjustRoleDress=true and then create new folder at mod body folder. If you found error with this feature, just turn it off and add new clothes using RoleDress.json or Excel file.
For example, if you want to add new cloth for woman, just create a folder 215 at <<yourmod>>ModAssetsFlexiXGamePortraitDynamicWoman215
and restart the game with AutoAdjustRoleDress=true in ini file. New cloth will be added into game automatically. Of course, you can turn it off to avoid conflict with any existing RoleDress.json file in your mods. Please see BouncingEffect project for more example, in which it introduces how to let NPC use your new clothes as well.
Please report error here, I will try to update new version to fix bug as soon as I can.
If you see any copyright violation, please noted me, I will take it down.

**********Lần này đổi mới đạo rõ**********
First version, upload without more notes in FlexiX.ini and resourceMap.txt