Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Do you have a config.cfg in next to your arma3server.exe?
// comments are written with "//" in front of them.
// server.cfg
// GLOBAL SETTINGS
hostname="Toon Town"; //Public server name that appears in server browser
password = "memes";
passwordAdmin = "admin";
// Welcome message, two lines "," means 'new line'
motd[]= {
"*** Welcome ***",
"*** Lets Escape ***",
"*** Static GL! ***",
};
motdInterval=3;
// JOINING RULES
checkfiles[]={"HWTL\dta\data3d.pbo","dta\data3d.pbo"};
maxPlayers =6;
kickduplicate=1;
verifySignatures=0;
equalModRequired = 0;
// VOTING
voteMissionPlayers=0;
voteThreshold=0.33;
// INGAME SETTINGS
disableVoN=1;
vonCodecQuality = 0;
BattlEye = 1;
timeStampFormat = "short";
forceRotorLibSimulation = 0;
persistent=1;
// STEAM DO NOT EDIT THESE PORT LINES!!!
steamport=8766;
steamqueryport=2303;
// Map rotation
class MPMissions
{
class Apex
{
class [CO16+10]%20Escape%20From%20Tanoa.Tanoa //Make sure the mission you want to set is located in the server's MPmissions folder!
{
difficulty = "Custum";
}
};
};
I don't see where the problem could be..?
-config=server.cfg
search TADST, it's an ArmA 2 Tool. Works with ArmA 3.