randall.rupper 97c225ab2f Desert Regions, Doors, and fixes associate with the new stuff
Updated generation algorithm to use new Sector object
Moved Dungeon items back for now
Created region lists for ease of grouping
2019-09-13 16:38:23 -06:00
2019-04-15 14:28:14 -05:00
2017-12-02 16:38:35 -05:00
2019-08-26 15:03:42 -06:00
2018-01-01 12:13:39 -05:00
2019-07-27 09:13:13 -04:00
2019-08-28 21:38:36 -04:00
2017-05-15 20:25:24 +02:00
2019-09-06 14:22:42 -06:00
2019-09-06 09:13:49 -06:00
2019-07-11 20:39:08 -04:00
2019-09-02 21:52:50 -06: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%