mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
RIP: MultiMystery and Mystery, now there's just Generate
Other changes: host.yaml Multi Mystery options were moved and changed generate_output now has an output_directory argument MultiWorld.get_game_players(<game>) now replaces <game>_player_ids Python venv should now work properly
This commit is contained in:
11
setup.py
11
setup.py
@@ -56,11 +56,12 @@ def manifest_creation(folder):
|
||||
print("Created Manifest")
|
||||
|
||||
|
||||
scripts = {"LttPClient.py": "ArchipelagoLttPClient",
|
||||
"MultiMystery.py": "ArchipelagoMultiMystery",
|
||||
"MultiServer.py": "ArchipelagoServer",
|
||||
"Mystery.py": "ArchipelagoMystery",
|
||||
"LttPAdjuster.py": "ArchipelagoLttPAdjuster"}
|
||||
scripts = {
|
||||
"LttPClient.py": "ArchipelagoLttPClient",
|
||||
"MultiServer.py": "ArchipelagoServer",
|
||||
"Generate.py": "ArchipelagoGenerate",
|
||||
"LttPAdjuster.py": "ArchipelagoLttPAdjuster"
|
||||
}
|
||||
|
||||
exes = []
|
||||
|
||||
|
Reference in New Issue
Block a user