Jump to content

HitmanFF

Member
  • Content Count

    647
  • Joined

  • Last visited

  • Medals

  • Medals

Posts posted by HitmanFF


  1. Perhaps another way to check would be to use the info coming from supportInfo. I briefly checked, and for ArmA 2 v1.07 the size of the array (count supportInfo "") returned was 1370, for OA v1.52 it was 1407.

    You could even consider doing a search inside the array returned for a command unique to OA (like e.g. AddCamShake), if you don't want to rely on those numbers, e.g. hint STR ("u:addcamshake ARRAY" IN (supportinfo "")) which will return TRUE for OA, FALSE for ArmA 2


  2. If i login as admin and selct a mission it starts and goes to the map screen, but will boot me out to the lobby when i hit the continue button..
    That sounds like the addons aren't loaded on the server. Could either be an issue with filenames (upper/lowercase) or with arma2server not specifying the right mods to load.

    Could you post the arma2server (or the command line you use to start the serevr with addons)?


  3. roby@Jagger:~/arma2$ dos2unix arma2server.sh

    dos2unix: command not found

    possiby is the command "fromdos arma2server.sh"?

    ..eh..no luck with that either..

    fromdos: Unable to access file arma2server.sh

    You referenced arma2server (not arma2server.sh) before. so dos2unix arma2server should work, after installing dos2unix

    You should be able to install dos2unix by sudo apt-get install tofrodos

×