Docs/Subnautica: Updated console instructions, misc clarifications (#1394)
This commit is contained in:
parent
8678e02d54
commit
f6616da5a9
|
@ -35,18 +35,19 @@ Warning: Currently it is not checked whether a loaded savegame belongs to the mu
|
||||||
## Console Commands
|
## Console Commands
|
||||||
|
|
||||||
The mod adds the following console commands:
|
The mod adds the following console commands:
|
||||||
- `say` sends the text following it to Archipelago as a chat message. ! is not an allowed character, use / instead.
|
- `say` sends the text following it to Archipelago as a chat message.
|
||||||
- `silent` toggles Archipelago chat messages appearing.
|
- `!` is not an allowed character, use `/` in its place. For example, to use the [`!hint` command](/tutorial/Archipelago/commands/en#remote-commands), type `say /hint`.
|
||||||
|
- `silent` toggles Archipelago messages appearing.
|
||||||
|
- `tracker` rotates through the possible settings for the in-game tracker that displays the closest uncollected location.
|
||||||
- `deathlink` toggles death link.
|
- `deathlink` toggles death link.
|
||||||
|
|
||||||
To enable the console in Subnautica, press `F3` and `F8`, then uncheck "Disable Console" in the top left. Press `F3` and `F8` again to close the menus.
|
To enable the console in Subnautica, press `Shift+Enter`.
|
||||||
To enter a console command, press `Enter`.
|
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
||||||
- Do not attempt playing vanilla saves while the mod is installed, as the mod will override the scan information of the savegame.
|
- Do not attempt playing vanilla saves while the mod is installed, as the mod will override the scan information of the savegame.
|
||||||
- When exiting to the main menu the mod's state is not properly reset. Loading a savegame from here will break various things.
|
- When exiting to the main menu the mod's state is not properly reset. Loading a savegame from here will break various things.
|
||||||
If you want to reload a save it is recommended you restart the game entirely.
|
If you want to reload a save it is recommended you relaunch the game entirely.
|
||||||
- Attempting to load a savegame containing no longer valid connection information without entering valid information on the main menu will hang on the loading screen.
|
- Attempting to load a savegame containing no longer valid connection information without entering valid information on the main menu will hang on the loading screen.
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
Loading…
Reference in New Issue