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
Deploy DEV Workshop / deploy-dev-workshop (push) Failing after 12m24s
This commit is contained in:
@@ -73,7 +73,7 @@ class Stage6
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture = "a3\data\env_land_co.paa";
|
||||
texture = "a3\data_f\env_land_co.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user