DivaModManager
DivaModManager copied to clipboard
DMM1.2.9 break some mod config file
Known mods affected by this issue: chinses lyric mod galgame song pack
in some mod include will set different folder to let mod read different file but DMM1.2.9 will always rewrite include to include = ["."] the best way to check is check include frist if moder didn't set right path then don't change it for example:
- A mod set include = ["bbb"]
- we should check if bbb/rom, bbb/rom_steam or other that path exist in cpk
- if it's exist then don't change it, if it's not exist then set include = ["."]