Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
d87 opened this issue Aug 19, 2024 · 0 comments
Open
1 task done

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

d87 opened this issue Aug 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@d87
Copy link

d87 commented Aug 19, 2024

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": []
    }
  ]
}
  1. 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?

  • This has been confirmed to be a legitimate issue and not caused by bad game data.
@d87 d87 added the bug Something isn't working label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant