-
Notifications
You must be signed in to change notification settings - Fork 703
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
Super Mario land 2: implement new game #2730
base: main
Are you sure you want to change the base?
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.
Player settings -> Player options because of the conventions change recently
Co-authored-by: Nicholas Saylor <[email protected]>
Co-authored-by: Exempt-Medic <[email protected]>
Co-authored-by: Exempt-Medic <[email protected]>
Co-authored-by: Exempt-Medic <[email protected]>
Co-authored-by: Exempt-Medic <[email protected]>
Co-authored-by: Exempt-Medic <[email protected]>
Using this "yaml": weights.json Seed: 3140977367115741983
Seed: 74452366905380076756
Seed: 67525056881403369433
Seed: 79973590260123359534
Seed: 50122027873440332214
Seed: 20074709390181434850
Seed: 72121756904878922930
Seed: 32555925167180822741
Seed: 89630613769312299416
Seed: 2080379675966903169
Seed: 34558351285475557998
Seed: 39104142746715063486
Seed: 39305674031749663756
Seed: 87889259907772389146
Seed: 54861075578340091194
Seed: 19246233477726224197
Seed: 55051236482054671527
Seed: 50671643921938774021
Seed: 78301089125151606985
|
Mario Zone 3 and Pumpkin Zone 1 coin issues should be fixed |
I get a different error now:
|
This is caused because |
I did 100 solo-player max-coinsanity generations and was going to do 100 25-player generations. On gen 20 I got this error:
There's the yaml, seed was 44097339916776876266 |
Got another one on gen 31 (these gens take a while) "KeyError: '286 Coins'" |
Another one (gen 33) "KeyError: '289 Coins'" |
And a double wammy (gens 40 and 41): "KeyError: '320 Coins'" |
Made it to gen 49, gonna just stop here. |
Should be fixed |
What is this fixing or adding?
Adds Super Mario Land 2 to Archipelago
How was this tested?
Many playthroughs by myself, my siblings, and various users with the apworld distributed in #future-game-design.
Special thanks
@froggestspirit - SML2R disassembly which, while very incomplete, had enough memory values mapped out to give me a large head start on this project.
@slashinfty - permitting me to copy features such as Randomize Enemies and Randomize Platforms directly from https://github.com/slashinfty/sml2r-node