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

Support switching puzzle files in game (Backend) #2

Closed
will-snavely opened this issue Oct 28, 2020 · 1 comment
Closed

Support switching puzzle files in game (Backend) #2

will-snavely opened this issue Oct 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@will-snavely
Copy link
Owner

One idea:
Define the concept of a Puzzle directory, somewhere in the Spire game directory.
Puzzle files must be placed into this directory to be seen by the mod.
To implement this, we probably need:

  1. Mod configuration setting to point to the location of the puzzle directory. Default location of mods/puzzlemod/puzzles, or something.
  2. Minor tweaks to the puzzle loading logic to support this new idea.
@will-snavely
Copy link
Owner Author

Initial version done.

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

1 participant