Undertale: Change Save Data Folder Location #1966
Merged
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.
What is this fixing or adding?
Adds a new command to the client, named /savepath. This lets you target the path where your save data is stored. Normally the client automatically finds the correct place, due to the Windows platform; however Linux platforms for example would have to utilize Wine in order to play what is currently implement and would thus utilize a wine prefix. Doing this allows the user to redirect the client to the correct folder on launch. Its a rough solution but should make the game playable for Linux until something more sophisticated is made.
How was this tested?