Jump to content

deltahawk5

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About deltahawk5

  • Rank
    Rookie
  1. 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; }; }; };
  2. deltahawk5

    Arma 3 Dedicated server

    /Wrong thread, sorry
  3. deltahawk5

    Arma 3 Dedicated server

    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.
  4. deltahawk5

    Dedicated server - status

    I'm looking forward to the dedicated linux server files! Windows VPS are so expensive...and WINE is annoying to work with.
  5. 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
×