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] - Mod order is lost when importing from Gale #1465

Open
minimusubi opened this issue Oct 4, 2024 · 1 comment
Open

[BUG] - Mod order is lost when importing from Gale #1465

minimusubi opened this issue Oct 4, 2024 · 1 comment
Labels
bug Minor issue

Comments

@minimusubi
Copy link

Describe the bug
When you export a mod profile from Gale (with either a file or a code) and import it into r2modman, the custom mod sorting order is lost. This was reported as a Gale issue Kesomannen/gale#127, but seems to be an r2modman issue.

To Reproduce

  1. Setup a mod profile in r2modman
  2. Import the mod profile from r2modman into Gale
  3. Observe that when sorting by custom order ascending, the mod list is in the same order
  4. Export the mod profile (either as file or code)
  5. Import the mod profile to r2modman
  6. Observe that when sorting by custom order standard, the mod list is no longer in the same order

Expected behavior
The mod profile's custom mod order should be preserved.

Screenshots
Screenshot originally posted by @Kesomannen in Kesomannen/gale#127 (comment)
image
On the left is the manifest that gale created, on the right the profile r2modman got from that, which is all jumbled up

@minimusubi minimusubi added the bug Minor issue label Oct 4, 2024
@Kesomannen
Copy link

Looks like r2modman imports by the mod author's name, see Kesomannen/gale#127 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Minor issue
Projects
None yet
Development

No branches or pull requests

2 participants