From 7f3b5afead55b756b09a120203a645e94c0b293d Mon Sep 17 00:00:00 2001 From: Kewlan Date: Thu, 1 Aug 2024 15:58:50 +0200 Subject: [PATCH] Clarify WIP features, and remove regional warning --- README.md | 4 +--- source/descriptions.cpp | 7 +++++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ce76418..5b19b135 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/source/descriptions.cpp b/source/descriptions.cpp index be4c76e9..9aaa5784 100644 --- a/source/descriptions.cpp +++ b/source/descriptions.cpp @@ -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" @@ -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" //