MK84
Member-
Content Count
83 -
Joined
-
Last visited
-
Medals
Everything posted by MK84
-
[Release] ACE Punish unknown/enemy weapon script
MK84 replied to diwako's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Looks like the recent ACE Overheating update broke this script. -
Lately I've been getting "Error:No Vehicle" in the player name whenever someone died and respawned. Any idea what can cause this? We've been scratching our heads trying to find out the cause. Another thing we notice is that JIP players are invisible in the list.
-
Question: Is headless client supported for OPEX?
-
RELEASE: Server-Client Framework (SCFramework)
MK84 replied to BDC's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Is there a setting to blacklist some AI from transferring over like in ACEX? -
Is there a way to disable this on specific vehicles via init?
- 51 replies
-
- uav
- helicopter
-
(and 1 more)
Tagged with:
-
This is what happens on dedicated server. https://imgur.com/PuxZ0vC https://imgur.com/Pkggumv https://imgur.com/HI9mwV8
-
Have you looked at the trees using Zeus? What I notice on dedicated server sometimes the platform spawns at 0,0,0 instead of on top of the tree.
-
[Release] Grid Caching System - GCS
MK84 replied to anthariel's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Very interesting. 1. Has is been tested with headless clients? 2. Does it option to exclude players/pilots in aircraft/helo/vehicles? -
RHS Escalation (AFRF and USAF)
MK84 replied to soul_assassin's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Ah, I found the action to raise and lower the plow. Didn't notice the fold ones. Looking forward to it's full functionality then. 👍- 16574 replies
-
- Weapons
- Accessories
-
(and 1 more)
Tagged with:
-
RHS Escalation (AFRF and USAF)
MK84 replied to soul_assassin's topic in ARMA 3 - ADDONS & MODS: COMPLETE
How do you use the surface mine plow (SMP) on the M1132?- 16574 replies
-
- Weapons
- Accessories
-
(and 1 more)
Tagged with:
-
artificial intelligence Devas Aircraft Patrol [RELEASE]
MK84 replied to Devastator_cm's topic in ARMA 3 - MISSION EDITING & SCRIPTING
The aircraft spawned fine. It's when they're low and fuel and RTB that's the part that didn't work. They just loiter over the last waypoint instead of landing and refueling. Anyway found a workaround for the issue using landAt command instead. It works now.- 47 replies
-
- helicopter
- airplane
-
(and 3 more)
Tagged with:
-
artificial intelligence Devas Aircraft Patrol [RELEASE]
MK84 replied to Devastator_cm's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Odd, I copied and paste the code directly from Notepad++, which was set to UTF. Anyway, cap1_spawn is a grasscutter object that I use as a spawn marker. I tried your rewrite, issue still persists. The aircraft just loiters around once they reached the TR UNLOAD waypoint in the script AirPatrolService.sqf. It works when they're already pre-spawned in editor. The issue comes up when the aircraft is spawned via trigger/script/debug window.- 47 replies
-
- helicopter
- airplane
-
(and 3 more)
Tagged with:
-
artificial intelligence Devas Aircraft Patrol [RELEASE]
MK84 replied to Devastator_cm's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Encountered an issue with the script. It works when the aircraft is pre-spawned in editor. But when I spawn the aircraft via trigger it refuses to land when low on fuel. It just fly around in circles at the base waypoint. This is the code I used in the trigger. cap1_1 = createVehicle ["rhs_mig29s_vvs", getpos cap1_spawn, [],0,"NONE"]; cap1_1 setDir (getDir cap1_spawn); createVehicleCrew cap1_1; _handle = [cap1_1, [["cap1_wp1", 2000], ["cap1_wp2", 2000], ["cap1_wp3", 2000], ["cap1_wp4", 2000]], 3500, 400, 30, [10, 30, 60], airbase1, 150] spawn DEVAS_AirPatrol; Any ideas @Devastator_cm?- 47 replies
-
- helicopter
- airplane
-
(and 3 more)
Tagged with:
-
Possible bug/issue. When AI is given Task Hunt WP, they will react/consider Zeus as a valid target.
-
[WIP] Embraer A-29 Super Tucano
MK84 replied to Jester504's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Aside from a bug with flight path vector, I'm loving it so far. Great job making the MFD functional. -
This screenshot is missing a bandana. 😉
-
a.i. Group Link - X - ( Test / W.I.P. )
MK84 replied to snkman's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Encountered similar issues with UAVs, any UAV I spawned and sent up ended up landing back at the airfield. Otherwise, love the way the AI move and react to player. -
CBA - Community Base Addons - ARMA 3
MK84 replied to vipermaul's topic in ARMA 3 - ADDONS & MODS: COMPLETE
It's a Steam-wide issue caused by the latest Steam Client update. ArmA III wasn't the only one affected. Basically workshop download shows as corrupted. Repairing it seems to be the short term fix as it will happen again when you restart Steam. -
ai mod [Release] Vcom AI 3 - Dangerous AI
MK84 replied to genesis92x's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Getting these in the RPT with the latest version. 0:57:40 Error in expression <& alive _x) then { _totalSuppression = (_totalSuppression + getSuppression _x); > 0:57:40 Error position: <_totalSuppression + getSuppression _x); > 0:57:40 Error Undefined variable in expression: _totalsuppression 0:57:40 File Vcom\Functions\VCM_Functions\suppression\fn_GroupGetSuppression.sqf [VCM_fnc_GroupGetSuppression], line 22 -
Operational Radar Buildings?
MK84 replied to friendlyfyre's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I just put them on top of the dome then disabled "Show Model". It's not perfect but it works. -
HAFM NAVY - Submarines & Ships - v2
MK84 replied to Αplion's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
May I know what are the classnames for the anti-ship and cruise missiles? I plan to get the mod to interact with the CIWS from ITC Land Systems for an upcoming mission.- 400 replies
-
- submarines
- ships
-
(and 1 more)
Tagged with:
-
[WIP] Embraer A-29 Super Tucano
MK84 replied to Jester504's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Will this be compatible with ITC Air Systems? -
Is there a way to spawn or place a helo on deck at mission start?
-
Hornet Series - Hornet,Rhino and Growler
MK84 replied to firewill's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Any plans for Legacy D-model? 😁 -
ACE3 - A collaborative merger between AGM, CSE, and ACE
MK84 replied to acemod's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Is there a way to attach the ACEX Limit Build Area module to an object ie vehicle or crate?