Files
Grinch-AP/worlds/v6/docs/setup_en.md

50 lines
2.2 KiB
Markdown
Raw Normal View History

2022-01-21 22:42:11 +01:00
# VVVVVV MultiWorld Setup Guide
## Required Software
- VVVVVV
- [Steam Store Page](https://store.steampowered.com/app/70300/VVVVVV/)
- [GOG Store Page](https://www.gog.com/game/vvvvvv)
2022-01-30 10:06:05 +01:00
- [V6AP](https://github.com/N00byKing/VVVVVV/releases)
2022-01-21 22:42:11 +01:00
## Installation and Game Start Procedures
1. Install VVVVVV through either Steam or GOG.
2. Go to the page linked for V6AP, and download the latest release.
2022-01-30 10:06:05 +01:00
3. Unpack the zip file where you have VVVVVV installed.
2022-01-21 22:42:11 +01:00
# Joining a MultiWorld Game
To join an Archipelago MultiWorld game, you must set the game's launch options. The two mandatory launch options are:
`-v6ap_name slotName`
`-v6ap_ip server:port`
2022-01-21 22:42:11 +01:00
If the game you are joining requires a password, you should also add the following to your launch options:
`-v6ap_passwd secretPassword`
If the game is to be played offline in single-player mode, you should include this launch option:
`-v6ap_file filePath`
Launch options may be found by right-clicking on the game in Steam and clicking "Properties" in the context menu. From there, open the "General" tab. There is a "Launch Options" setting near the bottom wherein you should enter the above options. Note that all launch options are separated by a space, and if there are spaces in your slot name or password, it should be surrounded with quotes.
2022-01-21 22:42:11 +01:00
If everything worked out, you will see a textbox informing you the connection has been established after the story intro.
# Playing offline
Docs: replacing "setting" to "option" in world docs (#2622) * Update contributing.md * Update contributing.md * Update contributing.md * Update contributing.md * Update contributing.md * Update contributing.md Added non-AP World specific information * Update contributing.md Fixed broken link * Some minor touchups * Update Contributing.md Draft for version with picture * Update contributing.md Small word change * Minor updates for conciseness, mostly * Changed all instances of settings to options in info and setup guides I combed through all world docs and swapped "setting" to "option" when this was refering to yaml options. I also changed a leftover "setting" in option.py * Update contributing.md * Update contributing.md * Update setup_en.md Woops I forgot one * Update Options.py Reverted changes regarding options.py * Update worlds/noita/docs/en_Noita.md Co-authored-by: Scipio Wright <scipiowright@gmail.com> * Update worlds/sc2wol/docs/en_Starcraft 2 Wings of Liberty.md revert change waiting for that page to be updated * Update worlds/witness/docs/setup_en.md * Update worlds/witness/docs/en_The Witness.md * Update worlds/soe/docs/multiworld_en.md Fixed Typo Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com> * Update worlds/witness/docs/en_The Witness.md * Update worlds/adventure/docs/en_Adventure.md * Update worlds/witness/docs/setup_en.md * Updated Stardew valley to hopefully get rid of the merge conflicts * Didn't work :dismay: * Delete worlds/sc2wol/docs/setup_en.md I think this will fix the merge issue * Now it should work * Woops --------- Co-authored-by: Scipio Wright <scipiowright@gmail.com> Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
2024-03-22 12:46:14 -04:00
To play offline, first generate a seed on the game's options page.
Create a room and download the `.apv6` file, include the offline single-player launch option described above.
2022-01-21 22:42:11 +01:00
## Installation Troubleshooting
Start the game from the command line to view helpful messages regarding V6AP. These will look something like `V6AP: Message`.
2022-01-21 22:42:11 +01:00
### Game no longer starts after copying the .exe
The most likely cause of a startup failure is invalid launch options. Ensure the launch options are set properly as described above in
**Joining a MultiWorld Game**.
2022-01-21 22:42:11 +01:00
## Game Troubleshooting
### What happens if I lose connection?
If a disconnection occurs, wait a moment to see if the game automatically reconnects itself. If the problem presists, save and restart the game.