mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -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,8 +1,8 @@
|
||||
# Factorio
|
||||
|
||||
## Where is the settings page?
|
||||
## Where is the options page?
|
||||
|
||||
The [player settings page for this game](../player-settings) contains all the options you need to configure and export a
|
||||
The [player options page for this game](../player-options) contains all the options you need to configure and export a
|
||||
config file.
|
||||
|
||||
## What does randomization do to this game?
|
||||
@@ -36,7 +36,7 @@ inventory.
|
||||
## What is EnergyLink?
|
||||
|
||||
EnergyLink is an energy storage supported by certain games that is shared across all worlds in a multiworld.
|
||||
In Factorio, if enabled in the player settings, EnergyLink Bridge buildings can be crafted and placed, which allow
|
||||
In Factorio, if enabled in the player options, EnergyLink Bridge buildings can be crafted and placed, which allow
|
||||
depositing excess energy and supplementing energy deficits, much like Accumulators.
|
||||
|
||||
Each placed EnergyLink Bridge provides 10 MW of throughput. The shared storage has unlimited capacity, but 25% of energy
|
||||
|
@@ -25,8 +25,8 @@ options.
|
||||
|
||||
### Where do I get a config file?
|
||||
|
||||
The Player Settings page on the website allows you to configure your personal settings and export a config file from
|
||||
them. Factorio player settings page: [Factorio Settings Page](/games/Factorio/player-settings)
|
||||
The Player Options page on the website allows you to configure your personal options and export a config file from
|
||||
them. Factorio player options page: [Factorio Options Page](/games/Factorio/player-options)
|
||||
|
||||
### Verifying your config file
|
||||
|
||||
@@ -133,7 +133,7 @@ This allows you to host your own Factorio game.
|
||||
For additional client features, issue the `/help` command in the Archipelago Client. Once connected to the AP server,
|
||||
you can also issue the `!help` command to learn about additional commands like `!hint`.
|
||||
For more information about the commands you can use, see the [Commands Guide](/tutorial/Archipelago/commands/en) and
|
||||
[Other Settings](#other-settings).
|
||||
[Other Options](#other-options).
|
||||
|
||||
## Allowing Other People to Join Your Game
|
||||
|
||||
@@ -148,11 +148,11 @@ For more information about the commands you can use, see the [Commands Guide](/t
|
||||
By default, peaceful mode is disabled. There are two methods to enable peaceful mode:
|
||||
|
||||
### By config file
|
||||
You can specify Factorio game settings such as peaceful mode and terrain and resource generation parameters in your
|
||||
config .yaml file by including the `world_gen` setting. This setting is currently not supported by the web UI, so you'll
|
||||
You can specify Factorio game options such as peaceful mode and terrain and resource generation parameters in your
|
||||
config .yaml file by including the `world_gen` option. This option is currently not supported by the web UI, so you'll
|
||||
have to manually create or edit your config file with a text editor of your choice.
|
||||
The [template file](/static/generated/configs/Factorio.yaml) is a good starting point and contains the default value of
|
||||
the `world_gen` setting. If you already have a config file you may also just copy that setting over from the template.
|
||||
the `world_gen` option. If you already have a config file you may also just copy that option over from the template.
|
||||
To enable peaceful mode, simply replace `peaceful_mode: false` with `peaceful_mode: true`. Finally, use the
|
||||
[.yaml checker](/check) to ensure your file is valid.
|
||||
|
||||
@@ -165,7 +165,7 @@ enable peaceful mode by entering the following commands into your Archipelago Fa
|
||||
```
|
||||
(If this warns you that these commands may disable achievements, you may need to repeat them for them to take effect.)
|
||||
|
||||
## Other Settings
|
||||
## Other Options
|
||||
|
||||
### filter_item_sends
|
||||
|
||||
|
Reference in New Issue
Block a user