Shadow lod fix

This commit is contained in:
Tklama
2024-04-27 09:55:20 +02:00
parent c9c98eb7eb
commit 6edf7ba985
4 changed files with 13 additions and 3 deletions

View File

@@ -120,10 +120,17 @@ class CfgVehicles {
};
class HitPoints: HitPoints {
class HitBody {
class HitRwheel {
armor = 1;
material = -1;
name = "zbytek";
name = "Rwheel";
passThrough = 1;
visual = "zbytek";
};
class HitLwheel {
armor = 1;
material = -1;
name = "Lwheel";
passThrough = 1;
visual = "zbytek";
};

Binary file not shown.

View File

@@ -40,7 +40,10 @@ class CfgModels {
class tbd_M119 : Default {
sectionsInherit = "";
sections[] = {};
sections[] = {
"lwheel",
"rwheel"
};
skeletonName = "tbd_M119_skeleton";
class Animations {