Code Monkey home page Code Monkey logo

wwrando's Introduction

About

This is a randomizer for The Legend of Zelda: The Wind Waker.
It randomizes all the items in the game so that each playthrough is unique and you never know where a particular item will be.
It also makes the game completely open world from the start, removes most cutscenes from the game, and increases sailing speed and text speed.

Download it here: https://github.com/LagoLunatic/wwrando/releases/latest

Information

The randomizer only supports the North American Gamecube version of Wind Waker. (MD5: d8e4d45af2032a081a0f446384e9261b)
The European and Japanese versions of Wind Waker won't work, and neither will Wind Waker HD.

The randomizer guarantees that every playthrough will be completable, and that you don't need to use any glitches or tricks to beat it.

All items are randomized, but because Wind Waker is such a large game, a single run of it would take a very long time if you had to check every single location. Therefore the randomizer has options to limit where progress items can appear based on the type of the location.
For example, you can limit progress items to appearing in dungeons and secret caves only, or secret caves sidequests and mail, or any other combination you want.
Location types that you don't select will only have unimportant items that you don't need to beat the game - like rupees, heart pieces, quiver upgrades, etc. So you can skip checking them entirely, unless you want some of those optional items.

If you seem to be stuck and can't find anywhere to progress, you should first consult the spoiler log. The spoiler log is generated at the same time as the randomized ISO, and is put in the same folder. It contains information on everything that was randomized in this seed, and lists the order you can get progress items in as well.

If you've consulted the spoiler log and you're still stuck, it's possible you've encountered a bug in the randomizer.
Please report bugs like that here: https://github.com/LagoLunatic/wwrando/issues
In the bug report be sure to include the permalink for the seed you encountered the bug on.

If you're going to play on emulator, you should always use the latest development version of Dolphin which can be found at the top of this page: https://dolphin-emu.org/download/
The minimum version of Dolphin that works with the randomizer is 5.0-4740 (released July 20th, 2017). If you try to run the randomizer on anything older than that you will just see a black screen when you boot it up.

Discord Server

If you have any questions or are looking for people to play/race with, why not join the official Wind Waker Randomizer Discord server?
https://discord.gg/r2963mt

Credits

The randomizer was created and programmed by LagoLunatic, with help from:
MelonSpeedruns (game design, graphic design)
Hypatia (textures)
SageOfMirrors (file format documentation)
LordNed (file format documentation)
CryZe (event flag documentation)

Running the randomizer from source

If you want to run the latest development/beta version of the randomizer from source, follow the instructions below.

Clone this repository by installing git and running this in a command prompt:
git clone https://github.com/LagoLunatic/wwrando.git

Download and install Python 3.6.6 from here: https://www.python.org/downloads/release/python-366/
"Windows x86-64 executable installer" is the one you want if you're on Windows, "macOS 64-bit installer" if you're on Mac.

Open the wwrando folder in a command prompt and install dependencies by running:
py -3.6 -m pip install -r requirements.txt (on Windows)
python3 -m pip install -r requirements.txt (on Mac)

Then run the randomizer with:
py -3.6 wwrando.py (on Windows)
python3 wwrando.py (on Mac)

In addition, follow this if you want to use PyInstaller to build a distributable version of the randomizer:

  • Install one of PyInstaller's dependencies manually: py -3.6 -m pip install pywin32-ctypes==0.2.0
  • Install PyInstaller: py -3.6 -m pip install PyInstaller==3.4
  • Then to make a build in the dist directory: build.bat

wwrando's People

Contributors

lagolunatic avatar dmiller0090 avatar cheuer avatar andirigible avatar jarheadhme avatar wooferzfg avatar trogww avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.