Jump to content

zsneerfulz

Member
  • Content Count

    8
  • Joined

  • Last visited

  • Medals

Everything posted by zsneerfulz

  1. Should launching server with arma3server_x64 utilize more then 2GB of memory? My server has 16GB of ram and uses 2GB regardless of arma3server or arma3server_x64. also, Why would I limit server FPS greater then the default of 50FPS? Thanks
  2. zsneerfulz

    linux arma3server_x64 questions

    Thank you for your response.. I do see improvements in game play for sure. I am very pleased. but when will I see more memory usage? Does it start using around 2GB by default then if needed use more memory then say arma3server would?
  3. I got an update for Arma3 BEService.exe and my virus software is blocking it. It says its a trojan.Heur2 at c:\program files (x86)\Steam\steamapps\downloading\107410\BattlEye\BEService.exe. If I scan the BEService.exe in the arma3 folder that hasn't been updated no virus are detected. Is it possible there is a trojan with this new BEService.exe update?
  4. zsneerfulz

    Arma 3 Battleye Trojan Detection

    Update: I had added an exception in Bit Defender which allowed it to download and run. Thanks.
  5. zsneerfulz

    Enhanced Movement

    I turn off forced walkable surfaces but it remains on.
  6. zsneerfulz

    BloodLust (Version 2022.04.13)

    Everything seems to be working ok, however, I can't seem to get gibs to work? Any ideas?
  7. zsneerfulz

    Advanced Train Simulator (ATS)

    I found it works if I run server and client side, so I tried it just server side again and found that I needed to add another line to CfgRemoteExec.hpp class ATRAIN_fnc_requestatsinstall { allowedTargets=2; }; so it looks like this now. class ATRAIN_fnc_unregisterTrainAndDriver { allowedTargets=2; }; class ATRAIN_fnc_registerTrainAndDriver { allowedTargets=2; }; class ATRAIN_fnc_updateTrackMap { allowedTargets=2; }; class ATRAIN_fnc_hideTrainObjectGlobal { allowedTargets=2; }; class ATRAIN_fnc_hidePlayerObjectGlobal { allowedTargets=2; }; class ATRAIN_fnc_requestatsinstall { allowedTargets=2; };
  8. zsneerfulz

    Advanced Train Simulator (ATS)

    I love this and had it running, but now I'm running arma3 on Linux and it doesn't seem to work.
×