Arma 3
61 értékelés
Unconscious Collision Disabler
   
Díjazás
Kedvenc
Kedvenc
Törlés
Data Type: Mod
Mod Type: Mechanics
Fájlméret:
Közzétéve:
Frissítve:
32.234 KB
márc. 23., 8:37
márc. 27., 8:28
2 változásjegyzék ( megnézés )

Feliratkozás a letöltéshez
Unconscious Collision Disabler

Leírás
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 megjegyzés
Brominum  [készítő] jún. 3., 11:05 
Sure. Updated desc
Jaxx - pshoooo jún. 3., 10:05 
is it acceptable to add this to a unit modlist with attribution? no listed license or terms of use
Brominum  [készítő] ápr. 25., 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 ápr. 25., 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 márc. 28., 9:38 
Common Puotek carry
SkepticJoker márc. 28., 7:46 
Can you make another version of this mod that doesn't require Ace, please.
Brominum  [készítő] márc. 27., 7:37 
Yes, you can still hit unconscious people with vehicles.
Overlord márc. 27., 7:23 
Do the bodies still collide with vehicles controlled by players/ai?
funless márc. 26., 6:46 
thank u
Puotek  [készítő] márc. 25., 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;