mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
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>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Super Mario 64 EX
|
||||
|
||||
## Where is the settings page?
|
||||
## Where is the options page?
|
||||
|
||||
The player settings page for this game contains all the options you need to configure and export a config file. Player
|
||||
settings page link: [SM64EX Player Settings Page](../player-settings).
|
||||
The player options page for this game contains all the options you need to configure and export a config file. Player
|
||||
options page link: [SM64EX Player Options Page](../player-options).
|
||||
|
||||
## What does randomization do to this game?
|
||||
All 120 Stars, the 3 Cap Switches, the Basement and Secound Floor Key are now Location Checks and may contain Items for different games as well
|
||||
|
@@ -70,7 +70,7 @@ After the compliation was successful, there will be a binary in your `sm64ex/bui
|
||||
### Joining a MultiWorld Game
|
||||
|
||||
To join, set the following launch options: `--sm64ap_name YourName --sm64ap_ip ServerIP:Port`.
|
||||
For example, if you are hosting a game using the website, `YourName` will be the name from the Settings Page, `ServerIP` is `archipelago.gg` and `Port` the port given on the Archipelago room page.
|
||||
For example, if you are hosting a game using the website, `YourName` will be the name from the Options Page, `ServerIP` is `archipelago.gg` and `Port` the port given on the Archipelago room page.
|
||||
Optionally, add `--sm64ap_passwd "YourPassword"` if the room you are using requires a password.
|
||||
Should your name or password have spaces, enclose it in quotes: `"YourPassword"` and `"YourName"`.
|
||||
|
||||
@@ -82,7 +82,7 @@ Failing to use a new file may make some locations unavailable. However, this can
|
||||
|
||||
### Playing offline
|
||||
|
||||
To play offline, first generate a seed on the game's settings page.
|
||||
To play offline, first generate a seed on the game's options page.
|
||||
Create a room and download the `.apsm64ex` file, and start the game with the `--sm64ap_file "path/to/FileName"` launch argument.
|
||||
|
||||
### Optional: Using Batch Files to play offline and MultiWorld games
|
||||
|
Reference in New Issue
Block a user