Popover Menu get started
f.a.q discord
Menu
supported games setup guides f.a.q. generate game host game user content discord
A Link to the Past Guide

A Link to the Past Randomizer Plando Guide

Configuration

  1. All plando options are enabled by default, except for "items plando" which has to be enabled before it can be used (opt-in).
  2. To enable it, go to your installation directory (Windows default: C:\ProgramData\Archipelago), then open the host.yaml file with a text editor.
  3. In it, you're looking for the option key plando_options. To enable all plando modules you can set the value to bosses, items, texts, connections

Modules

Bosses

Examples

boss_shuffle:
  Turtle Rock-Trinexx;basic: 1
  full: 2
  Mothula: 3
  Ganons Tower Bottom-Kholdstare;Trinexx;Kholdstare: 4
  1. Would be basic boss shuffle but prevent Trinexx from appearing outside of Turtle Rock, as there's only one Trinexx in the pool
  2. Regular full boss shuffle. With a 2 in 10 chance to occur.
  3. A Mothula Singularity, as Mothula works in any arena.
  4. A Trinexx -> Kholdstare Singularity that prevents ice Trinexx in GT

Items

Examples

plando_items:
  - item: # 1
      Lamp: 1
      Fire Rod: 1
    location: Link's House
    from_pool: true
    world: true
    percentage: 50
  - items: # 2
      Progressive Sword: 4
      Progressive Bow: 1
      Progressive Bow (Alt): 1
    locations:
      - Desert Palace - Big Chest
      - Eastern Palace - Big Chest
      - Tower of Hera - Big Chest
      - Swamp Palace - Big Chest
      - Thieves' Town - Big Chest
      - Skull Woods - Big Chest
      - Ice Palace - Big Chest
      - Misery Mire - Big Chest
      - Turtle Rock - Big Chest
      - Palace of Darkness - Big Chest
    world: false
  - items: # 3
      Red Pendant: 1
      Green Pendant: 1
      Blue Pendant: 1
    locations:
      - Desert Palace - Prize
      - Eastern Palace - Prize
      - Tower of Hera - Prize
    from_pool: true
  1. has a 50% chance to occur, which if it does places either the Lamp or Fire Rod in one's own Link's House and removes the picked item from the item pool.
  2. Always triggers and places the Swords and Bows into one's own Big Chests
  3. Locks Pendants to The Light World and therefore Crystals to dark world

Texts

Example

plando_texts:
  - text: "This is a plando.\nYou've been warned."
    at:
      uncle_leaving_text: 1
      uncle_dying_sewer: 1
    percentage: 50

Example plando text at Uncle This has a 50% chance to trigger at all. If it does, it throws a coin between uncle_leaving_text and uncle_dying_sewer, then places the text "This is a plando. You've been warned." at that location.

Connections

Example

plando_connections:
  - entrance: Links House
    exit: Hyrule Castle Exit (West)
    direction: both
  - entrance: Hyrule Castle Entrance (West)
    exit: Links House Exit
    direction: both

The first block connects the overworld entrance that normally leads to Link's House to put you into the HC West Wing instead, exiting from within there will put you at the Overworld exiting Link's House.

Without the second block, you'd still exit from within Link's House to outside Link's House and the left side Balcony Entrance would still lead into HC West Wing