Jump to content

Kaldor_Draigo

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Kaldor_Draigo

  • Rank
    Rookie
  1. Hey guys, I’m developing a mission where I’m utilizing some scripts and mods and I can’t get everything to work correctly. -I’ve scripted the SUV for UnitCapture and everything works fine, except the engine turns off 30 seconds into the mission, is there a way to keep cycling EnginOn? I can’t use other methods for the SUV due to the scenario and dependent scripts. -After a short firefight, my independents are supposed to “break contact” and get into the vehicle to leave. I’m trying to avoid radio activation, but if that is the only method of utilizing a trigger to get AI to mount a vehicle under fire I can do that. I’ve used HLF_fnc_InfUnitcapture on all AI, and they go through the animation of getting in the vehicle but when the vehicle leaves they are lagging behind, glitched and bouncing back and forth on top of the SUV. -The last issue I’m facing is that with HLF_InfUnitCapture, weapon elevation is not recorded/played back, so my super elite team of ninjas shoot at the wall when there is an AI enemy standing on the roof of the building. Is there any way to make it so when the AI receives incoming fire they die, or a function where a delayed trigger instant kills them? (Think “if BLUFOR presence = true then instakill baddies” type solution if we can steer that way.) my overall mission is a PMC security detail being ambushed at a building right when they drive up, and they have to return fire and then get back into their SUV to leave. Simple mission, complex scripts lol. Any help or suggestions are appreciated!
  2. Kaldor_Draigo

    Ad_Helos help please!

    Figured out the problem, for some reason my computer doesnt recognize AD_helos trying to creat fast_rope_AI_pilot.sqf. Can someone open in it in notepad, post here so I can copy paste into an .sqf? Thanks in advance!
  3. Kaldor_Draigo

    Ad_Helos help please!

    Appreciate it but that wasnt the fix :( now it gives me execVM "\norrn_dbo_fastrope\scripts\fast_rope_AI_pilot.sqf" script not found. I'm using mod folders and I just cant get my head wrapped around this!
  4. I've been trying to run ADuke's fast rope script in a mission and I keep getting the error "ad_helos\FastRope\scripts\fast_rope_AI_pilot.sqf" Script not found. I checked and deleted empty spaces between pilot and .sqf and ". I've been through about a dozen other fixes for this and nothing has worked. Anybody, please? here is the full script: nul = [helo, 30, "move1.sqs"] execVM "ad_helos\FastRope\scripts\fast_rope_AI_pilot.sqf"
×