Arma 3
Arma3 Server config (server.cfg)
Hello A3 community. I have a simple question. I have a DS on game serves. we run mission for our clan to play But when the clan mates want a differant mission I have to shut down the server and rename the map in the config. Is the a way to have a few missions in the server that can be voted on so that I do not have to shut down and resrt every time. I have looked for configs I see the Arma2 config and then I see the Arma3 config and all it says is whitelist it. I would like some help please.just want to be able to host a few mision that we like. Thanks for your help.

TARGET
< >
13/3 megjegyzés mutatása
if you leave the -class Missions- section empty (with "class Missions {}; " in the server.cfg without the quotation marks obviously) , the players should be able to vote for the missions that are stored on the server.

VoteMissionPlayers= needs a value for this to work,too
Legutóbb szerkesztette: [40-1]King_Kosher; 2015. okt. 20., 10:52
voteMissionPlayers = 1;
//how many people must connect so that it displays the mission selection screen.

voteThreshold = .33;

// MISSIONS CYCLE
class Missions {
class Mission1
{
template = "A3Wasteland.Stratis"; // omit the .pbo suffix
difficulty = "regular"; // difficulty: recruit, regular, veteran or mercenary
};
class Mission2
{
template = "A3Wasteland.Imrali"; // omit the .pbo suffix
difficulty = "regular"; // difficulty: recruit, regular, veteran or mercenary
};
};
// An empty Missions class means there will be no mission rotation

missionWhitelist[] = {};
//an empty whitelist means there is no restriction on what missions' available
You Guys rock this is what I have been looking for for a while now Thank you so much.
< >
13/3 megjegyzés mutatása
Laponként: 1530 50

Közzétéve: 2015. okt. 20., 7:42
Hozzászólások: 3