deltahawk5
Member-
Content Count
5 -
Joined
-
Last visited
-
Medals
Everything posted by deltahawk5
-
Tutorial: Installation & Configuration of ArmA3 Dedicated Server
deltahawk5 replied to terox's topic in ARMA 3 - SERVERS & ADMINISTRATION
HOW-TO: Run specified missions in -server I got the information from someone on the ARMA 3 IRC. Works the same as in ArmA2OPAH: See here. Add this to the end of your server config for each map you want in the rotation. Tested and working on two servers. class Missions { class InsertNameHere // name for the mission, can be anything { template = "MissionNameAsListedInFolder"; // Insert mission name here as listed on /arma3/MPMissions/, omit the .pbo suffix difficulty = "regular"; // difficulty: recruit, regular, veteran & mercenary as specified in *.Arma2profile param1 = 2; // dress param2 = 26; // age class Params { Name = 2; WorkPlace = 0; Friend = 1; }; }; }; -
Arma 3 Dedicated server
deltahawk5 replied to cannonouscrash's topic in ARMA 3 - SERVERS & ADMINISTRATION
/Wrong thread, sorry -
Arma 3 Dedicated server
deltahawk5 replied to cannonouscrash's topic in ARMA 3 - SERVERS & ADMINISTRATION
I can't get the server to pick up the configuration file. Everytime I launch the game with the parameters, the server launches but none of the settings I chose take effect. I can find the server in the browser, but it's under the name of my windows machine, not the one I chose in the .cfg file. -
Dedicated server - status
deltahawk5 replied to Dwarden's topic in ARMA 3 - SERVERS & ADMINISTRATION
I'm looking forward to the dedicated linux server files! Windows VPS are so expensive...and WINE is annoying to work with. -
ARMA III on Linux servers via WINE
deltahawk5 replied to Kindling's topic in ARMA 3 - SERVERS & ADMINISTRATION
I keep getting this error when trying to install steam with winetricks, even after following the instructions carefully... Am I completely missing something? I'm running this via ssh in an Ubuntu 12.10 VPS using the latest version of WINE. wine cmd.exe /c echo '%ProgramFiles%' returned empty string wine cmd.exe /c echo '%ProgramFiles%' returned unexpanded string '%SystemDrive%\Program Files' ... can be caused a corrupt wineprefix, an old wine, or by not owning /home/arma/.wine