All Projects → zsrtp → GC-Randomizer

zsrtp / GC-Randomizer

Licence: GPL-3.0 license
Twilight Princess Randomizer

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to GC-Randomizer

awesome-randomizers
🎲 A curated list of awesome services for obtaining random results.
Stars: ✭ 36 (+89.47%)
Mutual labels:  randomizer
random-jpa
Create random test data for JPA/Hibernate entities.
Stars: ✭ 23 (+21.05%)
Mutual labels:  randomizer
dsvrandom
Randomizer for DS Castlevania games
Stars: ✭ 69 (+263.16%)
Mutual labels:  randomizer
randovania
A randomizer for Metroid Prime and Metroid Prime 2: Echoes.
Stars: ✭ 56 (+194.74%)
Mutual labels:  randomizer
SharpLoader
🔮 [C#] Source code randomizer and compiler
Stars: ✭ 36 (+89.47%)
Mutual labels:  randomizer
LaMulanaRandomizer
Randomizer for La-Mulana Remake
Stars: ✭ 42 (+121.05%)
Mutual labels:  randomizer
FF1Randomizer
A randomizer for Final Fantasy 1 on the NES.
Stars: ✭ 72 (+278.95%)
Mutual labels:  randomizer
OnePlayerSleepV3-Data-Pack
One Player Sleep Data Pack for Minecraft 1.13 to 1.16
Stars: ✭ 18 (-5.26%)
Mutual labels:  randomizer
Level-Headed
Random Level Generator for Super Mario Bros. 1 on the NES
Stars: ✭ 100 (+426.32%)
Mutual labels:  randomizer
maelstrom
Randomiser for Final Fantasy VIII PC
Stars: ✭ 29 (+52.63%)
Mutual labels:  randomizer
fastfaker
Fast, concurrent fake data generator for any structure or type.
Stars: ✭ 21 (+10.53%)
Mutual labels:  randomizer
strgen
A Python module for a template language that generates randomized data
Stars: ✭ 34 (+78.95%)
Mutual labels:  randomizer
KA-Rando
A randomizer for Kirby's Adventure for NES
Stars: ✭ 15 (-21.05%)
Mutual labels:  randomizer
playlist-randomizer
A small React app that makes use of Redux, React Router and Material UI
Stars: ✭ 32 (+68.42%)
Mutual labels:  randomizer
online-randomizer
Fresh new playthroughs!
Stars: ✭ 23 (+21.05%)
Mutual labels:  randomizer
Archipelago
Archipelago Multi-Game Randomizer and Server
Stars: ✭ 109 (+473.68%)
Mutual labels:  randomizer
V.Rainbomizer
Randomizers for Grand Theft Auto: V
Stars: ✭ 52 (+173.68%)
Mutual labels:  randomizer
Randomizer
TF2 plugin that randomizes player loadout in any imaginable combinations
Stars: ✭ 26 (+36.84%)
Mutual labels:  randomizer
Randomizer
The official Twilight Princess Randomizer 1.0+ Code
Stars: ✭ 26 (+36.84%)
Mutual labels:  twilight-princess

Twilight Princess REL base

Homepage | Mirror | Discord

Disclaimer

The new Repository will just be Randomizer due to massive code and structural changes Currently this is still active!

This project is based on Piston's ttyd-tools and ported to Twilight Princess by Zephiles

Build Requirements

After downloading the DevTools you want to adjust some files for the Makefile to match your elf2rel and gcipack path(s)

Linux/Unix:

$ sudo cp /path/to/elf2rel /usr/bin/elf2rel

$ sudo echo 'python3 /path/to/gcipack.py "$@"' > /usr/bin/gcipack && sudo chmod +x /usr/bin/gcipack

In this case the Makefile does not need to be changed, however if you don't want to add the binaries/scripts to your PATH or bin you should edit the Makefile (see Windows variant)

Windows

  • Open the Makefile for edit
  • Change line 12 from export ELF2REL := elf2rel to export ELF2REL := /path/to/elf2rel.exe (or /path/to/elf2rel on linux)
  • Change line 13 from export GCIPACK := gcipack to export GCIPACK := python3 /path/to/gcipack.py

It is suggested to create a bin folder inside the Randomizer and copy the binary/script (elf2rel, gcipack.py) inside there - then use bin/elf2rel[.exe] and bin/gcipack.py as paths

Credits and special thanks to

  • AECX for the first versions of the randomizer
  • Piston for TTYD-Tools
  • Zephiles for porting them to TP and helping to set them up properly aswell as hours of testing, debugging and providing help
  • Taka for helping a lot with testing and gathering meta-data for chests
  • Skyreon for also helping with REL testing
  • Hornlitz for writing down all chests + some information on how to access them
  • Jacquaid for his TPHD rando logic and general information
  • dragonbane for providing inifinite amounts of information and being a constant source of Game knowledge
  • Everyone who contributed to researching the game and/or was involved in the Ultimate TP Spreadsheet
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].