Fork of Archipelago Multi-Game Randomizer and Server that runs on https://ap.hollymcfarland.com
Go to file
CaitSith2 83b8858df3 Include sprite_pool in whitelisted adjust wanted question 2021-03-27 07:20:00 -07: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 Disable glitching to Triforce except in no logic or when ganon is vulnerable. 2021-03-22 03:46:15 -07:00
test new inverted logic, accounting for dark world flute activation 2021-02-02 11:24:17 +01:00
.gitignore gitignore all sqllite3 databases 2021-03-14 00:42:15 +01:00
Adjuster.py Add sprite pool options to gui/adjuster 2021-03-27 07:12:08 -07:00
BaseClasses.py Allow setting of Glitching to Triforce from ganon in host.yaml. 2021-03-22 13:14:19 -07:00
Bosses.py update basic and normal boss shuffling with a less biased algorithm 2021-03-26 04:10:25 +01:00
Dungeons.py Remove all uses of "item.priority" as the remaining fill algorithms don't need it anymore. 2021-01-30 09:57:25 +01:00
ER_hint_reference.txt Replace keysanity with map/compass/key/bk shuffle 2019-12-13 22:37:52 +01:00
EntranceRandomizer.py Allow setting of Glitching to Triforce from ganon in host.yaml. 2021-03-22 13:14:19 -07:00
EntranceShuffle.py speed up connecting single-doors 2021-02-20 01:48:24 +01:00
Fill.py Massively speed up progression balancing for very large multiworlds 2021-03-04 08:10:30 +01:00
Gui.py Add sprite pool options to gui/adjuster 2021-03-27 07:12:08 -07:00
GuiUtils.py Split adjuster into own program 2021-02-19 19:08:11 +01:00
InvertedRegions.py new inverted logic, accounting for dark world flute activation 2021-02-02 11:24:17 +01:00
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 remove now outdated comment 2021-02-15 22:52:06 +01:00
LICENSE Update timestamp of own rights 2021-02-02 19:07:02 -08:00
Main.py Allow setting of Glitching to Triforce from ganon in host.yaml. 2021-03-22 13:14:19 -07:00
ModuleUpdate.py integrate maseya-z3pr palette shuffle 2020-08-23 12:06:00 +02:00
MultiClient.py remove unnecessary ternaries in multiclient 2021-02-19 13:50:41 +01:00
MultiMystery.py Allow setting of Glitching to Triforce from ganon in host.yaml. 2021-03-22 13:14:19 -07:00
MultiServer.py Removed remnants of team stuff, make hide_goal default 2021-02-05 20:37:27 -06:00
Mystery.py Allow setting of Glitching to Triforce from ganon in host.yaml. 2021-03-22 13:14:19 -07:00
NetUtils.py Convert WebUI to logging.Handler subclass 2021-01-19 06:37:35 +01:00
Options.py Skeleton of new Options module 2020-03-18 16:15:32 +01:00
OverworldGlitchRules.py Fix bunny glitch rules for Tower of Hera (requires a sword to hit the switch) and Mini Moldorm Cave (pits prevent clearing in superbunny state) 2020-07-12 20:05:18 +10:00
Patch.py WebHost: Add youtube livestreaming and autogenerated multistream link 2020-07-25 22:40:24 +02:00
README.md Remove nowadays useless comparison to Bonta's Multiworld 2021-03-12 23:22:39 +01:00
Regions.py new inverted logic, accounting for dark world flute activation 2021-02-02 11:24:17 +01:00
Rom.py Add sprite pool options to gui/adjuster 2021-03-27 07:12:08 -07:00
Rules.py new inverted logic, accounting for dark world flute activation 2021-02-02 11:24:17 +01:00
Shops.py Reduce chance that shop_slot_shuffle produces empty slots, at the cost of cpu time. 2021-03-26 13:23:17 +01:00
Text.py update ingame text to match license file 2021-02-19 19:44:25 +01:00
Utils.py Include sprite_pool in whitelisted adjust wanted question 2021-03-27 07:20:00 -07:00
WebHost.py WebHost: Move module into WebHostLib to prevent shadowing WebHost.py 2020-07-11 16:59:37 +02:00
WebUI.py remove unnecessary ternaries in multiclient 2021-02-19 13:50:41 +01:00
_config.yml Set theme jekyll-theme-slate 2020-06-19 03:22:27 +02:00
dumpSprites.py update spriteData.json 2021-03-13 01:56:31 +01:00
host.yaml Allow setting of Glitching to Triforce from ganon in host.yaml. 2021-03-22 13:14:19 -07:00
icon.ico update icon 2020-12-06 14:36:14 +01:00
inno_setup_38.iss add python 3.8 setup 2020-12-09 20:27:59 +01:00
inno_setup_39.iss add python 3.8 setup 2020-12-09 20:27:59 +01:00
meta.yaml update meta.yaml 2020-11-14 19:56:40 +01:00
playerSettings.yaml Allow %%, %player%, %number% variables in names. 2021-03-12 17:43:50 -08:00
pytest.ini use pytest for github unittests 2020-04-29 18:44:03 +02:00
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".