| 
									
										
										
										
											2024-03-05 18:55:56 -05:00
										 |  |  | # Celeste 64 Setup Guide
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ## Required Software
 | 
					
						
							|  |  |  | - Archipelago Build of Celeste 64 from: [Celeste 64 Archipelago Releases Page](https://github.com/PoryGoneDev/Celeste64/releases/) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-05-05 02:58:49 -04:00
										 |  |  | ## Optional Software
 | 
					
						
							|  |  |  | - Celeste 64 Tracker | 
					
						
							|  |  |  | 	- PopTracker from: [PopTracker Releases Page](https://github.com/black-sliver/PopTracker/releases/) | 
					
						
							|  |  |  | 	- Celeste 64 Archipelago PopTracker pack from: [Celeste 64 AP Tracker Releases Page](https://github.com/PoryGone/Celeste-64-AP-Tracker/releases/) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-03-05 18:55:56 -05:00
										 |  |  | ## Installation Procedures (Windows)
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 1. Download the above release and extract 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:12345", | 
					
						
							|  |  |  | 	"SlotName": "Maddy", | 
					
						
							|  |  |  | 	"Password": "" | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | ``` | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 |