Jump to content

giovafr

Member
  • Content Count

    36
  • Joined

  • Last visited

  • Medals

Posts posted by giovafr


  1. sorry for my late answer (went in hollidays in Sicilia (italia)).

    Yes i confirm all you said.

    Lastest Arma version (updated by steam)

    Lastest mission version (1.16 RC10 downloaded from armaholic).

    Just : i didn't selected the mission, i setted it in my server.cfg

    The server is on my 2nd PC...

    Today i went back from holidays and made a new try (this time by selecting the mission with #missions command) and the problem disapeared.

    I have no explains, as i didn't changed anything (no new mods).

    To quicly check, its easy, i set "No grass" so i immediatly see if settings are applyed or not.

    I'll give feedback if i get fresh news about that amazing fact.


  2. Just a post to say thank you !

    This is the best vehicle mod i've ever tested on arma 3. Absolutly no default for me !

    Yes one, but i guess it is a arma3 problem : GBU are useless as we don't have the bombing reticle.

    Regarding this, i've tested TPW hud mod, it displays the point where to aim if we want to touch the target, probably considering target velocity and so on... ;)

    Thanks again.


  3. @Kydoimos

    Everything is in the game. Its the genius of ArmA. Its just a question of how much

    you want to build/design yourself vs time and patience you have.

    To make a IED/Bomb:

    1. Place any object how you want. Big, small, human, invisible, etc. Name it Bomb1

    2. Object Init Box: trigBomb1 attachTo [bomb1,[0,0,0]];

    3. Create and Name Trigger trigBomb1

    4. Trigger On ACT: bomb = "M_Mo_82mm_AT_LG" createVehicle [(getPos Bomb1 select 0),( getPos Bomb1 select 1), 0]; deleteVehicle Bomb1;

    5. Trigger Condition: player in thislist (optional)

    (you can use different explosive_classnames for desired amount of energy)

    To Disarm:

    Same setup basically. Just attach another Trigger with 1m larger than the first with an addAction to Disarm (deleteVehicle).

    Just have it delete the Trigger and not the Object. Add whatever sound effects for better immersion.

    Notes:

    1. To build a Minefield you'd have to spend some time to name each one with unique ID's.

    2. With attachTo Triggers you can therefore randomize the locations of the Mines/Bombs.

    3. Players will not be able to 'detect' the Bombs with any settings they run in profile.

    4. Warning: some objects will not let you attach Triggers for some odd reason. You'll have to experiment.

    5. Use CIVs for random suicide bombers for that 'terrorist' chaos feel. Get creative! Use doMove to hunt you.

    Example: Terrorist Suicide Bomber - Trigger = Terrorist1 doMove getPos Player1;

    You will have to attachTo the Trigger to the Terrorist so when/if he gets close, he will explode! Kaboom!!

    6. Last note. ENJOY!

    Lol the old technic, as old as OFP :D

    Why not trying the module?

    Module> side > mine Field

    it is also probably a simple BIS function to call...

    (not tested)


  4. A real plaisure to find this on Arma 3, thanks so much!

    But i have a big problem : settings doesn't works.

    I log as admin, change some settings before to choose my slot. But once the game started, all settings stills by default.

    Is there any solution?

×