Chief_Wiggum
Member-
Content Count
20 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout Chief_Wiggum
-
Rank
Private First Class
-
I am a Spec Op... Therefore the Mighty Shilka is no match for me and my friend.
Chief_Wiggum replied to Chief_Wiggum's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Is there anyway to report it, perhaps? What I mean about Heli's is, from my understanding AI riflemen wont start firing at an airborne chopper. -
I am a Spec Op... Therefore the Mighty Shilka is no match for me and my friend.
Chief_Wiggum replied to Chief_Wiggum's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Does anyone agree that it's a bug? -
AI Units - Walking slow w/weapons raised
Chief_Wiggum replied to stingfish74's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
player forceWalk true ? http://community.bistudio.com/wiki/forceWalk -
I am a Spec Op... Therefore the Mighty Shilka is no match for me and my friend.
Chief_Wiggum replied to Chief_Wiggum's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I appreciate all the suggestions. However isn't this really a bug?.. Surely a pair of soldiers armed with rifles shouldn't even consider attacking a tank!? There must be some code that can be patched somewhere that will stop this. For instance you would never expect a soldier to start firing at a helicopter, unless one of the group has an AA launcher? -
I am a Spec Op... Therefore the Mighty Shilka is no match for me and my friend.
Chief_Wiggum replied to Chief_Wiggum's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hmm, maybe its the unit type or something. Im using US>Special Forces>Operator (Night Assault). Hold fire... its... ok. However the leader will continually proclaim "Eyes On Target". So if for instance I did need an "Open Fire" at any point, he will intruct me, or himself try to engage the Shilka. -
I am a Spec Op... Therefore the Mighty Shilka is no match for me and my friend.
Chief_Wiggum replied to Chief_Wiggum's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
When I say "on the road"... I mean, he probably wont give a damn about the tank and just try high tailing it across the field as opposed to standard move from cover to cover. -
I am a Spec Op... Therefore the Mighty Shilka is no match for me and my friend.
Chief_Wiggum replied to Chief_Wiggum's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Yeah,.. However I have a horrible feeling that my guy will end up crawling along the road, not even concerned about the tank. He still needs to hide :) -
I am a Spec Op... Therefore the Mighty Shilka is no match for me and my friend.
Chief_Wiggum posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Is what a US Special Forces soldier seems to think... Trying to do a sneaking mission, as part of it a pair of soldiers, a leader and the player run through a field when a shilka and BMP-2 drive down the road. Now the Combat mode is stealth, and im instructing hold fire. however the leader thinks it would be prudent to go and engage the tanks with a rifle and subsequently gets mauled in the process. So, my question is... Is there any way to make an AI soldier a bit more of a pussy when it comes to vehicles/tanks/planes/static? -
Where am I going wrong with "BIS_fnc_spawnVehicle"
Chief_Wiggum replied to Chief_Wiggum's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Yeeeh, Im using that paramater, no script errors :). Here's hoping that it is just becasue the function module isn't up to speed. Tell me, what is the difference between preProcessFile and call and spawn etc. etc. etc. Isn't execVM a bit old school? -
Where am I going wrong with "BIS_fnc_spawnVehicle"
Chief_Wiggum posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
This is what I have in "troopDrop.sqf" _planeType = _this select 0; _amountOf = _this select 1; _startingPoint = _this select 2; _wayPoint = _this select 3; _planes = createGroup west; for "_i" from 1 to 3 do { _newPlane = [(getPos _startingPoint), 0, _planeType, _planes] call BIS_fnc_spawnVehicle; }; hint format["%1",_newPlane]; I of course have placed a "functions" module onto the map and execute the code in the init field of a gamelogic that I have placed on the map and 100m in the air: GAMELOGIC this setPos [getPos this select 0, getPos this select 1, 100]; null = ["C130J_US_EP1",3,this,dropZone] execVM "troopDrop.sqf"; Yet, I get nothing. Little help? trying to make the transition between sqf and sqs. -
I'm making missions without focus...
Chief_Wiggum replied to Chief_Wiggum's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hmm, hopefully someone will come up with aproject on here sometime I suppose -
I'm making missions without focus...
Chief_Wiggum replied to Chief_Wiggum's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Clans, really? Is there no groups that want to just make missions? -
Empty UH60 still part of BLUEFOR??
Chief_Wiggum replied to mikeap's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Ok, a more elegant solution is to (when the time is right, i.e when given the order to satchel the heli). Make your unit join a civilan, then make the civilian join grpNull. Blow up the chopper, then when the chopper is blown up, rejoin the original group. Empty Vehicles are assigned to side "CIV". This also applies to any vehicles that HAD people in them, for instance you could put a bunch of soldiers in the vehicle... then kill them and it will STILL be Civilian. Same goes for moving units in and out. -
AI move in "bursts"
Chief_Wiggum replied to Kookas's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
also put _x setUnitPos "UP" , this way they will never crouch or drop to the floor. -
Empty UH60 still part of BLUEFOR??
Chief_Wiggum replied to mikeap's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
An even dirtier workaround would be to make an OPFOR unit jump into the heli, then jump out and move somewhere else on the map and die?