mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
This may prevent reduce glitching though a door
This commit is contained in:
@@ -28,8 +28,14 @@ class DZE_Base_Object : All {
|
|||||||
type = 1;
|
type = 1;
|
||||||
threat[] = {0,0,0};
|
threat[] = {0,0,0};
|
||||||
maxSpeed = 0;
|
maxSpeed = 0;
|
||||||
coefInside = 4;
|
|
||||||
coefInsideHeur = 4;
|
//coefInside = 4;
|
||||||
|
//coefInsideHeur = 4;
|
||||||
|
|
||||||
|
// test settings from h barrier to see if this prevents glitching though a door
|
||||||
|
coefInside = 0.5;
|
||||||
|
coefInsideHeur = 0.8;
|
||||||
|
|
||||||
class DestructionEffects {
|
class DestructionEffects {
|
||||||
class Sound {
|
class Sound {
|
||||||
simulation = "sound";
|
simulation = "sound";
|
||||||
|
|||||||
Reference in New Issue
Block a user