Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

vurelo

Member
  • Content Count

    83
  • Joined

  • Last visited

  • Medals

Everything posted by vurelo

  1. _spawnpos = [ (getMarkerPos "recruit_west") select 0, (getMarkerPos "recruit_west") select 1, 0]; _unit = group player createUnit ["B_medic_F", _spawnpos, [], 1, "PRIVATE"]; this way i can spawn a medic, but how can I do to create a medic with a specific name? like name1 or name2 ...
  2. anyone can post another link, I'm not able to download from armaholic. Thx
  3. can someone post the link again, I am unable to download from armaholic. Thank you.
  4. vurelo

    Advanced AI Command

    with this mod can I control spawn units?
  5. hello guys, I'm trying to link the artillery module with laser designator, can someone help me? causing only player with LD is able to call for artillery support. Thank you.
  6. vurelo

    Guided Missile

    yep .. targets around 4 km away from the GameLogic are not hit by missile
  7. vurelo

    Guided Missile

    yes, it's worked now, but the missile does not reach the target when I am far from the gamelogic. I increased the altitude of GameLogic and yet when we are far the missile does not reach the target.
  8. vurelo

    Guided Missile

    Don't work .. i put the: this setVariable ["ky_missileAvailable", true]; this addAction["Fire Missile","launchMissile.sqf",[myGameLogicObject], 0, false, false, "", "_this getVariable 'ky_missileAvailable'"]; in the init of the player, but don't works .. the missile don't came!! http://imgur.com/a/b8hAw http://imgur.com/a/KlyEg
  9. vurelo

    Mission edit

    anyone know how I can remove the CAS system of this cooperative mission http://steamcommunity.com/sharedfiles/filedetails/?id=332088703 or someone could show me if there is already a CAS system that is activated by laser designator?
  10. Hello guys, I was wondering how I can just remove the CAS system of this cooperative mission (http://steamcommunity.com/sharedfiles/filedetails/?id=332088703) to use on another mission. I am noob and I can edit some missions, but this one I could not. If anyone can help me I thank you.
  11. vurelo

    Guided Missile

    the missile is hitting me .. I left that way "player addAction["Fire Missile","scripts\missile.sqf"];" is correct?
  12. vurelo

    Guided Missile

    hi guys .. i'm too noob and don't understand how it works. I put the launchMissile.sqf in my mission directory and i put (this setVariable ["ky_missileAvailable", true]; this addAction["Fire Missile","launchMissile.sqf",[myGameLogicObject], 0, false, false, "", "_this getVariable 'ky_missileAvailable'"] ;) at my init.sqf and place the GameLogic with name myGameLogicObject at game map .. but dont works .. what i doing wrong? thx. the init field of player could be initPlayerLocal?
  13. vurelo

    Mission edit

    I only edit some missions to play with friends and with that I take to learn a little more.
  14. hello, the link of spript that @f2k sel posted don't works anymore, can someone post again? thx.
  15. vurelo

    Arma 3 and EGPU

    Hello guys, I play Arma 3 in my notebook i5 4200m; GTX 860m; 8GB Ram .. I wonder if I did EGPU with a GTX 750 ti 2Gb the game performance will improve for me?
  16. Why some scripts works pretty good in some missions and in others don't? i download a script and put him in a coop mission that i have made, worked perfectly. Now, i put the same script in other coop mission, https://forums.bistudio.com/topic/163606-takistan-insurgency-development-phase/, and dosen't work!! no need to put anything in description.exe and init.sqf, only two triggers. Anyone have a idea how i can make this script works? resolved!!
  17. can u give me some exemple of publicVariable? all this is for a MP coop mission. I want to use ACE medical system with spawn medic, and for this i have to name the medic.
  18. i try this and don't work private ["_unit", _spawnpos"]; _spawnpos = [ (getMarkerPos "recruit_west") select 0, (getMarkerPos "recruit_west") select 1, 0]; _unit = group player createUnit ["B_medic_F", _spawnpos, [], 1, "PRIVATE"]; _unit setName "AAA";
  19. this way works ... private ["_spawnpos", "_mymedic1"]; _spawnpos = [ (getMarkerPos "recruit_west") select 0, (getMarkerPos "recruit_west") select 1, 0]; _mymedic1 = group player createUnit ["B_medic_F", _spawnpos, [], 1, "PRIVATE"]; but the medic don't spawn with name mymedic1.
  20. I'm doing this way: private ["_spawnpos", "_mymedic1"]; _spawnpos = [ (getMarkerPos "recruit_west") select 0, (getMarkerPos "recruit_west") select 1, 0]; _mymedic1 = createVehicle ["B_medic_F", _spawnpos, [], 1, "PRIVATE"]; The unit spawn, but don't have the "mymedic1" name and i want him in my group.
  21. In the Virtual SupplyDrop Module, is that a way to the heli drop some especific vehicle, like "B_MRAP_01_F"?
  22. vurelo

    Lockheed C-130

    how can i faind the classe names?
×