Closed PR9INICHEK closed 9 years ago
// GLOBAL SETTINGS
hostname = "Russian War #2 (www.tehgam.com)"; // The name of the server that shall be displayed in the public server list
password = "***"; // Password for joining, eg connecting to the server
passwordAdmin = "***"; // Password to become server admin.
logFile = "server_console.log";
// WELCOME MESSAGE ("message of the day")
// It can be several lines, separated by comma
// Empty messages "" will not be displayed at all but are only for increasing the interval
motd[] = {
"> > Добро пожаловать на сервер Russian War! < <",
"> > TeamSpeak: 213.21.12.135 < <",
"",
"> > Заходите к нам на www.tehgam.com < <",
"",
"> > Заходите к нам на www.tehgam.com < <",
"",
"> > TeamSpeak: 213.21.12.135 < <",
"",
"> > Связь с админом: www.tehgam.com < <",
"",
"> > Заходите к нам на www.tehgam.com < <",
"",
"",
"> > Заходите к нам на www.tehgam.com < <",
"",
"",
"> > TeamSpeak: 213.21.12.135 < <",
""
};
motdInterval = 290; // Time interval (in seconds) between each message
// JOINING RULES
maxPlayers = 35; // Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player.
// VOTING
voteMissionPlayers = 100; // Tells the server how many people must connect so that it displays the mission selection screen.
voteThreshold = 100; // 33% or more players need to vote for something, for example an admin or a new map, to become effective
// INGAME SETTINGS
disableVoN = 0; // If set to 1, Voice over Net will not be available
vonCodecQuality = 7; // Quality from 1 to 10
persistent = 1;
kickduplicate = 1;
verifySignatures = 2;
BattlEye = 1;
// Steam
steamport=2303;
// SIGNATURE VERIFICATION
onUnsignedData = "kick (_this select 0)";
onHackedData = "kick (_this select 0)";
onDifferentData = "";
// MISSIONS CYCLE (see below)
class Missions {
class ARMA3 {
// Mission to load (Mission file located in MPMissions. For now I have it set to a default ARMA3 mission.)
template = co40_Invade_Annex_2_77.Altis
difficulty = "Veteran"; // Server difficulty Settings (Recruit, Regular, Veteran, Mercenary)
};
};
template = co40_Invade_Annex_2_77.Altis
В конце точку с запятой надо добавить!
окей, добавлю
Добавлено. Тикет закрываю.
Нужна публикация конфига в Хаб, чтобы исправить и посмотреть, что да как.