Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Hosting Server Page #125

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/content/english/Multiplayer/hosting_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,10 @@ The in-game panel has two main operational buttons:

The in-game admin panel comes with the following options:

###### Require mission restart
###### Mission Options (require mission restart)

Please note that if you wish to change "Mission Options" that require a mission restart using the in-game Admin Panel - you must use the map intermission system. This means you must use the `start_game_and_mission` (or `start_game`) and `enable_automated_battle_switching` commands in your server config. Not using these will automatically disable all Mission Options on the Admin Panel.

* Game Type
* Lists all available game types (Siege, TeamDeathmatch, Captain, Skirmish, Duel, Battle)
* Map
Expand All @@ -154,7 +157,7 @@ The in-game admin panel comes with the following options:
* Warmup Time Limit
* Maximum Number of Players

###### Have immediate effect
###### Immediate Effects
* Welcome Message
* Team Balance Threshold
* Friendly Damages
Expand Down
7 changes: 5 additions & 2 deletions docs/content/russian/Multiplayer/hosting_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,10 @@ The in-game panel has two main operational buttons:

The in-game admin panel comes with the following options:

###### Require mission restart
###### Mission Options (require mission restart)

Please note that if you wish to change "Mission Options" that require a mission restart using the in-game Admin Panel - you must use the map intermission system. This means you must use the `start_game_and_mission` (or `start_game`) and `enable_automated_battle_switching` commands in your server config. Not using these will automatically disable all Mission Options on the Admin Panel.

* Game Type
* Lists all available game types (Siege, TeamDeathmatch, Captain, Skirmish, Duel, Battle)
* Map
Expand All @@ -154,7 +157,7 @@ The in-game admin panel comes with the following options:
* Warmup Time Limit
* Maximum Number of Players

###### Have immediate effect
###### Immediate Effects
* Welcome Message
* Team Balance Threshold
* Friendly Damages
Expand Down
7 changes: 5 additions & 2 deletions docs/content/schinese/Multiplayer/hosting_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,10 @@ The in-game panel has two main operational buttons:

The in-game admin panel comes with the following options:

###### Require mission restart
###### Mission Options (require mission restart)

Please note that if you wish to change "Mission Options" that require a mission restart using the in-game Admin Panel - you must use the map intermission system. This means you must use the `start_game_and_mission` (or `start_game`) and `enable_automated_battle_switching` commands in your server config. Not using these will automatically disable all Mission Options on the Admin Panel.

* Game Type
* Lists all available game types (Siege, TeamDeathmatch, Captain, Skirmish, Duel, Battle)
* Map
Expand All @@ -154,7 +157,7 @@ The in-game admin panel comes with the following options:
* Warmup Time Limit
* Maximum Number of Players

###### Have immediate effect
###### Immediate Effects
* Welcome Message
* Team Balance Threshold
* Friendly Damages
Expand Down
Loading