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

Compatibility with Alternative Logic Sets #233

Open
tanjo3 opened this issue Nov 6, 2020 · 2 comments
Open

Compatibility with Alternative Logic Sets #233

tanjo3 opened this issue Nov 6, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@tanjo3
Copy link
Contributor

tanjo3 commented Nov 6, 2020

Allow for the user to select a different logic set or supply their own logic files. The files in question would be the item_locations.txt and macros.txt. If the user supplies their own logic file, the responsibility would be on them to ensure that it is a valid file. There are two main use cases for this change.

The first use case is that it would allow the user to use the tracker for a previous version of the randomizer. During an event such as a tournament or a showcase, the version of the seed being played may not be the same as the one for the current version of the tracker.

The second use case would be for builds of the randomizer that use custom logic sets. A good example would be DualVission’s fork of the randomizer which has glitched logic sets and allows for custom, user-specified logic sets.

@wooferzfg wooferzfg added the enhancement New feature or request label Nov 6, 2020
@wooferzfg
Copy link
Owner

The updated tracker will automatically pull the logic based on the version in the permalink, even pulling the specific commit if you're running from source. However, this currently only works for commits and tags in LagoLunatic/wwrando, so I'll keep this issue open for being able to load logic files stored in other places.

@wooferzfg
Copy link
Owner

wooferzfg commented Dec 27, 2020

It makes sense for the tracker to be able to support loading alternate item_locations.txt and macros.txt files. However, DualVission's fork uses an XML format for alternate logic sets for some reason, and it isn't reasonable for the tracker to support that format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants