TUNIC: Update setup guide and game page docs (#2832)
This commit is contained in:
parent
ce43c52589
commit
45a15004a4
|
@ -14,13 +14,15 @@ It is recommended that you achieve both endings in the vanilla game before playi
|
|||
In the TUNIC Randomizer, every item in the game is randomized. All chests, key item pickups, instruction manual pages, hero relics,
|
||||
and other unique items are shuffled.<br>
|
||||
|
||||
Ability shuffling is an option available from the options page to shuffle certain abilities (prayer, holy cross, and the ice rod combo),
|
||||
Ability shuffling is an option available from the options page to shuffle certain abilities (prayer, holy cross, and the icebolt combo),
|
||||
preventing them from being used until they are unlocked.<br>
|
||||
|
||||
Entrances can also be randomized, shuffling the connections between every door, teleporter, etc. in the game.
|
||||
|
||||
Enemy randomization and other options are also available and can be turned on in the client mod.
|
||||
|
||||
## What is the goal of TUNIC when randomized?
|
||||
The standard goal is the same as the vanilla game, which is to find the three hexagon keys, at which point you may either Take Your
|
||||
The standard goal is the same as the vanilla game. Find the three hexagon keys, then Take Your
|
||||
Rightful Place or seek another path and Share Your Wisdom.
|
||||
|
||||
Alternatively, Hexagon Quest is a mode that shuffles a certain number of Gold Questagons into the item pool, with the goal
|
||||
|
@ -44,12 +46,16 @@ There is a [tracker pack](https://github.com/SapphireSapphic/TunicTracker/releas
|
|||
|
||||
There is also a [standalone item tracker](https://github.com/radicoon/tunic-rando-tracker/releases/latest), which tracks what items you have received. It is great for adding an item overlay to streaming setups. This item tracker was created by Radicoon.
|
||||
|
||||
There is an [entrance tracker](https://scipiowright.gitlab.io/tunic-tracker/) for the entrance randomizer. This is a manual tracker that runs in your browser. This tracker was created by ScipioWright, and is a fork of the Pokémon Tracker by [Sergi "Sekii" Santana](https://gitlab.com/Sekii/pokemon-tracker).
|
||||
|
||||
You can also use the Universal Tracker (by Faris and qwint) to find a complete list of what checks are in logic with your current items. You can find it on the Archipelago Discord, in its post in the future-game-design channel. This tracker is an extension of the regular Archipelago Text Client.
|
||||
|
||||
## What should I know regarding logic?
|
||||
- Nighttime is not considered in logic. Every check in the game is obtainable during the day.
|
||||
- The Cathedral is accessible during the day by using the Hero's Laurels to reach the Overworld fuse near the Swamp entrance.
|
||||
- The Secret Legend chest at the Cathedral can be obtained during the day by opening the Holy Cross door from the outside.
|
||||
|
||||
For Entrance Rando specifically:
|
||||
For the Entrance Randomizer:
|
||||
- Activating a fuse to turn on a yellow teleporter pad also activates its counterpart in the Far Shore.
|
||||
- The West Garden fuse can be activated from below.
|
||||
- You can pray at the tree at the exterior of the Library.
|
||||
|
@ -58,7 +64,7 @@ For Entrance Rando specifically:
|
|||
- The elevator in Cathedral is immediately usable without activating the fuse. Activating the fuse does nothing.
|
||||
|
||||
## What item groups are there?
|
||||
Bombs, consumables (non-bomb ones), weapons, melee weapons (stick and sword), keys, hexagons, offerings, hero relics, cards, golden treasures, money, pages, and abilities (the three ability pages). There are also a few groups being used for singular items: laurels, orb, dagger, magic rod, holy cross, prayer, ice rod, and progressive sword.
|
||||
Bombs, consumables (non-bomb ones), weapons, melee weapons (stick and sword), keys, hexagons, offerings, hero relics, cards, golden treasures, money, pages, and abilities (the three ability pages). There are also a few groups being used for singular items: laurels, orb, dagger, magic rod, holy cross, prayer, icebolt, and progressive sword.
|
||||
|
||||
## What location groups are there?
|
||||
Holy cross (for all holy cross checks), fairies (for the two fairy checks), well (for the coin well checks), and shop. Additionally, for checks that do not fall into the above categories, the name of the region is the name of the location group.
|
||||
Holy cross (for all holy cross checks), fairies (for the two fairy checks), well (for the coin well checks), and shop. Additionally, for checks that do not fall into the above categories, the name of the region is the name of the location group.
|
|
@ -1,16 +1,17 @@
|
|||
# TUNIC Setup Guide
|
||||
|
||||
## Installation
|
||||
|
||||
### Required Software
|
||||
## Required Software
|
||||
|
||||
- [TUNIC](https://tunicgame.com/) for PC (Steam Deck also supported)
|
||||
- [BepInEx](https://builds.bepinex.dev/projects/bepinex_be/572/BepInEx_UnityIL2CPP_x64_9c2b17f_6.0.0-be.572.zip)
|
||||
- [TUNIC Randomizer Archipelago Mod](https://github.com/silent-destroyer/tunic-randomizer-archipelago/releases/latest)
|
||||
- [BepInEx (Unity IL2CPP)](https://github.com/BepInEx/BepInEx/releases/tag/v6.0.0-pre.1)
|
||||
- [TUNIC Randomizer Mod](https://github.com/silent-destroyer/tunic-randomizer/releases/latest)
|
||||
|
||||
### Optional Software
|
||||
## Optional Software
|
||||
- [TUNIC Randomizer Map Tracker](https://github.com/SapphireSapphic/TunicTracker/releases/latest) (For use with EmoTracker/PopTracker)
|
||||
- [TUNIC Randomizer Item Auto-tracker](https://github.com/radicoon/tunic-rando-tracker/releases/latest)
|
||||
- [Archipelago Text Client](https://github.com/ArchipelagoMW/Archipelago/releases/latest)
|
||||
|
||||
## Installation
|
||||
|
||||
### Find Your Relevant Game Directories
|
||||
|
||||
|
@ -24,29 +25,30 @@ Find your TUNIC game installation directory:
|
|||
|
||||
### Install BepInEx
|
||||
|
||||
BepInEx is a general purpose framework for modding Unity games, and is used by the TUNIC Randomizer.
|
||||
BepInEx is a general purpose framework for modding Unity games, and is used to run the TUNIC Randomizer.
|
||||
|
||||
Download [BepInEx](https://builds.bepinex.dev/projects/bepinex_be/572/BepInEx_UnityIL2CPP_x64_9c2b17f_6.0.0-be.572.zip).
|
||||
Download [BepInEx](https://github.com/BepInEx/BepInEx/releases/download/v6.0.0-pre.1/BepInEx_UnityIL2CPP_x64_6.0.0-pre.1.zip).
|
||||
|
||||
If playing on Steam Deck, follow this [guide to set up BepInEx via Proton](https://docs.bepinex.dev/articles/advanced/proton_wine.html).
|
||||
|
||||
Extract the contents of the BepInEx .zip file into your TUNIC game directory:<br>
|
||||
- **Steam**: Steam\steamapps\common\TUNIC<br>
|
||||
- **PC Game Pass**: XboxGames\Tunic\Content<br>
|
||||
- **Other platforms**: Place into the same folder that the Tunic_Data/Secret Legend_Data folder is found.
|
||||
- **Other platforms**: Place into the same folder that the Tunic_Data or Secret Legend_Data folder is found.
|
||||
|
||||
Launch the game once and close it to finish the BepInEx installation.
|
||||
|
||||
### Install The TUNIC Randomizer Archipelago Client Mod
|
||||
### Install The TUNIC Randomizer Mod
|
||||
|
||||
Download the latest release of the [TUNIC Randomizer Archipelago Mod](https://github.com/silent-destroyer/tunic-randomizer-archipelago/releases/latest).
|
||||
Download the latest release of the [TUNIC Randomizer Mod](https://github.com/silent-destroyer/tunic-randomizer/releases/latest).
|
||||
|
||||
The downloaded .zip will contain a folder called `Tunic Archipelago`.
|
||||
Extract the contents of the downloaded .zip file, and find the folder labeled `Tunic Randomizer`.
|
||||
|
||||
Copy the `Tunic Archipelago` folder into `BepInEx/plugins` in your TUNIC game installation directory.
|
||||
The filepath to the mod should look like `BepInEx/plugins/Tunic Archipelago/TunicArchipelago.dll`<br>
|
||||
Copy the `Tunic Randomizer` folder into `BepInEx/plugins` in your TUNIC game installation directory.
|
||||
|
||||
Launch the game, and if everything was installed correctly you should see `Randomizer + Archipelago Mod Ver. x.y.z` in the top left corner of the title screen!
|
||||
The filepath to the mod should look like `BepInEx/plugins/Tunic Randomizer/TunicRandomizer.dll`<br>
|
||||
|
||||
Launch the game, and if everything was installed correctly you should see `Randomizer Mod Ver. x.y.z` in the top left corner of the title screen!
|
||||
|
||||
## Configure Archipelago Options
|
||||
|
||||
|
@ -55,11 +57,12 @@ Launch the game, and if everything was installed correctly you should see `Rando
|
|||
Visit the [TUNIC options page](/games/Tunic/player-options) to generate a YAML with your selected options.
|
||||
|
||||
### Configure Your Mod Settings
|
||||
Launch the game and click the button labeled `Open AP Config` on the Title Screen.
|
||||
In the menu that opens, fill in *Player*, *Hostname*, *Port*, and *Password* (if required) with the correct information for your room.
|
||||
Launch the game, and using the menu on the Title Screen select `Archipelago` under `Randomizer Mode`.
|
||||
|
||||
Once you've input your information, click on Close. If everything was configured properly, you should see `Status: Connected!` and your chosen game options will be shown under `World Settings`.
|
||||
Click the button labeled `Edit AP Config`, and fill in *Player*, *Hostname*, *Port*, and *Password* (if required) with the correct information for your room.
|
||||
|
||||
Once you've input your information, click the `Close` button. If everything was configured properly, you should see `Status: Connected!` and your chosen game options will be shown under `World Settings`.
|
||||
|
||||
An error message will display if the game fails to connect to the server.
|
||||
|
||||
Be sure to also look at the in-game options menu for a variety of additional settings, such as enemy randomization!
|
||||
Be sure to also look at the in-game options menu for a variety of additional settings, such as enemy randomization!
|
Loading…
Reference in New Issue