-
Notifications
You must be signed in to change notification settings - Fork 751
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
Undertale: Various Fixes #2146
Merged
Berserker66
merged 5 commits into
ArchipelagoMW:main
from
jonloveslegos:Undertale-Path-Merging-Fix
Sep 20, 2023
Merged
Undertale: Various Fixes #2146
Berserker66
merged 5 commits into
ArchipelagoMW:main
from
jonloveslegos:Undertale-Path-Merging-Fix
Sep 20, 2023
Conversation
This file contains 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
…gs together, also fixed the savepath command using UndertaleContext instead of self.ctx (Credit to Wackerly for finding the self.ctx issue and fix)
…veslegos/Archipelago into Undertale-Path-Merging-Fix
@masterwackerly can you test and approve this? |
Berserker66
approved these changes
Sep 20, 2023
Sorry, just saw this now. Do you still need me? |
ThePhar
added
the
is: bug/fix
Issues that are reporting bugs or pull requests that are fixing bugs.
label
Oct 16, 2023
FlySniper
pushed a commit
to FlySniper/Archipelago
that referenced
this pull request
Nov 14, 2023
* Changed the pathing code to use os.path.join, instead of adding strings together, also fixed the savepath command using UndertaleContext instead of self.ctx (Credit to Wackerly for finding the self.ctx issue and fix) * Undertale: Fixed a debug function in the game not requiring debug to be enabled. * Undetale: Fixed a logic bug with the location "Letter Quest"
Jouramie
pushed a commit
to Jouramie/Archipelago
that referenced
this pull request
Feb 28, 2024
* Changed the pathing code to use os.path.join, instead of adding strings together, also fixed the savepath command using UndertaleContext instead of self.ctx (Credit to Wackerly for finding the self.ctx issue and fix) * Undertale: Fixed a debug function in the game not requiring debug to be enabled. * Undetale: Fixed a logic bug with the location "Letter Quest"
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.
What is this fixing or adding?
Linux had two issues with Undertale, paths being added instead of using os.path.join, and the savepath command trying to edit a generic UndertaleContext variable, instead of using self.ctx for that.
How was this tested?
I do not have an easy way to test Linux, as I do not have a Linux pc. But someone else said fixing the savepath command worked for them, and it was suggested to use os.path.join by a Linux user.