Jump to content

gunterlund

Member
  • Content Count

    649
  • Joined

  • Last visited

  • Medals

Posts posted by gunterlund


  1. ok having a bit of trouble with this. I have pilfius loaded and it is listening. I have the Arma.lcl loaded and n Pilfius is recognizes the commands. when I load arma and try to execute commands nothing happens. what am I missing here. do I need to retrain Pilfius to recognize the arma command. Shouldnt I be able to bring up notepad and when I say Squad shouldnt it write `?


  2. Quote[/b] ]PS. If Datakill agreed to add his RUS units/weapons/vehicles into ACE to beef up the OPFOR side, oh my... Datakill and his crew has made the best RUS units to date IMO.

    Studio Berkut (Datakill's mod): http://studioberkut.vox.com/

    Best regards

    Alex

    Wow, had not even seen those before. Im 100% behind any attempt buff up the russian and resistance side in ACE.

    This would be awesome. Come on Datakill go for it.


  3. @gunterlund

    can you please provide some more info, eg. screenshots, map location. From a brief look i can not confirm this.

    Updated the credits for 73 Easting

    'Miles Teg' was the mod team leader of Lost Brothers Mod.

    Calm Terror was the real map designers of 73 Eastings.

    Am very sorry about this  confused_o.gif

    In the next updated there will be these fixes so far:

    - Fixed error about missing 'hanger.p3d' on the OFP World Island

    - Height of the 'ace_domek_radnice.p3d'

    - Mass of the forest trees will be increased - seems a bit to low right now.

    go due east of Medina ridge you will find plenty. Coord 169093 with ACE addon. drive around there and youll find plenty.


  4. Body Dragging doesn't work in multiplayer. It only works with AI units not players.

    Actually it does work. However we saw some desync issues(not too bad though, once in a while) last night where guys were dragging nothing. Actually come to think of it, the respawn in the mission was so quick that a guy would get dragged and he respawns in the meantime, then the dragger is dragging nothing.


  5. Trying to make a trigger that has seized by and the timeout settings. Followed the instructions in the biki and set it to seizedby blufor and detected by opfor. Set time to 5,7,6 minutes.

    I have opfor troops starting in the trigger. When the blufor entered the trigger activated within 5 minutes even though the redfor were still there. Why is that.

    Also I want the trigger to activate only when land units enter, not air units. I tried using iskindof in the condition but it didnt work. What is the best way to set the condition so it only activates when blufor land units enter it and still use the seizedby criteria.


  6. Because you want that chopper concentrated into the evac mission, and not enganging enemies here and there.

    About the ammo box, is this a BIS ammo box with content changed or just a different ammo box comming with some addon?

    different ammo box from an addon. The addon is present as I have the same ammo box on the ground elsewhere. Im using

    mando_airsupport_type_ambox = "ACE_WeaponBox"; in my init.sqf.


  7. No, there is nothing special about it, you just select support point and destination and the chopper is supposed to arrive, wait for you (it may wait for you even hovering quite low over water in case you eject from a plane over the sea), then wait few seconds more in case more units want to board it, and then proceed to the evac point. But meanwhile ArmA AI might pretty well make that pilot use weird paths to reach each waypoint.

    Ok also why use CARELESS instead of COMBAT


  8. great job on this package mando. We are having a blast with it on our server. Question about Evac

    I flew and evac mission to get extracted from a hot zone. the Helo was very hesitant to land. When it did land it started back the the evac point then stopped before it got there and went back to the extraction point. Is there something special going on in the script. I noticed the pilot is set to CARELESS. Wont this cause him to be more careful about where he goes. thanks for any info about the flying pattern.


  9. It is fixed to 2, if you want only 1 then open mando_airsupportdlg.sqf, look for CALL_CAS_CA and few lines below you will find:

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

               _planes = [];

               for [{_i = 0},{_i < 2},{_i=_i+1}] do

               {

    Change the {_i < 2} by {_i < 1}

    Mando you have done a terrific job with this. Now one last question and I hope it doesnt repeat a previous post.

    If I a playing in mulitplayer and two players have the console and both call in reinforcements, will the group attach to the respective player? I hope that makes sense. Will they interfere with each other if they called it at the same time?

×