Multiplayer Server Commands: Difference between revisions
Fred Gandt (talk | contribs) m (Tidied up a table, then got tired.) |
Fred Gandt (talk | contribs) m (Finished tidying) |
||
Line 5: | Line 5: | ||
==HowTo== | ==HowTo== | ||
You can access the command line '''by pressing the chat key (default: < | You can access the command line '''by pressing the chat key ( ''default:'' <tt>/</tt> )'''. | ||
In the chat input window you can type any of the following commands in and confirm them with the enter key. | In the chat input window you can type any of the following commands in and confirm them with the enter key. | ||
You have to '''add the < | You have to '''add the <tt>#</tt> character before the command'''. | ||
==Commands== | ==Commands== | ||
Line 15: | Line 15: | ||
===Admin=== | ===Admin=== | ||
{| class="operators" style=" | {| class="operators" style="border-spacing:1px;border-collapse:separate;background-color:#bbb;" | ||
! Command !! Example !! Description | ! Command !! Example !! Description | ||
|- | |- | ||
Line 83: | Line 83: | ||
|} | |} | ||
{| class="operators" style="border-spacing:1px;border-collapse:separate;background-color:#bbb;" | |||
|+ New admin commands since Armed Assault: | |||
! Command !! Description | |||
|- | |||
| <tt>#exec</tt> ''[[ArmA: Server Side Scripting|server side command]]'' || Execute administration scripting command. | |||
|- | |||
| <tt>#lock</tt> || Locks the server, prevents new clients from joining. | |||
|- | |||
| <tt>#unlock</tt> || Unlocks the server, allows new clients to join. | |||
|} | |||
===="#debug von" sample==== | ===="#debug von" sample==== | ||
'''server_console.log''' | |||
<pre>*** VoN Topology Diagnostics ((*** | |||
=Player=: #2 | |||
P2PManager: Time: 13:38:48 waiting edges: 0, active negotiations: 0 | |||
Matrix: | |||
3056006: #2 | |||
#2: 3056006 | |||
Cliques: | |||
3056006,#2 | |||
Version: 1.60.86277 | |||
Private: 192.168.178.21 | |||
Connections: | |||
3056006: Direct P2P, 5 KA, snd: 10 sec, rcv: 10 sec, (192.168.178.21:2317) snd=0 rcv=0(0) Repl(-5,0,0) | |||
Cliques: | |||
3056006,Unknown | |||
=Player=: 3056006 | |||
Version: 1.60.86277 | |||
Private: 192.168.178.21 | |||
Public: 77.4.35.154 | |||
Connections: | |||
#2: Direct P2P, 5 KA, snd: 10 sec, rcv: 10 sec, (192.168.178.21:2305) snd=0 rcv=0(0) Repl(-5,0,0) | |||
Cliques: | |||
3056006,Unknown | |||
*** VoN Topology Diagnostics ))***</pre> | |||
===="#debug (command)" sample==== | ===="#debug (command)" sample==== | ||
'''DebugView''' | |||
<pre>#debug console | |||
1508] Debug: console | |||
#debug totalSent | |||
[1508] Debug: totalSent | |||
[1508] ** Total: sent 1447 bps (2.10 Msgps), received 3788 bps (6.10 Msgps) | |||
#debug userQueue playerName | |||
[1508] Debug: userSent | |||
[1508] playerName: sent 1531 bps (2.30 Msgps), received 1259 bps (1.70 Msgps) | |||
#debug userQueue playerName | |||
[1508] Debug: userInfo | |||
[1508] __SERVER__: Info Unknown player ID = 2 | |||
[1508] playerName: Info ping 0ms( 0, 1) BWfee 286Kb( 3, 204, 3) lost22.2%%( 2) queue 0B( 0) ackWait 0(0.0,0.0) | |||
#debug userQueue playerName | |||
[1508] Debug: userQueue | |||
[1508] __SERVER__: Queue 0 B (0) 0 B Guaranteed (0), Desync 0 | |||
[1508] playerName: Queue 0 B (0) 222 B Guaranteed (3), Desync 0</pre> | |||
===Player=== | ===Player=== | ||
{| | {| class="operators" style="border-spacing:1px;border-collapse:separate;background-color:#bbb;" | ||
! Command !! Example !! Description | |||
|- | |||
|- | | <tt>#vote missions</tt> || || Users can vote for the mission selection. | ||
| #vote missions || | |||
|- | |- | ||
| #vote mission (name) || | | <tt>#vote mission</tt> ''(name)'' || <tt>#vote mission myD.intro</tt> || Users can vote on a particular mission to loaded. | ||
|- | |||
|| Users can vote on a particular mission to loaded | | <tt>#vote admin</tt> ''(name/ID/PLR#)'' | ||
|- | |<tt>#vote admin nickName</tt><br> | ||
| #vote admin (name/ID/PLR#) | | <tt>#vote admin 47114712</tt><br> | ||
<tt>#vote admin 3</tt> | |||
| Users can vote an admin to control the server. | |||
|- | |||
| #vote kick</tt> ''(name, ID or Player#)'' | |||
|- | | <tt>#vote kick nickName</tt><br> | ||
| #vote kick (name, ID or Player#) | | <tt>#vote kick 47114712</tt><br> | ||
<tt>#vote kick 3</tt> | |||
| Users can vote to kick off an individual. | |||
|- | |||
| <tt>#vote restart</tt> || || Vote to restart the mission. | |||
|- | |- | ||
| #vote restart || | | <tt>#vote reassign</tt> || || Vote to reassign. | ||
|- | |- | ||
| #vote reassign || | | <tt>#userlist</tt> || || Displays the list of users on the server (use ''PgUp'' to scroll up). | ||
|- | |||
| #userlist || | |||
|} | |} | ||
===Battleye=== | ===Battleye=== | ||
{| | {| class="operators" style="border-spacing:1px;border-collapse:separate;background-color:#bbb;" | ||
! Command !! Description | |||
|- | |||
|- | | <tt>#beclient players</tt> || Displays the list of ''GUID's'' of all players on the server. | ||
| #beclient players || Displays the list of GUID's of all players on the server | |- | ||
|- | | <tt>#beclient guid</tt> || Show your own ''GUID''. | ||
| #beclient guid || Show your own GUID | |||
|} | |} | ||
[[Category:Multiplayer]] | [[Category:Multiplayer]] |
Revision as of 13:34, 10 May 2014
Warning
HowTo
You can access the command line by pressing the chat key ( default: / ).
In the chat input window you can type any of the following commands in and confirm them with the enter key.
You have to add the # character before the command.
Commands
The following commands are available to you once you have connected to a server:
Admin
Command | Example | Description |
---|---|---|
#login password | #login adminPW | Log in as the admin. |
#logout | Admin log out. | |
#mission filename | #mission myDM.intro | Select mission with known name. |
#missions | Select mission. | |
#restart | Restart mission. | |
#reassign | Start over and reassign roles. | |
#shutdown | Shuts down the server. | |
#init | Reload server config file loaded by -config option. | |
#exec ban (name, ID or Player#) | #exec ban nickName #exec ban 47114712 |
Allows you to ban a player. Their ID will be added to the ban.txt |
#kick (name, ID or Player#) | #kick nickName #kick 47114712 |
Allows you to kick a player. |
#monitor (interval in sec) | #monitor 1 | Shows performance information of the server. Interval 0 means to stop monitoring. |
#debug off | #debug off | Disables debugging. |
#debug (interval in sec) | #debug 30 | Default interval is 10 seconds. |
#debug (command) (param) | #debug checkFile expansion\Dta\ui.pbo #debug userSent <username> |
The available commands are:
Each command can be disabled by the use of the off parameter e.g. #debug userSent off |
#debug (command) | #debug von #debug console |
The available commands are:
console
von
Each of those commands should show a confirmation in the chat channels. |
Command | Description |
---|---|
#exec server side command | Execute administration scripting command. |
#lock | Locks the server, prevents new clients from joining. |
#unlock | Unlocks the server, allows new clients to join. |
"#debug von" sample
server_console.log
*** VoN Topology Diagnostics ((*** =Player=: #2 P2PManager: Time: 13:38:48 waiting edges: 0, active negotiations: 0 Matrix: 3056006: #2 #2: 3056006 Cliques: 3056006,#2 Version: 1.60.86277 Private: 192.168.178.21 Connections: 3056006: Direct P2P, 5 KA, snd: 10 sec, rcv: 10 sec, (192.168.178.21:2317) snd=0 rcv=0(0) Repl(-5,0,0) Cliques: 3056006,Unknown =Player=: 3056006 Version: 1.60.86277 Private: 192.168.178.21 Public: 77.4.35.154 Connections: #2: Direct P2P, 5 KA, snd: 10 sec, rcv: 10 sec, (192.168.178.21:2305) snd=0 rcv=0(0) Repl(-5,0,0) Cliques: 3056006,Unknown *** VoN Topology Diagnostics ))***
"#debug (command)" sample
DebugView
#debug console 1508] Debug: console #debug totalSent [1508] Debug: totalSent [1508] ** Total: sent 1447 bps (2.10 Msgps), received 3788 bps (6.10 Msgps) #debug userQueue playerName [1508] Debug: userSent [1508] playerName: sent 1531 bps (2.30 Msgps), received 1259 bps (1.70 Msgps) #debug userQueue playerName [1508] Debug: userInfo [1508] __SERVER__: Info Unknown player ID = 2 [1508] playerName: Info ping 0ms( 0, 1) BWfee 286Kb( 3, 204, 3) lost22.2%%( 2) queue 0B( 0) ackWait 0(0.0,0.0) #debug userQueue playerName [1508] Debug: userQueue [1508] __SERVER__: Queue 0 B (0) 0 B Guaranteed (0), Desync 0 [1508] playerName: Queue 0 B (0) 222 B Guaranteed (3), Desync 0
Player
Command | Example | Description |
---|---|---|
#vote missions | Users can vote for the mission selection. | |
#vote mission (name) | #vote mission myD.intro | Users can vote on a particular mission to loaded. |
#vote admin (name/ID/PLR#) | #vote admin nickName #vote admin 47114712 |
Users can vote an admin to control the server. |
#vote kick (name, ID or Player#) | #vote kick nickName #vote kick 47114712 |
Users can vote to kick off an individual. |
#vote restart | Vote to restart the mission. | |
#vote reassign | Vote to reassign. | |
#userlist | Displays the list of users on the server (use PgUp to scroll up). |
Battleye
Command | Description |
---|---|
#beclient players | Displays the list of GUID's of all players on the server. |
#beclient guid | Show your own GUID. |