-
Content Count
4819 -
Joined
-
Last visited
-
Medals
-
Medals
Everything posted by Wiki
-
I updated the mission, should work better now. Also, to force the chopper on the ground, you can order your team to board in.
-
Hum... Gonna check that out. Anyway, as it was just the end, did you enjoy the rest of the mission?
-
New mission! I'm quite proud of this one 🙂 Lost Paradise A NATO unit is returning to base. https://steamcommunity.com/sharedfiles/filedetails/?id=1653021542 Enjoy and don't forget to rate 😉
-
You're welcome mate :)
-
Iron Front in Arm3 LITE - preview versions
Wiki replied to .kju's topic in ARMA 3 - ADDONS & MODS: COMPLETE
hey guys 3 things: 1) @Jaki, can you fix these 2 bugs in the showcase please? - paratrooper showcase : one of the squad mate has default position as "crouch". Is it possible to change it as "auto"? otherwise, he won't take automatic position and always remain crouch when the player orders "copy my stance". - D Day showcase : the landing carrier always explodes and kill the player. not possible to play this one 2) the tanks seem to have a problem: when you set them with slow speed, they won't move 3) sometimes the tanks fire twice at a time. no my tank obviously, but the tanks i'm facing fire 2 shells / fire twice within the same second maybe a bug? -
very good mod! finally, we don't need half a mag to shoot an AI
-
How can you FORCE off the lights of AI vehicles and static ships??
Wiki replied to CaptainDawson's topic in ARMA 3 - QUESTIONS & ANSWERS
LightOff Description: Turns off the headlights of an empty vehicle. If the vehicle is AI-controlled (either as the lone driver, or as the commander/gunner) then the light status depends on the AI's behaviour mode ("combat" or "stealth" = lights off, any other mode = lights on). Syntax: unit action ["lightOff", targetVehicle] Where unit is any unit (no action animation is performed) and targetVehicle is a vehicle with lights. Example: player action ["lightOff", vehicle player]; LightOn Description: Turns on the headlights of an empty vehicle. If vehicle is AI-controlled, see notes under the LightOff action. Syntax: unit action ["lightOn", targetVehicle] Where unit is any unit (no action animation is performed) and targetVehicle is a vehicle with lights. Example: player action ["lightOn", spotLight]; -
How do I force an AI Heli to stay on the ground while idling?
Wiki replied to CaptainDawson's topic in ARMA 3 - QUESTIONS & ANSWERS
in the init of the chopper: this engineOn true; this flyinHeight 0; When you want the chopper to take off: in a trigger or script: chopper flyinHeight 50; (50 =50m above ground = default height) -
Ok, I'll check that out
-
Hello guys. Is there a possibility to have an AI plane drop bomb on a specific position using onMapSingleClick command? community.bistudio.com/wiki/onMapSingleClick For example, once a trigger is activated, I want the player to be able to call an airstrike / bomb run using this command. It doesn't work well with the modules. Plus, I can't use the modules to have a napalm run with Unsung asset for example. Thanks Edit: to do this for example:
-
New mission! Ambush A NATO SF operator must neutralize an enemy target onboard a CSAT convoy. https://steamcommunity.com/sharedfiles/filedetails/?id=1647667108 Enjoy and don't forget to rate 😉
-
Hi. I need to randomly place a unit in a vehicle. I have 1 unit and 2 vehicles (car1 and car2) At the beginning of the mission, I want my unit to be in either car1 or car2. I want it to be random. How can I do that? Thanks
-
Randomly place a unit in a vehicle ?
Wiki replied to Wiki's topic in ARMA 3 - MISSION EDITING & SCRIPTING
WIll try, thanks It works, thanks a lot! -
@johnnyboy I've added a vanilla sniper rifle in the car. Tell me if you can play the mission now.
-
Hum... Don't plan to. I may add vanilla sniper rifle in the car, so the player can switch loadout
-
New mission! Sniper As a SF sniper, you've been tasked to take out 2 enemy targets. https://steamcommunity.com/sharedfiles/filedetails/?id=1644989049 Enjoy and don't forget to rate 😉
-
RHS Escalation (AFRF and USAF)
Wiki replied to soul_assassin's topic in ARMA 3 - ADDONS & MODS: COMPLETE
- 16577 replies
-
- Weapons
- Accessories
-
(and 1 more)
Tagged with:
-
Yeah, but for people who don't use ACE...
-
Hey, right now, the V-44X Blackfish has only HEAT-DP (which is not really effective) for the 105mm. Could it be possible to add HE shells for the 105mm?
-
Hello, SO far, the "loiter" waypoint works quite well. However, we can't add any other WP otherwise it breaks the "loiter" WP. Can this be fixed / changed so that we can cancel it with a trigger "ignore the WP" (like "hold" WP or any other)? For example, for now, we can't have a chopper come over an area, loiter and then leave.
-
TAC OPS LZ Nowhere mission - need help to carry mortar
Wiki replied to steved's topic in ARMA 3 - OFFICIAL MISSIONS
The mortar is in a backpack. To carry it, you gotta take the mortar backpack. So, when you find it, just grab the backpack (leave the one you have if you are carrying one already). Then go to the ERV point and drop the mortar backpack there. On a personnal note, I would add that I don't fid it very useful as the mortar will never be used. -
Yeah, I tried but didn't work as I wanted. However, unitcapture / unitplay is good enough, it was just about esthetic :)
-
Hello guys, one simple question: When I use unitcapture / unitplay, it works fine but the wheels of the ground vehicles don't roll. Is there a way to have them spin while executing the unitplay? Or is it just the way it is? Thanks
-
RHS Escalation (AFRF and USAF)
Wiki replied to soul_assassin's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Question: you're currently working on LAV-25. How will you set the passengers position? Face to face or back to back? Thanks- 16577 replies
-
- Weapons
- Accessories
-
(and 1 more)
Tagged with:
-
Thanks mate ;)