Files
Grinch-AP/worlds/celeste64/docs/guide_en.md
JoshuaEagles efd5004330 Docs: Update SA2B Linux and Steam Deck Setup Guide + Add Celeste 64 Linux Setup Guide (#4593)
* Update Linux and Steam Deck setup guide for sa2b

* Add Linux and Steam Deck setup guide for Celeste 64
2025-02-12 17:47:43 +01:00

1.5 KiB

Celeste 64 Setup Guide

Required Software

Optional Software

Installation Procedures (Windows)

  1. Download the above release and extract it.

Installation Procedures (Linux and Steam Deck)

  1. Download the above release and extract it.

  2. Add Celeste64.exe to Steam as a Non-Steam Game. In the properties for it on Steam, set it to use Proton as the compatibility tool. Launch the game through Steam in order to run it.

Joining a MultiWorld Game

  1. Before launching the game, edit the AP.json file in the root of the Celeste 64 install.

  2. For the Url field, enter the address of the server, such as archipelago.gg:38281. Your server host should be able to tell you this.

  3. For the SlotName field, enter your "name" field from the yaml or website config.

  4. For the Password field, enter the server password if one exists; otherwise leave this field blank.

  5. Save the file, and run Celeste64.exe. If you can continue past the title screen, then you are successfully connected.

An Example AP.json file:

{
	"Url": "archipelago.gg:12345",
	"SlotName": "Maddy",
	"Password": ""
}