-
Content Count
82 -
Joined
-
Last visited
-
Medals
-
Spawn Aircraft Carrier 'USS Freedom' Jets DLC
drunkenjawa replied to roy86's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks a lot Roy, you're a legend! -
Spawn Aircraft Carrier 'USS Freedom' Jets DLC
drunkenjawa replied to roy86's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Yeah it's weird - same thing here, however I can spawn ground vehicles on the deck in front of me, no issues. Just anything that flies doesn't spawn there -
Spawn Aircraft Carrier 'USS Freedom' Jets DLC
drunkenjawa replied to roy86's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I wonder if this is an infistar thing? I guess that'd make sense seeing as infistar is there to block that sort of thing (i.e. menus being added by hackers to the mouse wheel option), and we haven't updated ours (not sure if a new update is out yet?) As far as I know the catapult is the only thing on the ship that creates a new mouse wheel menu option too? please correct me if I'm wrong about that though. EDIT: Well, I spawned in a couple of jets to be persistent, restarted the server with no infistar loaded, landed on carrier, still the same thing. No mouse menu for the catapult. So I don't think it's infistar. -
Spawn Aircraft Carrier 'USS Freedom' Jets DLC
drunkenjawa replied to roy86's topic in ARMA 3 - MISSION EDITING & SCRIPTING
We're also encountering the same issue on ours, we run A3 Exile on Tanoa, also using infistar, and have this in the init.sqf: if (isServer) then { private _carrier = createVehicle ["Land_Carrier_01_base_F",[7577.91,2066.26,0],[],0,"NONE"]; _carrier setPosWorld [7577.91,2066.26,0]; _carrier setDir 270; _carrier enableSimulationGlobal true; [_carrier] call BIS_fnc_Carrier01PosUpdate; }; We thought we'd try adding the 'enablesimulation' part but it doesn't seem to have any effect, carrier still does the same with or without it. The carrier spawns fine, the arrestor cables work fine, auto landing works fine, doors work fine, just nothing comes up in the mouse menu when you get near the catapult in the plane. -
How to make task to heal ai?
drunkenjawa replied to Falloutperson416's topic in ARMA 3 - MISSION EDITING & SCRIPTING
You could check the AI for damage e.g. if (ai_name damage < 0.2) then "aihealed = true"; and then make a trigger with the condition 'aihealed' that sets the task as succeeded. Obviously I'm not the best at this lol but that would be what I tried to do anyway. -
Randomize Units Script
drunkenjawa replied to djotacon's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks a lot for this, using it now in a mission I'm making, very cool and handy, and has saved a lot of time and effort for me so far! Thanks! -
Make AI Pilot not react to enemies
drunkenjawa replied to Need-To-Know's topic in ARMA 3 - MISSION EDITING & SCRIPTING
For the flight altitude, you can use 'this flyinHeight 500;' in a waypoint perhaps. That will make that vehicle fly at an altitude of 500m (or at least, try and get that high - with planes you have to give them enough room to be able to climb to that height before they get to the waypoint, otherwise they just start doing random turns etc and really annoying. Not sure that this applies to heli's though since they can potentially just hover in place till they get to that height) You could also try 'this disableAI "FSM";' in the units init line and set the units behaviour to careless to get it to ignore everything. Then run your script to move it. -
Spin-Off Release: Simple Conversation System
drunkenjawa replied to IndeedPete's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Awesome, thanks for doing this IndeedPete! Very much appreciated -
put magazine on the floor "11Rnd_45ACP_Mag"
drunkenjawa replied to exevankeko's topic in ARMA 3 - MISSION EDITING & SCRIPTING
http://www.armaholic.com/forums.php?m=posts&q=21026 This thread might help with that! -
AI hunt player lag moments
drunkenjawa replied to redarmy's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks, I was looking for something like this, to simulate a car chase in a mission I'm in the planning phase of making. I'm assuming it'd have the same ultimate effect? I'm just wondering how intense the chase would be though - every 30 seconds, wouldn't the AI stop their car, to get the new position? Not really sure how that'd work when pertaining to a vehicle chase. It's a SP mission. Preferably would like to have the cops chasing you, pretty close to you all the time to simulate a proper chase. Preferably also at top speed. I have the right music for the chase, at least! (Black Betty by Ram Jam) -
How to put custom Textures in a mission !
drunkenjawa replied to exevankeko's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Maybe try this command instead? : https://community.bistudio.com/wiki/setObjectTextureGlobal -
Detecting if Object NOT present trigger
drunkenjawa replied to drunkenjawa's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Ah, sweet thanks :) -
Detecting if Object NOT present trigger
drunkenjawa replied to drunkenjawa's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Works perfectly, thank you very much! Just for my info, is there any reason we're using {} instead of ()? -
Detecting if Object NOT present trigger
drunkenjawa posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey guys I've run into a bit of an issue with the mission that I'm making - basically, there are a whole heap of ammo crates that the player needs to load into a nearby truck - he is stealing them. While I know about the not present trigger, which would be perfect and simple here, I can't seem to get this to work for objects as opposed to units. Basically I want to make it so a trigger fires after a player picks up and loads an ammo box (or, preferably, the whole lot of ammo boxes that are in a certain area, I'm using R3F for that) into a truck. I thought the best way to do that would be to place a trigger on the ground which fires off once the ammo box is not there. Is there some way I can do a 'not in thisList' type trigger, that's focused on objects and not units? -
United States Air Force
drunkenjawa replied to SGT Fuller's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Where did I put my time machine..... DO WANT! Any chance of the F16 in the 0.4 as well? I hate to ask because it's probably been asked a million times already. But I'm an F16 freak.