aerinon 43ba391df1 Fixed some trap doors in logic
Added the one way after validation chest (can't get to the chest from the door)
Started refining some key logic to relax it / tighten it
2019-12-02 16:36:15 -07:00
2019-11-22 12:04:36 -07:00
2019-11-22 12:04:36 -07:00
2019-10-05 23:15:06 -06:00
2019-04-15 14:28:14 -05:00
2019-11-07 12:16:13 -07:00
2017-12-02 16:38:35 -05:00
2019-12-02 16:36:15 -07:00
2019-12-02 16:36:15 -07:00
2019-11-20 13:47:44 -07:00
2019-12-02 16:36:15 -07:00
2019-11-19 10:50:44 -07:00
2019-11-07 13:15:35 -07:00
2018-01-01 12:13:39 -05:00
2019-11-01 16:13:23 -06:00
2019-11-01 16:13:23 -06:00
2017-05-15 20:25:24 +02:00
2019-11-15 13:50:31 -07:00
2019-11-09 19:10:13 -07:00
2019-11-07 12:16:13 -07:00
2019-09-02 21:52:50 -06:00
2019-12-02 16:36:15 -07:00
2019-11-22 12:04:36 -07:00
2019-11-09 19:10:13 -07:00
2019-11-26 16:43:43 -07:00
2019-11-07 12:16:13 -07:00
2019-08-28 21:12:44 -04:00
2019-07-11 20:39:08 -04:00

ALttPDoorRandomizer

This is a door randomizer for The Legend of Zelda: A Link to the Past for the SNES based on the Entrance Randomizer found at KevinCathcart's Github Project. See https://alttpr.com/ for more details on the normal randomizer.

Installation

Clone this repository and then run DungeonRandomizer.py (requires Python 3).

Alternatively, run Gui.py for a simple graphical user interface. (WIP)

Settings

Only extra settings are found here. All entrance randomizer settings are supported. See their readme

Door Shuffle

Basic

Doors are shuffled only within a single dungeon.

Crossed

Doors are shuffled between dungeons as well.

Vanilla

Doors are not shuffled.

Experimental

Used for development testing. This will be removed in a future version. Use at your own risk. Might play like a plando.

Command Line Options

-h, --help            

Show the help message and exit.

--door_shuffle      

For specifying the door shuffle you want as above. (default: basic)

Description
No description provided
Readme MIT 28 MiB
Languages
Python 99.8%
Shell 0.2%