Add ArchipIDLE setup guide (#375)
This commit is contained in:
parent
a10b987f1c
commit
6b07b6407c
|
@ -0,0 +1,12 @@
|
||||||
|
# ArchipIdle Setup Guide
|
||||||
|
|
||||||
|
## Joining a MultiWorld Game
|
||||||
|
1. Generate a `.yaml` file from the [ArchipIDLE Player Settings Page](/games/ArchipIDLE/player-settings)
|
||||||
|
2. Open the ArchipIDLE Client in your web browser by either:
|
||||||
|
- Navigate to the [ArchipIDLE Client](http://idle.multiworld.link)
|
||||||
|
- Download the client and run it locally from the
|
||||||
|
[ArchipIDLE GitHub Releases Page](https://github.com/ArchipelagoMW/archipidle/releases)
|
||||||
|
3. Enter the server address in the `Server Address` field and press enter
|
||||||
|
4. Enter your slot name when prompted. This should be the same as the `name` you entered on the
|
||||||
|
setting page above, or the `name` field in your yaml file.
|
||||||
|
5. Click the "Begin!" button.
|
|
@ -168,8 +168,8 @@
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"language": "English",
|
"language": "English",
|
||||||
"filename": "zelda3/plando_en.md",
|
"filename": "A Link to the Past/plando_en.md",
|
||||||
"link": "zelda3/plando/en",
|
"link": "A Link to the Past/plando/en",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Berserker"
|
"Berserker"
|
||||||
]
|
]
|
||||||
|
@ -527,8 +527,8 @@
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"language": "English",
|
"language": "English",
|
||||||
"filename": "checksfinder/checksfinder_en.md",
|
"filename": "ChecksFinder/checksfinder_en.md",
|
||||||
"link": "checksfinder/checksfinder/en",
|
"link": "ChecksFinder/checksfinder/en",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Mewlif"
|
"Mewlif"
|
||||||
]
|
]
|
||||||
|
@ -536,5 +536,24 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"gameTitle": "ArchipIDLE",
|
||||||
|
"tutorials": [
|
||||||
|
{
|
||||||
|
"name": "Setup Guide",
|
||||||
|
"description": "A guide to playing ArchipIDLE",
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"language": "English",
|
||||||
|
"filename": "ArchipIDLE/guide_en.md",
|
||||||
|
"link": "ArchipIDLE/guide/en",
|
||||||
|
"authors": [
|
||||||
|
"Farrak Kilhn"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue