Skip to content

Commit c9f7c8f

Browse files
committed
Fix
1 parent d6f68c7 commit c9f7c8f

3 files changed

Lines changed: 0 additions & 192 deletions

File tree

docs/content/english/Multiplayer/hosting_server.md

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -125,70 +125,6 @@ Note that this feature is intended to support simple use cases. This is not a mo
125125

126126
If the lack of prefab support is a concern, you may be able to make the scene usable through the Map Downloader by breaking the prefabs. Open the scene in the editor, select all entity objects, right click and select *Break Prefab*.
127127

128-
##### In-game admin panel & admin features
129-
The in-game admin panel provides an easy way to organize and moderate events.
130-
131-
The admin features are only available to those that enter the server as an admin by providing the admin password (right-click on the server and then `Join as Admin`). You can then access the admin panel via the Escape menu. The `AdminPassword` can be set from the server config.
132-
133-
| | |
134-
| ------ | ----------- |
135-
| <img src="/img/hosting_server/adminpanel1.png"/ width="400px"> | <img src="/img/hosting_server/adminpanel2.png" width="400px"/> |
136-
137-
The in-game panel has two main operational buttons:
138-
139-
* `Apply and Start Mission` -> This will apply all of the changes made and start a new mission immediately.
140-
* `Apply Changes` -> This will apply all of the changes made. The ones that are listed under Immediate Effects will go into effect right away. Those that are listed under Mission Options will be applied on the next mission.
141-
142-
The in-game admin panel comes with the following options:
143-
144-
###### Mission Options (require mission restart)
145-
146-
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.
147-
148-
* Game Type
149-
* Lists all available game types (Siege, TeamDeathmatch, Captain, Skirmish, Duel, Battle)
150-
* Map
151-
* Lists all the maps that have been passed to the server inside the config with the `add_map_to_usable_maps [MapName] [GameType],[GameType]` command
152-
* For example: `add_map_to_usable_maps mymap Siege,Skirmish` (please note that the GameType must be correctly capitalized)
153-
* Attacker & Defender Cultures
154-
* Number of Rounds
155-
* Map Time Limit
156-
* Round Time Limit
157-
* Warmup Time Limit
158-
* Maximum Number of Players
159-
160-
###### Immediate Effects
161-
* Welcome Message
162-
* Team Balance Threshold
163-
* Friendly Damages
164-
* Class Limits (Allow, Disallow)
165-
166-
###### Others
167-
* End Warmup
168-
* Overrides the warmup timer and ends the warmup in 30 seconds.
169-
* Mute/Unmute Player
170-
* Mutes a player, preventing them from using chat.
171-
* Kick Player
172-
* Kicks a player from the server. Kicked players are able to immediately rejoin the server.
173-
* Ban Player
174-
* Bans a player from the server. Banned players are not able to rejoin the server until it restarts.
175-
176-
Here are some behaviours you should expect while changing Game Types, Maps and Cultures:
177-
178-
* If you leave Game Type, Map and Cultures UNSELECTED -> The game will run the current Game Type being played and give the players the option to vote on the available maps (those passed with `add_map_to_automated_battle_pool`) and cultures.
179-
* If you leave Game Type, Map and Cultures UNSELECTED AND the Game Type isn't the one that the server initially launched with -> The game will run the current Game Type being played and use a random map from the available maps (those passed with `add_map_to_usable_maps`) and give the players the option to vote on cultures.
180-
* If you select a Game Type but leave Map and Cultures UNSELECTED AND the selected Game Type isn't the one that the server initially launched with -> The game will run the current Game Type being played and use a random map from the available maps (those passed with `add_map_to_usable_maps`) and give the players the option to vote on cultures.
181-
* If you select a Game Type and Map but leave Cultures UNSELECTED -> The game will run the selected Game Type with the selected Map and give the players the option to vote on cultures.
182-
* If you select a Game Type, Map and Cultures -> The game will run the selected Game Type, Map and Cultures with no voting screen.
183-
* If you provide no maps for a specific Game Type using the `add_map_to_usable_maps` parameter, that specific Game Type will be disabled in the admin panel.
184-
* Official maps will only work with the intended Game Types. Trying to use them with another Game Type with `add_map_to_usable_maps` will not display them in the admin panel.
185-
186-
###### Admin Announcements
187-
You can also make use of the admin announcements system which pushes out text to everyone on the server by typing the following into chat:
188-
189-
* `/ab [text]` - Admin Broadcast - Displays the announcement in the middle of the screen as well as in chat alongside a sound notification.
190-
* `/ac [text]` - Admin Chat - Displays the announcement in chat.
191-
192128
## FAQ
193129
##### Does Steam need to stay open for hosting?
194130
No. You only need Steam for keeping your server files up to date. You are free to copy your server files to some other computer to host it. But we strongly recommend you to use it with Steam in order to keep it up to date. Unlike Warband, currently, any older versions of the server files will be incompatible with our system.

