Jump to content

raoul1234

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

10 Good

1 Follower

About raoul1234

  • Rank
    Rookie
  1. For those who run into the Linux issue where the moment you set verify signatures to 2 you cant join? A Possible fix is simple(unfortunately): set -cpucount=2 or higher in your launch command. why? In my case running docker the server never utilizes more then one core regardless of what i assign it. (viva la arma). Im pretty sure this is the case for any instance of the arma server being launched probably a less likely to occur issue with the windows version. Bellow my startup.sh ./arma3server_x64 -name=server -config=server.cfg -cpucount=2 Details: 6 Core reservation on a AMD Epyc system 16 gb Ram Ubuntu 22.04 as HOST os with Portainer for lazy things. Container is a blank Ubuntu 20.04 (testing phase for 22.04 has started). Also works on a Ubuntu 22.04 container
  2. raoul1234

    MRAP Cougar

    Has this been done yet! The results you've showed us are amazing. Cant wait to drive this thing around.
  3. Hi guys, So if made a mission that need ssome IED's to make patrolling more realistic and intense. My mission VCP battle dynamic (Summer sangin). Will be released soon but i cant find a good IED script. I already use the EOD mod but yhea its kinda floppy as in IED's always go off. I found a script but its not compatible (and doesnt work correctly) on summer sangin. So what i was hoping for is a script that spawns IEDS with a civil unit that needs to be alive for the IED to be triggerd. Also i want the bombman to be somewhere hidding after he placed the IED. What i tried was IED: placed IED with placement radius of 5(worked) -> named it IED1 MAN: named hadji1 TRigger: Condition: this && alive hadji1 Activation: hadji1 action ["TOUCHOFF", IED1]; But even if Hadji1 is death the IED will still go off. Also as you can see this is allot of work. I was hoping this could be implemeted in some sort script E.G. place a unit and on act place this = execVM "IEDMAN.sqf"; where he places a random IED in place ment radius of 10 walks away and hides. IEd will go off on blufor unless the IEDMAN is killed. I hope i've explained myself clear enough. If you need more info just respond to this form and i wil try explaining more clearly. (i will try writting the script but anny help is much apreciated). Raoul
×