fix(rvmats) several (145) rvmat files calling env_land_co.paa with wrong paths on Stage 7
Deploy DEV Workshop / deploy-dev-workshop (push) Failing after 12m24s

This commit is contained in:
2026-08-03 21:28:34 -03:00
parent 01e339c46f
commit 533fdcc899
145 changed files with 147 additions and 147 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ class Stage6
};
class Stage7
{
texture = "a3\data\env_cloth_neutral_co.paa";
texture = "a3\data_f\env_land_co.paa";
uvSource = "tex";
class uvTransform
{
+1 -1
View File
@@ -123,7 +123,7 @@ class CfgSkeletons
"RightToeBase","RightFoot"
};
// location of pivot points (local axes) for hierarchical animation
pivotsModel="samples_f\templatertm\manskeleton_pivots.p3d";
pivotsModel="a3\anims_f\data\skeleton\skeletonpivots.p3d";
};
};