Skip to content

Commit

Permalink
Clarify WIP features, and remove regional warning (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kewlan authored Aug 1, 2024
1 parent 97eb227 commit 211c00b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ This is an item randomizer for _The Legend of Zelda: Ocarina of Time 3D_ for the

You can download the latest stable version of the randomizer [here](https://github.com/gamestabled/OoT3D_Randomizer/releases/latest). You can use either the ```OoT3D_Randomizer.3dsx``` or ```OoT3D_Randomizer.cia``` files provided to generate randomizer patches.

> **Warning**
>
> Please ensure that you are playing on the _USA version_ of Ocarina of Time 3D, as it is the only version supported by the randomizer. You can use either the cartridge version or the installed digital version. In all instructions below, if a directory doesn't exist, just create it.
You can use either the cartridge version or the installed digital version. In all instructions below, if a directory doesn't exist, just create it.

### On 3DS Console with Luma3DS
On your SD card, copy ```OoT3D_Randomizer.3dsx``` to ```SD:/3ds/``` or copy ```OoT3D_Randomizer.cia``` to ```SD:/cias/```. When using the ```.3dsx``` file, you will need to launch the randomzier app through the homebrew menu every time you wish to launch it. When using the ```.cia``` file, you will need to install the file using the FBI app, so that the randomizer app appears directly on the 3DS home menu. Alternatively, if your 3DS is connected to the internet, you can use FBI to scan the QR code for either the ```.3dsx``` file or the ```.cia``` file, and the randomizer will be downloaded and installed automatically.
Expand Down
7 changes: 5 additions & 2 deletions source/descriptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ string_view logicGlitchless = "No glitches are required, but may requi
string_view logicGlitched = "The glitches you enable at the set difficulty\n" //
"or below may be required.\n" //
"\n" //
"In development, but still usable."; //
"WIP feature. Allows glitch logic for the entire\n"//
"overworld and the following vanilla dungeons:\n" //
"Deku Tree, Dodongo's Cavern, Jabu Jabu, and\n" //
"Forest, Water, and Fire Temple."; //
string_view logicNoLogic = "Maximize randomization, All locations are\n" //
"considered available. MAY BE IMPOSSIBLE TO BEAT.";//
string_view logicVanilla = "For those who want to play the game normally but\n"
Expand Down Expand Up @@ -1327,7 +1330,7 @@ string_view randomGsLocationsDesc = "Moves Gold Skulltulas to different loca
"Business Scrub grottos, Fairy Fountains, etc.\n" //
"Some new locations are only available with certain"
"settings enabled, like tricks and glitches.\n" //
"The logic is updated for any that are moved."; //
"WIP feature. Most dungeon locations are the same.";
//
string_view gsLocGuaranteeNewDesc = "Excludes the original location from the Gold\n" //
"Skulltula's available locations pool.\n" //
Expand Down

0 comments on commit 211c00b

Please sign in to comment.