You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may or may not be working on a save editor that includes localization/mod support for many mods (particularly, mods Replay provides crossover support for, as well as a few others). Part of this process includes extensive tooling and a custom mod that scans all supported mods for items and such, then extracting that info.
I noticed that Replay the Spire's localization doesn't explicitly put English translations into its own directory, when many other mods do (unless they only support English).
It'd be nice if those files were located in /localization/eng so I don't have to work around it :p. For now, I'll just write an if statement to cover this specific edge case, lol.
The text was updated successfully, but these errors were encountered:
I may or may not be working on a save editorthat includes localization/mod support for many mods (particularly, mods Replay provides crossover support for, as well as a few others). Part of this process includes extensive tooling and a custom mod that scans all supported mods for items and such, then extracting that info.I noticed that Replay the Spire's localization doesn't explicitly put English translations into its own directory, when many other mods do (unless they only support English).
It'd be nice if those files were located in
/localization/eng
so I don't have to work around it :p. For now, I'll just write anif
statement to cover this specific edge case, lol.The text was updated successfully, but these errors were encountered: