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

Undertale: Various Fixes #2146

Merged

Conversation

jonloveslegos
Copy link
Contributor

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.

@jonloveslegos jonloveslegos changed the title Undertale: Linux fixes Undertale: Various Fixes Sep 8, 2023
@black-sliver
Copy link
Member

@masterwackerly can you test and approve this?

@Berserker66 Berserker66 merged commit aff852f into ArchipelagoMW:main Sep 20, 2023
12 checks passed
@masterwackerly
Copy link

@masterwackerly can you test and approve this?

Sorry, just saw this now. Do you still need me?

@ThePhar 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
Labels
is: bug/fix Issues that are reporting bugs or pull requests that are fixing bugs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants