Fork of Archipelago Multi-Game Randomizer and Server that runs on https://ap.hollymcfarland.com
Go to file
Chris Wilson 37d33b19fc Update node.js dependencies for WebUI 2021-03-21 12:18:17 -04:00
.github Add Code QL 2021-03-10 13:34:49 +01:00
WebHostLib Save filenames to yaml instead of sprite names, bump weighted settings version to 4.1.1 rev0 2021-03-13 18:53:53 -05:00
data Update node.js dependencies for WebUI 2021-03-21 12:18:17 -04:00
test
.gitignore gitignore all sqllite3 databases 2021-03-14 00:42:15 +01:00
Adjuster.py Merge branch 'main' of https://github.com/Berserker66/MultiWorld-Utilities into triforce_changes 2021-02-22 22:44:43 -06:00
BaseClasses.py Use the more convenient _asdict() function of named tuples. 2021-03-05 11:05:57 -08:00
Bosses.py catch plando boss placement errors in yaml. 2021-03-07 04:36:46 -08:00
Dungeons.py
ER_hint_reference.txt
EntranceRandomizer.py Merge branch 'main' of https://github.com/Berserker66/MultiWorld-Utilities into triforce_changes 2021-02-22 22:44:43 -06:00
EntranceShuffle.py
Fill.py Massively speed up progression balancing for very large multiworlds 2021-03-04 08:10:30 +01:00
Gui.py
GuiUtils.py
InvertedRegions.py
ItemPool.py Merge branch 'main' of https://github.com/Berserker66/MultiWorld-Utilities into triforce_changes 2021-02-22 22:44:43 -06:00
Items.py
LICENSE
Main.py random.Random('') produces same results every single time. 2021-03-15 07:30:17 -07:00
ModuleUpdate.py
MultiClient.py
MultiMystery.py Rip out unsafe yaml loading. 2021-03-05 11:32:24 -08:00
MultiServer.py
Mystery.py use os.path.splitext() to remove ".yaml" from player name. 2021-03-13 15:26:21 -08:00
NetUtils.py
Options.py
OverworldGlitchRules.py
Patch.py
README.md Remove nowadays useless comparison to Bonta's Multiworld 2021-03-12 23:22:39 +01:00
Regions.py
Rom.py Whoops, HC Big key was being counted when it shouldn't. 2021-03-08 11:50:10 -08:00
Rules.py
Shops.py allow additional rupees to refer to their world 2021-03-07 22:49:00 +01:00
Text.py
Utils.py Update node.js dependencies for WebUI 2021-03-21 12:18:17 -04:00
WebHost.py
WebUI.py
_config.yml
dumpSprites.py update spriteData.json 2021-03-13 01:56:31 +01:00
host.yaml Rip out unsafe yaml loading. 2021-03-05 11:32:24 -08:00
icon.ico
inno_setup_38.iss
inno_setup_39.iss
meta.yaml
playerSettings.yaml Allow %%, %player%, %number% variables in names. 2021-03-12 17:43:50 -08:00
pytest.ini
requirements.txt update prompt_toolkit 2021-02-21 13:57:00 +01:00
setup.py keep gitignore file so setup copies folder 2021-03-14 02:09:19 +01:00

README.md

Berserker's Multiworld

A Multiworld implementation for the Legend of Zelda: A Link to the Past Randomizer.
For setup and instructions there's a Wiki.
Downloads can be found at Releases, including compiled windows binaries.

Compatible with Python 3.8 and 3.9.

Based on and compatible with, Bonta's Multiworld, which in turn is based on Entrance Randomizer. This codebase is not based on "alttp vt web randomizer".