docs/content/russian/Multiplayer/hosting_server.md

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -125,70 +125,6 @@ Note that this feature is intended to support simple use cases. This is not a mo
125125

126126
If the lack of prefab support is a concern, you may be able to make the scene usable through the Map Downloader by breaking the prefabs. Open the scene in the editor, select all entity objects, right click and select *Break Prefab*.
127127

128-
##### In-game admin panel & admin features
129-
The in-game admin panel provides an easy way to organize and moderate events.
130-
131-
The admin features are only available to those that enter the server as an admin by providing the admin password (right-click on the server and then `Join as Admin`). You can then access the admin panel via the Escape menu. The `AdminPassword` can be set from the server config.
132-
133-
| | |
134-
| ------ | ----------- |
135-
| <img src="/img/hosting_server/adminpanel1.png"/ width="400px"> | <img src="/img/hosting_server/adminpanel2.png" width="400px"/> |
136-
137-
The in-game panel has two main operational buttons:
138-
139-
* `Apply and Start Mission` -> This will apply all of the changes made and start a new mission immediately.
140-
* `Apply Changes` -> This will apply all of the changes made. The ones that are listed under Immediate Effects will go into effect right away. Those that are listed under Mission Options will be applied on the next mission.
141-
142-
The in-game admin panel comes with the following options:
143-
144-
###### Mission Options (require mission restart)
145-
146-
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.
147-
148-
* Game Type
149-
* Lists all available game types (Siege, TeamDeathmatch, Captain, Skirmish, Duel, Battle)
150-
* Map
151-
* Lists all the maps that have been passed to the server inside the config with the `add_map_to_usable_maps [MapName] [GameType],[GameType]` command
152-
* For example: `add_map_to_usable_maps mymap Siege,Skirmish` (please note that the GameType must be correctly capitalized)
153-
* Attacker & Defender Cultures
154-
* Number of Rounds
155-
* Map Time Limit
156-
* Round Time Limit
157-
* Warmup Time Limit
158-
* Maximum Number of Players
159-
160-
###### Immediate Effects
161-
* Welcome Message
162-
* Team Balance Threshold
163-
* Friendly Damages
164-
* Class Limits (Allow, Disallow)
165-
166-
###### Others
167-
* End Warmup
168-
* Overrides the warmup timer and ends the warmup in 30 seconds.
169-
* Mute/Unmute Player
170-
* Mutes a player, preventing them from using chat.
171-
* Kick Player
172-
* Kicks a player from the server. Kicked players are able to immediately rejoin the server.
173-
* Ban Player
174-
* Bans a player from the server. Banned players are not able to rejoin the server until it restarts.
175-
176-
Here are some behaviours you should expect while changing Game Types, Maps and Cultures:
177-
178-
* If you leave Game Type, Map and Cultures UNSELECTED -> The game will run the current Game Type being played and give the players the option to vote on the available maps (those passed with `add_map_to_automated_battle_pool`) and cultures.
179-
* If you leave Game Type, Map and Cultures UNSELECTED AND the Game Type isn't the one that the server initially launched with -> The game will run the current Game Type being played and use a random map from the available maps (those passed with `add_map_to_usable_maps`) and give the players the option to vote on cultures.
180-
* If you select a Game Type but leave Map and Cultures UNSELECTED AND the selected Game Type isn't the one that the server initially launched with -> The game will run the current Game Type being played and use a random map from the available maps (those passed with `add_map_to_usable_maps`) and give the players the option to vote on cultures.
181-
* If you select a Game Type and Map but leave Cultures UNSELECTED -> The game will run the selected Game Type with the selected Map and give the players the option to vote on cultures.
182-
* If you select a Game Type, Map and Cultures -> The game will run the selected Game Type, Map and Cultures with no voting screen.
183-
* If you provide no maps for a specific Game Type using the `add_map_to_usable_maps` parameter, that specific Game Type will be disabled in the admin panel.
184-
* Official maps will only work with the intended Game Types. Trying to use them with another Game Type with `add_map_to_usable_maps` will not display them in the admin panel.
185-
186-
###### Admin Announcements
187-
You can also make use of the admin announcements system which pushes out text to everyone on the server by typing the following into chat:
188-
189-
* `/ab [text]` - Admin Broadcast - Displays the announcement in the middle of the screen as well as in chat alongside a sound notification.
190-
* `/ac [text]` - Admin Chat - Displays the announcement in chat.
191-
192128
## FAQ
193129
##### Does Steam need to stay open for hosting?
194130
No. You only need Steam for keeping your server files up to date. You are free to copy your server files to some other computer to host it. But we strongly recommend you to use it with Steam in order to keep it up to date. Unlike Warband, currently, any older versions of the server files will be incompatible with our system.

