asdf
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
#!/bin/sh
|
##!/bin/sh
|
||||||
|
|
||||||
export SERVER_NAME="Mitch - Chernarus Test v0.0"
|
export SERVER_NAME="Mitch - Chernarus Test v0.0"
|
||||||
export MAP_FOLDER_NAME="$CHERNARUS_MAP_NAME"
|
export MAP_FOLDER_NAME="$CHERNARUS_MAP_NAME"
|
||||||
|
|
||||||
export SERVER_PORT=9999
|
export SERVER_PORT=50002
|
||||||
|
|
||||||
# number of threads to allocate
|
# number of threads to allocate
|
||||||
export SERVER_CPU=10
|
export SERVER_CPU=10
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
hostname = "Mitch - Chernarus Test v0.0"; // Server name
|
hostname = "Mitch - Chernarus Test v0.0"; // Server name
|
||||||
maxPlayers = 10; // Maximum amount of players
|
maxPlayers = 10; // Maximum amount of players
|
||||||
|
|
||||||
|
steamqueryport = 50006;
|
||||||
|
|
||||||
password = "";
|
password = "";
|
||||||
passwordAdmin = "SuperSecretAdmin1!";
|
passwordAdmin = "SuperSecretAdmin1!";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user