You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/russian/Multiplayer/hosting_server.md
+67Lines changed: 67 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,73 @@ Note that this feature is intended to support simple use cases. This is not a mo
125
125
126
126
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*.
127
127
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.
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
+
Additionally, options open up based on the selected Game Type. For example, the Warmup Time Limit option is not available when selecting TeamDeathMatch - as there's no warmup in TDM.
149
+
150
+
* Game Type
151
+
* Lists all available game types (Siege, TeamDeathmatch, Captain, Skirmish, Duel, Battle)
152
+
* Map
153
+
* 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
154
+
* For example: `add_map_to_usable_maps mymap Siege,Skirmish` (please note that the GameType must be correctly capitalized)
155
+
* Attacker & Defender Cultures
156
+
* Minimum Score to Win Duel
157
+
* Number of Rounds
158
+
* Map Time Limit
159
+
* Round Time Limit
160
+
* Warmup Time Limit
161
+
* Maximum Number of Players
162
+
163
+
###### Immediate Effects
164
+
* Welcome Message
165
+
* Team Balance Threshold
166
+
* Friendly Damages
167
+
* Class Limits (Allow, Disallow)
168
+
169
+
###### Others
170
+
* End Warmup
171
+
* Overrides the warmup timer and ends the warmup in 30 seconds.
172
+
* Mute/Unmute Player
173
+
* Mutes a player, preventing them from using chat.
174
+
* Kick Player
175
+
* Kicks a player from the server. Kicked players are able to immediately rejoin the server.
176
+
* Ban Player
177
+
* Bans a player from the server. Banned players are not able to rejoin the server until it restarts.
178
+
179
+
Here are some behaviours you should expect while changing Game Types, Maps and Cultures:
180
+
181
+
* 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.
182
+
* 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.
183
+
* 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.
184
+
* 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.
185
+
* If you select a Game Type, Map and Cultures -> The game will run the selected Game Type, Map and Cultures with no voting screen.
186
+
* 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.
187
+
* 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.
188
+
189
+
###### Admin Announcements
190
+
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:
191
+
192
+
*`/ab [text]` - Admin Broadcast - Displays the announcement in the middle of the screen as well as in chat alongside a sound notification.
193
+
*`/ac [text]` - Admin Chat - Displays the announcement in chat.
194
+
128
195
## FAQ
129
196
##### Does Steam need to stay open for hosting?
130
197
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.
Copy file name to clipboardExpand all lines: docs/content/schinese/Multiplayer/hosting_server.md
+67Lines changed: 67 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,73 @@ Note that this feature is intended to support simple use cases. This is not a mo
125
125
126
126
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*.
127
127
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.
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
+
Additionally, options open up based on the selected Game Type. For example, the Warmup Time Limit option is not available when selecting TeamDeathMatch - as there's no warmup in TDM.
149
+
150
+
* Game Type
151
+
* Lists all available game types (Siege, TeamDeathmatch, Captain, Skirmish, Duel, Battle)
152
+
* Map
153
+
* 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
154
+
* For example: `add_map_to_usable_maps mymap Siege,Skirmish` (please note that the GameType must be correctly capitalized)
155
+
* Attacker & Defender Cultures
156
+
* Minimum Score to Win Duel
157
+
* Number of Rounds
158
+
* Map Time Limit
159
+
* Round Time Limit
160
+
* Warmup Time Limit
161
+
* Maximum Number of Players
162
+
163
+
###### Immediate Effects
164
+
* Welcome Message
165
+
* Team Balance Threshold
166
+
* Friendly Damages
167
+
* Class Limits (Allow, Disallow)
168
+
169
+
###### Others
170
+
* End Warmup
171
+
* Overrides the warmup timer and ends the warmup in 30 seconds.
172
+
* Mute/Unmute Player
173
+
* Mutes a player, preventing them from using chat.
174
+
* Kick Player
175
+
* Kicks a player from the server. Kicked players are able to immediately rejoin the server.
176
+
* Ban Player
177
+
* Bans a player from the server. Banned players are not able to rejoin the server until it restarts.
178
+
179
+
Here are some behaviours you should expect while changing Game Types, Maps and Cultures:
180
+
181
+
* 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.
182
+
* 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.
183
+
* 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.
184
+
* 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.
185
+
* If you select a Game Type, Map and Cultures -> The game will run the selected Game Type, Map and Cultures with no voting screen.
186
+
* 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.
187
+
* 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.
188
+
189
+
###### Admin Announcements
190
+
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:
191
+
192
+
*`/ab [text]` - Admin Broadcast - Displays the announcement in the middle of the screen as well as in chat alongside a sound notification.
193
+
*`/ac [text]` - Admin Chat - Displays the announcement in chat.
194
+
128
195
## FAQ
129
196
##### Does Steam need to stay open for hosting?
130
197
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