Arma 3
61 arvostelua
Unconscious Collision Disabler
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Data Type: Mod
Mod Type: Mechanics
Tiedostokoko
Julkaistu
Päivitetty
32.234 KB
23.3. klo 8.37
27.3. klo 8.28
2 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Unconscious Collision Disabler

Kuvaus
This client-side mod disables collisions between players and any unconscious units. It is multiplayer-compatible! This allows you to use features like AI Unconsciousness in ACE so you don't get blocked in small spaces by unconscious units or players. When an unconscious unit wakes back up, collisions are automatically re-enabled. There is no meaningful performance impact from this mod. CBA is required.

Thank you to Puotek for cleaning up the code!

APL-SA. Repack is fine.
17 kommenttia
Brominum  [tekijä] 3.6. klo 11.05 
Sure. Updated desc
Jaxx - pshoooo 3.6. klo 10.05 
is it acceptable to add this to a unit modlist with attribution? no listed license or terms of use
Brominum  [tekijä] 25.4. klo 18.19 
It's normal because the collision is still happening on the server. There's not a simple solution for it other than to avoid standing in the central position of their body
Lord-Wolf 25.4. klo 16.23 
Hi, we were testing this mod on a server, but no matter if it's used on the server or client side, the body is pushed around and doesn't stay in place so can get glitched under buildings. Is that normal ? That happens for AIs at least
Ricky Dickson 28.3. klo 9.38 
Common Puotek carry
SkepticJoker 28.3. klo 7.46 
Can you make another version of this mod that doesn't require Ace, please.
Brominum  [tekijä] 27.3. klo 7.37 
Yes, you can still hit unconscious people with vehicles.
Overlord 27.3. klo 7.23 
Do the bodies still collide with vehicles controlled by players/ai?
funless 26.3. klo 6.46 
thank u
Puotek  [tekijä] 25.3. klo 12.28 
This is a very nice idea, but I saw that you used PFH so I made it from scratch in a different way, here is my version on ws. Its just

["ace_unconscious", {
params ["_unit", "_state"];
_unit setPhysicsCollisionFlag !_state;
}] call CBA_fnc_addEventHandler;