-
Notifications
You must be signed in to change notification settings - Fork 0
Spyro: AHT 1 ‐ Setup Guide & FAQ
Setting up AHT AP is fairly straightforward, though there are a few extra notes and settings listed that are not strictly required but are useful. The majority of these steps are only required the first time you play AHT AP, and some steps may already be done depending on if you've used Dolphin for other randomizers and have it set up already.
- The NTSC-U GameCube version of AHT (specifically, game ID G5SE7D). In following the rules of the main Archipelago Discord server, this must be a legally-obtained and dumped game file.
- The latest stable version of the Dolphin emulator (2606, at the time of writing this). Development versions will likely be fine, but are riskier given they are not marked as stable, so we officially advise using the stable version. If you find that a new stable version seems to present issues with AHT AP, let us know ASAP and we can investigate or help you troubleshoot.
- The latest version of the Archipelago launcher (0.6.7, at the time of writing this). Similarly to Dolphin, if a new Archipelago version is released, we will do our best to make sure AHT AP doesn't lose support, and if issues arise, we will resolve them ASAP.
- The latest versions of
spyro_aht.apworldandAR_Code.txt. Both are findable on this GitHub repo on the "releases" page. This link will always point to the latest version.
- Download the above software. Once the Archipelago launcher is installed, be sure to install
spyro_aht.apworldby either double clicking it, or opening the launcher and selecting "Install APWorld" and selectingspyro_aht.apworld. - Fully close and restart the Archipelago launcher once you have done that, so that AHT loads up the next time it launches. You can then click "Generate Template Options" to create the YAML file you will use to set all of the various options that are used when generating an AHT seed.
- Place the YAML file into the
Playersfolder in your Archipelago installation directory. - Click "generate" in the Archipelago launcher, and it should attempt to generate a seed using the YAML file. Depending on your YAML, if you run into issues with how your YAML was set, you may experience errors or the randomizer may automatically fix issues so that generation has the highest chance of succeeding.
- If successful, congratulations! You have 2 options for how to connect to this random seed:
- A) Click "host" in the Archipelago launcher and you will be prompted to select the random seed that was just created (by default, this is in the
outputfolder of your Archipelago installation). It will set up a network connection (to be connected to with the AHT client later) on your local computer. This usually defaults tolocalhost:38281but it may differ. - B) Navigate to the Archipelago website and upload your random seed there. Archipelago will create a room online for you to connect to. This will take the form of
archipelago.gg:xxxxxwithxxxxxbeing 5 numbers that identify your specific seed's room. If you go too long without interacting with the game, the room may time out and a new number may be generated once it re-opens, so be wary of that if you experience errors connecting after it's been a while.
- Go to Options -> Configuration -> General and check
Enable Cheats. - Right click on "Spyro: A Hero's Tail" in your game list and go to
Properties -> AR Codes. Then, clickAdd New Codeand create one calledAPor something similar that you will know refers to the Archipelago mod. OpenAR_Code.txtand copy-paste its contents into theCodesection of this window, and save it. Make sure you check it in the list of AR Codes so that it is enabled after setting up! - [OPTIONAL] Dolphin has some issues with rendering underwater graphics at times. You have 2 options for fixing this:
- A) Go to
Options -> Graphics Settings -> Hacksand disable both "Store EFB Copies to Texture Only" and "Defer EFB Copies to RAM". This can have a notable impact on performance, so your mileage may vary on if this works well enough for you. If not... - B) Alternatively, under
Options -> Graphics Settings -> Enhancements, the issue can be dodged entirely if you checkDisable Fog. This works well, but disables all fog, which may not be preferred for some people.
- Complete all above steps to prepare Dolphin, generate a seed, and get your seed hosted either locally or on the Archipelago website.
- If not already open, open the Archipelago launcher and select "Spyro AHT Client" to open the client. You should also start up the game in Dolphin and get to the main menu. You'll know if the game mod was installed correctly if the main menu has text specifying the game mod version saying "Settings not initialized - Connect client".
- In the client, enter the server address in the text box at the top. This will either be
archipelago.gg:xxxxxorlocalhost:xxxxxmost likely, depending on how you hosted the seed. After, click "connect". If successful, the game will update to say "Settings initialized." This represents the client loading the necessary information from the random seed and patching the game appropriately. - If this is the first time for this seed, set up a new save file and begin playing! If it's an existing seed, load the save you were using before.
Congratulations, and good luck & have fun playing!
As noted on the introduction page, currently only the NTSC-U GameCube version (game ID G5SE7D) is supported for AHT AP currently. PlayStation 2 support was planned earlier in development, and may still happen at some point down the road, but it is unlikely to occur unless the original developer of AHT AP (XuaThaGrate) becomes active in development again. I am significantly less confident in programming clients specifically, and getting PS2 support would require a brand-new client for that, as well as a brand-new game mod developed for the PlayStation 2 version of the game.
See the future of this project for details! If you have suggestions for new features that aren't mentioned there, I'm always open to hearing them if you message me in the Discord thread for AHT AP in the Archipelago Discord server (I am phoenixaki there).
If you suspect there is something programmed in logically incorrectly, let me know! For example, if the randomizer lists something in the tracker as being in-logic despite you not having the items required to do so. There's a chance the information is correct and there is some other way you're not realizing exists to do it, but I will never be annoyed with questions like this as long as you are respectful and humble about it :) There was a MASSIVE overhaul of the entire randomizer's logic in the 2.0 update, so there's a decent chance some things were done accidentally wrong, in the short-term after the 2.0 release.
AI is a hot topic in programming nowadays. The Archipelago Discord server staff encourage randomizer developers to disclose any AI usage (or lack thereof) in their projects for the sake of transparency. The following blurbs are from each of the 3 developers who have worked on AHT AP in some fashion, answering the question of whether AI is something they utilize:
Ebbe (game mod): "While none of the mod's code was generated with AI, in some case where a problem really stumps me and Google results fails to help, I do consult ChatGPT. it's pretty rare though. again its' only if I need help in understanding a problem, not for just spitting out code that I then use. I don't like using code that I didn't write and don't 100% understand." XuaThaGrate (original logic and client programmer): "None of my code has ever or will ever use AI" PhoenixAki (hi that's me, current logic and client programmer): "Virtually none of my contributions utilize AI/LLMs. One very small exception is I briefly asked ChatGPT if it had any good ideas for the humorous generic filler item name ideas for inspiration. Most of them did not hit the mark, but one ("Anger Management for Red") was great, so I took it and then came up with all of the other filler names on my own using it as the base idea."