Jump to content

HitmanFF

Member
  • Content Count

    647
  • Joined

  • Last visited

  • Medals

  • Medals

Posts posted by HitmanFF


  1. Regarding readability. 

     

    Some scripts I expect others to use, others I don't. This affects how detailed the comments/headers are.

    Personal maintainability could also be a reason to have sufficient comments/headers in your code. I've worked on scripts since OFP, a lot have been transferred to Arma/Arma 2/Arma 3 and are in existence for well over 10 years. Being able to read comments in the code does help in understanding why on earth I did what I did back then.

    • Like 4

  2. experimental PERFormance build of 1.20 with hardlinkdd Jemalloc https://www.dropbox.com/sh/582opsto4mmr8d8/3BSy9PdRGm

    120stable_jemalloc_arma3server.tar.gz

    compatible with stable clients ofcourse

    We could only do a relatively short test of ~30 minutes, but we had steady 48-50 fps on maps that would only yield 6 fps on previous linux versions, all maps tested working fine as well. Linux server is performing quite well now!


  3. Can you give me more details? What map? What mission? What does it contain? How many players? Ideally, can you send me the mission?
    Please check your PM for a link to the mission. It's on Altis, though it doesn't seem to make a difference which island is selected. It's a CTF map, no AI.

    Even with just one player these 5-6fps can be observed on the linux server.


  4. is it possible to have more than 1 admin at a time on the server?

    a friend made a arma 3 server and using the command #login, one of us is able to login as an admin but not both at the same time.

    When i used to have a counter-strike server, i have a config.cfg file where i could add several admins on the server, is it possible to do so on arma 3 server?

    This is not possible. You can only have one admin logged in at the same time.


  5. Has anyone been able to set up the username.Arma3Profile file (were the difficulty settings are saved)?

    It isn't working for me.

    Also the Arma3.cfg file is created outside of my defined profiles folder. Only the server.log file is created in the profiles folder

    Edit: it is also weird that the profile files aren't created automatically at all... (no username.Arma3Profile or username.vars.Arma3Profile)

    The Arma3Profile is looked for in ~/.local/share/Arma 3 - Other Profiles/Player/

    Folders are not created if (part of) the path is missing, that's probably why your profile files are not created.

    The -name= command line parameter is read, so that will change the name of the last folder in the path, but the -profiles= seems to be ignored.

    Arma3.cfg is read from ~/.local/share/Arma 3/


  6. Thanks for your guide, most helpful!

    I had two issues to get steam up and running in wine: First one was a checksum mismatch (apparently SteamInstall.msi was updated after winetricks), so I updated the winetricks script with the sha1 checksum from the downloaded SteamInstall.msi, second was crashing of wine after a lot of alsa related messages, which was resolved by loading the alsa dummy sound card driver with

    modprobe snd-dummy

    All was fine after solving these two points.

×