DivaModManager icon indicating copy to clipboard operation
DivaModManager copied to clipboard

DMM1.2.9 break some mod config file

Open hiki8man opened this issue 1 year ago • 0 comments

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:

  1. A mod set include = ["bbb"]
  2. we should check if bbb/rom, bbb/rom_steam or other that path exist in cpk
  3. if it's exist then don't change it, if it's not exist then set include = ["."]

hiki8man avatar Sep 04 '24 07:09 hiki8man