Hotsea
Member-
Content Count
7 -
Joined
-
Last visited
-
Medals
Everything posted by Hotsea
-
Can i make Ai jump from Helicopter above sea?
Hotsea posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I need some info, about how to make ai normal soldiers (not divers) jump from helicopter flying 3m above sea level. I make the chooper fly 3m above sea, but AI soldiers DON´T jump (eject / leave or get out). I was creating a mission, and i need these soldiers jump from chooper, above sea, swim to a boat placed near the waypoint of they jump. Get the boat, and go to the beach. Tryed a lot of scripts but no ones work :( Any ideas? Thank You. -
Can i make Ai jump from Helicopter above sea?
Hotsea replied to Hotsea's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Almost there! The units really get out of chooper, but the chooper still hovering over waypoint and not go away. And, i want the heli follow to the next waypoint. Trying to find how to fix, i read about "eject" term, and that make the vehicle wait for units to get in. Probably it´s that the problem now. -
[RELEASE] Survivable Crashes Script
Hotsea replied to rafael09ed's topic in ARMA 3 - MISSION EDITING & SCRIPTING
It´s possible to run that script in Arma2? -
Since the EDEN update, my Arma3 has sound cut (without any sound), when i walk, when i shoot, when i drive. Some play seconds mutted and some seconds with sound. I´m killed without hear the sounds of enemy shoots. I tryed some things: - uninstall NVIDIA sound drivers. - updated my DirectX, VC Redist and .NET. - verify integrity of my game cache via Steam - run arma3.exe as admin - run arma3.exe as admin in win7 compatibility mode No one of these options works. I need help here!
-
Changing to "development - Development Build", don´t fix the sound problem, like the "CPU count parameter is set to 1"... Both ways doesn´t fixed the sound problem in my Arma 3.
-
It doesn´t works for me :(
-
Mast lights on Fishing Boat
Hotsea replied to Kommiekat's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
light setLightColor [0, 1, 0] = green light light setLightColor [1, 0, 0] = red light light setLightColor [0, 0, 1] = blue light Its a R.G.B pattern color.