Jump to content

CaptainBravo

Member
  • Content Count

    731
  • Joined

  • Last visited

  • Medals

Posts posted by CaptainBravo


  1. Or a two second search of the ACE WAGN. :p

    http://ace.dev-heaven.net/search/ai_strobe

    Adding an IR strobe to units, even AI:

     _unit addMagazine "ACE_IRStrobe";

    Making AI use the IR strobe:

    ["ace_sys_irstrobe_aradd", [_unit]] call CBA_fnc_globalEvent;

    Creating an attached IR strobe that blinks:

      _irstrobe = "ACE_IRStrobe_Object" createVehicle  getPos  _crate;
     _irstrobe attachTo[_crate,[0,0,0],""];
     ["ace_sys_irstrobe_aradd", [_irstrobe]] call CBA_fnc_globalEvent;

    Thanks kylania, I appreciate your help. Tried the attach command in the unit init field and in a trigger and got error msg _local variable in global space ??

    How are you supposed to use it?

    Thanks again.


  2. use this code along with the "visual house id" mod listed below. The MOD is a must have tool.

    nul = [this,triggername,"once",1,1,"unitname setPos ((position this nearestObject 8389) buildingPos 8)"] execVM "murk_spawn.sqf"; this disableai "MOVE";

    http://www.armaholic.com/page.php?id=11288

    hope this helps

    ---------- Post added at 10:05 AM ---------- Previous post was at 10:05 AM ----------

    although I know it works for individual units, not sure about groups.

    Thanks McSpuds,

    I responded back. Works for leader but rest of squad spawns on roof.

    Any command in leader init fieldto setpos for whole group?


  3. enemy icons are not shown till contact. Ater that all icons are visible, even if the enemy manages to escape or hide at the far end of the map, you still see his marker.

    HC is great in PvP if it was not for the markers issue. I was hoping there is some sort of command/script the will delete their group markers since their marker do not have a name.


  4. Hey everyone,

    I have updated ACE via sixupdater and now I get error and game will not start.

    Error:

    x\cba\addons\main\script_macros_common.hpp not found

    Now I see that some said delete CBA and redownload through sixupdater or manually update. Done both and niether one worked.

    I have v1.52 and using ACE stable.

    Could someone point me to a solution please.

    Thanks.


  5. Take a look at the sticky at the top of this subchannel - much dialog about the 48xx issue.

    Assume you've done a driver sweep to remove all traces of the old drivers before trying something new. Right now, the bulk of people seem happiest with version 10.4, although 10.9a is showing some promise.

    Thanks Evil Echo for your response.

    I have checked above post for ATI and have seen same complaint but no real solution.

    Yes, I have unistalled/reinstalled drivers with driver sweep.

    I only see 2 drivers on ATI/AMD site 10.2 and 10.9 for 4870 win/xp/32bit. http://support.amd.com/us/psearch/Pages/psearch.aspx?type=2.4.1&product=2.4.1.3.36.3.2&contentType=GPU+Download+Detail&ostype=Windows+XP+-+Professional%2fHome&keywords=&items=20

    Any other drivers not listed on AMD site?

    Thanks.


  6. You certainly can team switch in MP and we use that feature heavily in our MP missions.

    Specially large scale assualt where you have company size operation.

    Team switch to different squad leaders.

    However for some unkown reason now, what seems like a random issue, the whole team seems to dissapear as playable members even though they are standing next to me! Not sure if this is some bug? anyone else experienced it?

×