TexTools / FFXIV_TexTools_UI

GNU General Public License v3.0
391 stars 64 forks source link

[Bug]: Handling File Swaps in PMP modpacks #316

Open d87 opened 3 months ago

d87 commented 3 months ago

Expected behavior?

When you load a modpack in advanced modpack creator with the intention of adding something to it, it'd be nice if TexTools at least carried over the existing file swaps under the hood, if not fully supported them

Actual behavior?

TT erases the existing swaps.

Steps to reproduce the problem

  1. Have a modpack with an option group containing file swap
    {
    "Version": 0,
    "Name": "Group1",
    "Description": "",
    "Image": "",
    "Priority": 0,
    "Type": "Multi",
    "DefaultSettings": 0,
    "Options": [
    {
      "Name": "Swap Texture",
      "Description": "",
      "Priority": 0,
      "Files": {},
      "FileSwaps": {
        "chara/equipment/e0161/texture/v03_c0101e0161_top_m.tex": "chara/equipment/e0161/texture/v01_c0101e0161_top_m.tex"
      },
      "Manipulations": []
    }
    ]
    }
  2. Load it into TT and Re-save

Error messages?

No response

What aspect of FFXIV TexTools were you using, and what Item were you interacting with?

Advanced Modpack Creator

Has this has been confirmed as an actual bug?