Перейти к содержимому


Фотография
- - - - -

Выделенный сервер


  • Авторизуйтесь для ответа в теме
В этой теме нет ответов

#1 OFFLINE   Bovkin

Bovkin

    Рядовой

  • Пользователи
  • 3 сообщений

Отправлено 01 December 2019 - 15:55

Создаю сервер через arma3server

Прописываю cfg файл типо такого, и вылазиют 14 модов на сервер + миссия не активируется! В чем может быть проблема?

 

// GLOBAL SETTINGS
hostname = "ADD YOUR SERVER NAME HERE"; // The name of the server that shall be displayed in the public server list
//password = "PasswordToGetOnTheServer"; // Password for joining, eg connecting to the server
passwordAdmin = "AdminLoginPassword"; // Password to become server admin.


// 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[] = {

"whatever you want to say to guests as they log on",
"",
"and some more lines",
"",
""
};
motdInterval = 5; // Time interval (in seconds) between each message

// JOINING RULES

maxPlayers = 30; // Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player.

// VOTING
voteMissionPlayers = 1; // Tells the server how many people must connect so that it displays the mission selection screen.
voteThreshold = 0.33; // 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 = 8; // Quality from 1 to 10
persistent = 1; // If 1, missions still run on even after the last player disconnected.


// MISSIONS CYCLE (see below)

class Missions {
class ARMA3 {
template = Rus_co_25_resistance_a16.Altis // Mission to load (Mission file located in MPMissions. For now I have it set to a default ARMA3 mission.)
difficulty = "Veteran"; // Server difficulty Settings (Recruit, Regular, Veteran, Mercenary)
};
};

 

 

С этим тоже пробовал, миссия не работает и 14 модов на сервер типо какие-то нужны


  • 0




Яндекс.Метрика