-
Notifications
You must be signed in to change notification settings - Fork 701
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
MLSS: General bugfixes + Add patch extension to inno_setup.iss #3286
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested old and new verification and changes are fixed like described, LGTM
I accidentally used my main branch for this PR when I initially uploaded it, so I just updated the PR title since 2 other small other changes we're made. Nicholas' review is now out of date on this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional changes also look good, renewing my review for approval
Can someone test the setup changes? Easiest is probably running it from the CI build ( https://github.com/ArchipelagoMW/Archipelago/actions/runs/9134849817 ) , which would also test frozen 3.8, which I think we also never test 😓 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- downloaded the Windows Python 3.8 build produced by CI
- installed it
- made the template yamls
- moved
Mario & Luigi Superstar Saga.yaml
toPlayers
- generated
- double-clicked the patch, and it asked me for my rom
I stopped there because I don't have the game, but it seems to be working to that point.
also skimmed over the code, and don't see any problems
…pelagoMW#3286) * Remove outdated header change for ROM verification * Update Connections to be compatible with python ver. 3.8 * Update inno_setup.iss * Update inno_setup.iss
…pelagoMW#3286) * Remove outdated header change for ROM verification * Update Connections to be compatible with python ver. 3.8 * Update inno_setup.iss * Update inno_setup.iss
…pelagoMW#3286) * Remove outdated header change for ROM verification * Update Connections to be compatible with python ver. 3.8 * Update inno_setup.iss * Update inno_setup.iss
What is this fixing or adding?
This fixes a GBA bios softlock due to the header of the game being edited.
How was this tested?
The ROM was able to be verified in a fresh game and I could send checks out.
If this makes graphical changes, please attach screenshots.