Shadow lod fix
This commit is contained in:
Binary file not shown.
@@ -120,10 +120,17 @@ class CfgVehicles {
|
|||||||
};
|
};
|
||||||
|
|
||||||
class HitPoints: HitPoints {
|
class HitPoints: HitPoints {
|
||||||
class HitBody {
|
class HitRwheel {
|
||||||
armor = 1;
|
armor = 1;
|
||||||
material = -1;
|
material = -1;
|
||||||
name = "zbytek";
|
name = "Rwheel";
|
||||||
|
passThrough = 1;
|
||||||
|
visual = "zbytek";
|
||||||
|
};
|
||||||
|
class HitLwheel {
|
||||||
|
armor = 1;
|
||||||
|
material = -1;
|
||||||
|
name = "Lwheel";
|
||||||
passThrough = 1;
|
passThrough = 1;
|
||||||
visual = "zbytek";
|
visual = "zbytek";
|
||||||
};
|
};
|
||||||
|
|||||||
Binary file not shown.
@@ -40,7 +40,10 @@ class CfgModels {
|
|||||||
|
|
||||||
class tbd_M119 : Default {
|
class tbd_M119 : Default {
|
||||||
sectionsInherit = "";
|
sectionsInherit = "";
|
||||||
sections[] = {};
|
sections[] = {
|
||||||
|
"lwheel",
|
||||||
|
"rwheel"
|
||||||
|
};
|
||||||
skeletonName = "tbd_M119_skeleton";
|
skeletonName = "tbd_M119_skeleton";
|
||||||
|
|
||||||
class Animations {
|
class Animations {
|
||||||
|
|||||||
Reference in New Issue
Block a user