Open
Conversation
Author
|
No worries, and glad you liked it!
I'm actually not the author of the solver, I just developed the tool to
generate a CSV from a screenshot. But the solver has an MIT license, so it
should be ok for you to integrate it as long as you give attribution.
Message ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added a button to the UI so the user can load a CSV file with the initial layout of the puzzle, instead of inputting it manually. CSV files can be generated manually (like suggested in DanLeEpicMan/UpdatedMonolithSolver) or automatically from a screenshot (with my tool artur-ag/TreasureHuntParser). My thought was, the user can take a screenshot with Steam, pause the game, generate the CSV file quickly with the automated tool, and load it onto treasurefinder.
The important stuff is in commit 828caeb.
I'm using yasirkula/UnitySimpleFileBrowser for the file browser, and I imported it into the project on the other commit cdcc16a.
Here's a test CSV file: layout.csv
Do you think this is useful to be merged?
Either way, thank you for releasing treasurefinder!