Jump to content

omon

Member
  • Content Count

    130
  • Joined

  • Last visited

  • Medals

Everything posted by omon

  1. omon

    Running as a service on linux

    just use upstart Simple and functional # Arma 3 Server Instance description "Arma 3 Server Instance" author "Arma 3 Server Instance" # When to start the service start on stopped arma3update # When to stop the service stop on runlevel [016] # Specify working directory chdir /home/arma3server/steamcmd/arma3 # Automatically restart process if crashed respawn limit 3 10 # Specify the process/command to start script sleep 30 exec sudo -u arma3server taskset 0,1,2,3 ./arma3server -name=Server -config=startup/server.cfg -exThreads=1 -enableHT end script
  2. Dwarden will this ever get fixed? fyi: HC instance crashing when signature check is set to 2
  3. If you erase all that none sense and lunch w/o this settings i bet you it will run 10 times better
  4. omon

    VCOM AI Driving Mod

    same with Vcom AI, my server just takes a dump after 10 min
  5. omon

    Revive system for mission

    Do you guys get killed global chat messages? Like player killed by player ? When i enabled vanilla revive system there are not more killed messaged.
  6. omon

    Revive Feedback

    This is awesome module! One issues, we lost our killed messages! Any idea how to fix?
  7. this mod makes our server run at 2 fps after 20 min.
  8. Rename original exe just as backup, and rename the pref one to arma3server.exe The Pref has headless client localization fixes, please pm Dwarden if you see any issues with latest pref. and hc issues
  9. the last step is incorrect leave the add-ons in workshop folder as addons update! point the game to workshop folders as addons Follow this for correct way of integrating workshop http://ofps.net/viewtopic.php?f=6&t=650&p=5046&hilit=linux#p4340
  10. keep increasing this "MinBandwidth=" until lag is gone
  11. we have same issues in our games, server memory leaks are gone but client leaks remain, 100% of our players have the memory leaks where fps would drop to 5's and only fix is to restart client. It does seems to be mission related as some people reporting they can play for over 10 hours vanilla maps and no issues. What exactly Bohemia broke that messed up the mission / server / client performance i have no idea, the fact is all this started after 1.54 update and on
  12. follow this thread for my fully automated workshop integration, script will check for game and workshop updates and automatically copy keys over. Our server is fully automated and all addons are getting auto synced from steam workshop. http://ofps.net/viewtopic.php?f=6&t=682&p=4591#p4591
  13. omon

    Arma 3 Headless Client

    Bohemia was able to replicate the issue and working on fix.
  14. No one cares about your complains on here, if you want something done you need to make a basic example mission and replicate the crash and then present everything to Bohemia. I think in 1.60 they have auto crash reporting function not sure how that works as there is no instructions for new parameters again, just need to figure this out on our own.
  15. V4 nasty rtp spam 1mb/s 20:10:06 Wrong player index passed to NetworkObjectInfo::GetPlayerObjectInfo - max=15, received=20 and 13:54:26 Update of nonlocal object 2:685 called
  16. you need to review your mission code. Many recent updates have broke some functions and you need to setup logs with in mission and review them
  17. Dwarden posted million times to post crash dumps and logs Which part do you dont understand ?
  18. omon

    Enhanced Movement

    Getting RTP error 19:23:14 Error in expression <f (IsNil "_bx") then { profilenamespace setvariable [[_keyinfo, 0], 0]; }; if (> 19:23:14 Error position: <setvariable [[_keyinfo, 0], 0]; }; if (> 19:23:14 Error Type Array, expected String 19:23:14 File babe_core\func\ui\fn_settings.sqf, line 43 19:23:14 Error in expression <e [[_keyinfo, 0], 0]; }; if (typeName((_bx select 0) select 1) != "ARRAY") then> 19:23:14 Error position: <_bx select 0) select 1) != "ARRAY") then> 19:23:14 Error Undefined variable in expression: _bx 19:23:14 File babe_core\func\ui\fn_settings.sqf, line 46 19:23:14 Error in expression <f (IsNil "_bx") then
  19. I had that problem as well, make sure steam text file in arma3 root has correct ID in it.
×