docs/content/schinese/Multiplayer/hosting_server.md

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -125,70 +125,6 @@ Note that this feature is intended to support simple use cases. This is not a mo
125125

126126
If the lack of prefab support is a concern, you may be able to make the scene usable through the Map Downloader by breaking the prefabs. Open the scene in the editor, select all entity objects, right click and select *Break Prefab*.
127127

128-
##### In-game admin panel & admin features
129-
The in-game admin panel provides an easy way to organize and moderate events.
130-
131-
The admin features are only available to those that enter the server as an admin by providing the admin password (right-click on the server and then `Join as Admin`). You can then access the admin panel via the Escape menu. The `AdminPassword` can be set from the server config.
132-
133-
| | |
134-
| ------ | ----------- |
135-
| <img src="/img/hosting_server/adminpanel1.png"/ width="400px"> | <img src="/img/hosting_server/adminpanel2.png" width="400px"/> |
136-
137-
The in-game panel has two main operational buttons:
138-
139-
* `Apply and Start Mission` -> This will apply all of the changes made and start a new mission immediately.
140-
* `Apply Changes` -> This will apply all of the changes made. The ones that are listed under Immediate Effects will go into effect right away. Those that are listed under Mission Options will be applied on the next mission.
141-
142-
The in-game admin panel comes with the following options:
143-
144-
###### Mission Options (require mission restart)
145-
146-
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.
147-
148-
* Game Type
149-
* Lists all available game types (Siege, TeamDeathmatch, Captain, Skirmish, Duel, Battle)
150-
* Map
151-
* Lists all the maps that have been passed to the server inside the config with the `add_map_to_usable_maps [MapName] [GameType],[GameType]` command
152-
* For example: `add_map_to_usable_maps mymap Siege,Skirmish` (please note that the GameType must be correctly capitalized)
153-
* Attacker & Defender Cultures
154-
* Number of Rounds
155-
* Map Time Limit
156-
* Round Time Limit
157-
* Warmup Time Limit
158-
* Maximum Number of Players
159-
160-
###### Immediate Effects
161-
* Welcome Message
162-
* Team Balance Threshold
163-
* Friendly Damages
164-
* Class Limits (Allow, Disallow)
165-
166-
###### Others
167-
* End Warmup
168-
* Overrides the warmup timer and ends the warmup in 30 seconds.
169-
* Mute/Unmute Player
170-
* Mutes a player, preventing them from using chat.
171-
* Kick Player
172-
* Kicks a player from the server. Kicked players are able to immediately rejoin the server.
173-
* Ban Player
174-
* Bans a player from the server. Banned players are not able to rejoin the server until it restarts.
175-
176-
Here are some behaviours you should expect while changing Game Types, Maps and Cultures:
177-
178-
* If you leave Game Type, Map and Cultures UNSELECTED -> The game will run the current Game Type being played and give the players the option to vote on the available maps (those passed with `add_map_to_automated_battle_pool`) and cultures.
179-
* If you leave Game Type, Map and Cultures UNSELECTED AND the Game Type isn't the one that the server initially launched with -> The game will run the current Game Type being played and use a random map from the available maps (those passed with `add_map_to_usable_maps`) and give the players the option to vote on cultures.
180-
* If you select a Game Type but leave Map and Cultures UNSELECTED AND the selected Game Type isn't the one that the server initially launched with -> The game will run the current Game Type being played and use a random map from the available maps (those passed with `add_map_to_usable_maps`) and give the players the option to vote on cultures.
181-
* If you select a Game Type and Map but leave Cultures UNSELECTED -> The game will run the selected Game Type with the selected Map and give the players the option to vote on cultures.
182-
* If you select a Game Type, Map and Cultures -> The game will run the selected Game Type, Map and Cultures with no voting screen.
183-
* If you provide no maps for a specific Game Type using the `add_map_to_usable_maps` parameter, that specific Game Type will be disabled in the admin panel.
184-
* Official maps will only work with the intended Game Types. Trying to use them with another Game Type with `add_map_to_usable_maps` will not display them in the admin panel.
185-
186-
###### Admin Announcements
187-
You can also make use of the admin announcements system which pushes out text to everyone on the server by typing the following into chat:
188-
189-
* `/ab [text]` - Admin Broadcast - Displays the announcement in the middle of the screen as well as in chat alongside a sound notification.
190-
* `/ac [text]` - Admin Chat - Displays the announcement in chat.
191-
192128
## FAQ
193129
##### Does Steam need to stay open for hosting?
194130
No. You only need Steam for keeping your server files up to date. You are free to copy your server files to some other computer to host it. But we strongly recommend you to use it with Steam in order to keep it up to date. Unlike Warband, currently, any older versions of the server files will be incompatible with our system.

0 commit comments

Comments
 (0)