Archipelago
Archipelago copied to clipboard
Archipelago Multi-Game Randomizer and Server
Please format your title with what portion of the project this pull request is targeting and what it's changing. ex. "MyGame4: implement new game" or "Docs: add new guide for...
`self.multiworld.get_player_name(self.player)` is so stupid lol Edit: Overcooked was already doing this itself so I needed to make it not do that. @toasterparty
## What is this fixing or adding? Title ## How was this tested? Generated multiple seeds with different quantities of starting hints to verify expected results
## What is this fixing or adding? Adds full ER to LADX. There's a few places where code isn't as efficient as I'd like, but I don't think it will...
## What is this fixing or adding? settings.py could hit an assert from automatic yaml line breaks. This disables them (and leaves the assert in). Also fixes typing in the...
## What is this fixing or adding? A world's player_logic is accessible from the LingoWorld object, so it's not necessary to also pass the LingoPlayerLogic object through every function that...
## What is this fixing or adding? When a user opens a patch file and is asked to select their vanilla ROM through the settings api, if they close the...
## What is this fixing or adding? improves sign posting for new devs, as the conversation starting here alludes it is not clear enough https://discord.com/channels/731205301247803413/731214280439103580/1213918637467902014 ## How was this tested?...
## What is this fixing or adding? Moves the rules helpers out of the generic world and into a worlds level module. Modifies the imports for all affected worlds and...
Some people wanted this and I think it's kinda nice. I think some other people disagree with the existence of this. 🤷 But I like opening PRs ~~and adding fuel...