stburr91
Member-
Content Count
850 -
Joined
-
Last visited
-
Medals
Everything posted by stburr91
-
ai heli making a combat landing
stburr91 replied to darrent's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Go onto Youtube, and watch some of the videos of how to use the unit capture/unit play function. -
Make AI drone mark enemy infantry for the Player
stburr91 replied to Kreu's topic in ARMA 3 - MISSION EDITING & SCRIPTING
What is it exactly that you want to achieve? Must it be the drone that targets the unit, or do you just want the unit targeted with a laser? If it's the latter, then you could just create a laser, and attach it to the AA unit. -
That's an understatement. ACE medical is so excessive that it's painful just watching video of people using it, I couldn't imagine how painfully excessive using it as a player would be. LoL, no it's not. Just ask 10 people what they think of the current US President, and you will get answers ranging from, he's the next Hitler, to he's one the best US President in the last 100 years. Perception is reality.
-
Let me know when you get the mission file, so I can then remove the link.
-
Here's a example mission.
-
I won't be able to open it then. Give me a little time, and I'll create an example mission for you.
-
Does this require mods?
-
Upload the mission folder (with everything in it).
-
I don't know if it would make a difference or not, it's just how I've done it, so I know it works. OP Can you upload your mission file?
-
You just need two separate path files, one file for unit1, and one file for unit2. Example path1.sqf path2.sqf Your init.sqf should look like this. Path1 = compile preprocessFile "path1.sqf"; Path2 = compile preprocessFile "path2.sqf"; Call the paths like this. rec = [] spawn Path1; rec = [] spawn Path2;
-
I always put the paths in their own separate sqf file, and call each one separately.
-
Fast Sea Frame - Sea Fighter - Assault Craft
stburr91 replied to [aps]gnat's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Since you are one of the people who uploaded this mod onto Steam, maybe you can answer a simple question. You and your partner on Steam claim you developed the Sea Fighter mod yourself. Maybe you can explain why your Sea Fighter mod is exactly the same as Gnat's mod that was released in 2014? You even used Gnat's pictures, and description on your Steam page. -
You know when the OP said that BI was being lazy when they didn't include missions with the DLCs, at first I didn't agree, but then he said he wanted WWII aircraft missions. I don't know about everyone else, but when I buy a Tanks DLC for a game set in 2035, I expect WWII aircraft missions to be included, so I now agree with the OP, BI was just be lazy not including these kinds of mission with their DLCs.
-
Only the DLCs that include aircraft have playable missions for aircraft. The Helicopter, and Jets DLCs include a showcase scenario using the aircraft from the DLC. If you want more missions using aircraft, look on the Steam Arma 3 workshop for user made missions.
-
Yes, the Jets DLC does contain a playable mission, it even says so in the DLC description. From the Jets DLC description Showcase Jets - Take to the skies above Altis and engage in air-to-air and air-to-ground combat in a brand new Showcase scenario. All the DLCs contain playable missions, or a mini campaign.
-
The "Old Man" campaign is free if you own the Apex expansion. The Old Man campaign does not require the Karts DLC. If you want to use the go karts, then you need to own the Karts DLC.
-
All the DLCs contain some type of playable showcase mission, or a mini campaign. Can you be more specific about what type of mission you are looking for?
-
unitCapture is not capturing what I do with weapons
stburr91 replied to ChlckenWlng's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Follow the instructions in the third post of this thread. -
How to change colour of the subtitles
stburr91 replied to Redfox_40's topic in ARMA 3 - MISSION EDITING & SCRIPTING
You cannot change the color of the text if you are using "spawn BIS_fnc_showSubtitle". You can change the color of text using "titleText" as gc8 mentioned. -
Stoping a Say3d Loop
stburr91 replied to Corpral Nikon's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Place a sphere on your generator, and remove the texture on the sphere so it isn't visible. Play your sound on the sphere instead of the generator. To end the sound loop, simply delete the sphere. -
RCO and ERCO aiming reticle misalignment issue
stburr91 replied to a_killer_wombat's topic in ARMA 3 - DEVELOPMENT BRANCH
Low power optics don't get "misaligned" unless you are moving quickly, or moving over rough terrain. Moving the entire upper body left, or right is the proper technique, and almost entirely eliminates any "misalignment" of the optic. While we're on the subject, why the heck do the sights/optics completely misalign while in a moving vehicle? That almost completes ruins shooting from vehicles. -
drop bomb Drop Bomb on Target
stburr91 replied to War Book's topic in ARMA 3 - MISSION EDITING & SCRIPTING
There are ways to script this, but why not just use the CAS module? -
I'm not a scripter, but something like this may work. You would need to decide what weapon you want to be the taser, and find the classname for it. I would suggest that you use the starter pistol for the taser, it looks like a gun, but cannot do damage. if (currentWeapon _shooter == "classname of taser here") then
-
Optical Camouflage material research
stburr91 replied to HorribleGoat's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Just a heads up for anyone playing around with this concept. You cannot see the refraction effect through many of the optics, such as the RCO. Test it for yourself, look at the exhaust on a vehicle, you will see the refraction effect. Then look at it through the RCO 2x scope, the refraction effect is no longer visible.- 59 replies
-
There's something weird with backpacks, you can't attach them to something.