Difference between revisions of "User:R3vo"

From Bohemia Interactive Community
Jump to navigation Jump to search
m (updated)
m
Line 53: Line 53:
 
|{{User en-3}}
 
|{{User en-3}}
 
|}
 
|}
 +
 +
<br clear="all">
 +
 +
*Test Server Config
 +
<code>
 +
// GENERAL SETTINGS
 +
hostname = "My Arma 3 Server"; // Name of the server displayed in the public server list
 +
//password = "ServerPassword"; // Password required to join the server (remove // at start of line to enable)
 +
passwordAdmin = "1337"; // Password to login as admin. Open the chat and type: #login password
 +
kickduplicate = 0;
 +
loopback = true;
 +
verifySignatures = 0;
 +
skipLobby = true;
 +
BattlEye = 0;
 +
persistent = 1;
 +
</code>

Revision as of 14:46, 5 September 2020


User de
User en-3


  • Test Server Config

// GENERAL SETTINGS hostname = "My Arma 3 Server"; // Name of the server displayed in the public server list //password = "ServerPassword"; // Password required to join the server (remove // at start of line to enable) passwordAdmin = "1337"; // Password to login as admin. Open the chat and type: #login password kickduplicate = 0; loopback = true; verifySignatures = 0; skipLobby = true; BattlEye = 0; persistent = 1;