Moved models to APL folder

This commit is contained in:
Glowbal 2015-08-10 23:54:45 +02:00
parent 800b254004
commit f1eed825f6
13 changed files with 6 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -8,7 +8,7 @@ PixelShaderID="Super";
VertexShaderID="Super"; VertexShaderID="Super";
class Stage1 class Stage1
{ {
texture="z\ace\addons\trenches\data\entrchtool_nohq.paa"; texture="z\ace\addons\apl\data\entrchtool_nohq.paa";
uvSource="tex"; uvSource="tex";
class uvTransform class uvTransform
{ {
@ -46,7 +46,7 @@ class Stage3
}; };
class Stage4 class Stage4
{ {
texture="z\ace\addons\trenches\data\entrchtool_as.paa"; texture="z\ace\addons\apl\data\entrchtool_as.paa";
uvSource="tex"; uvSource="tex";
class uvTransform class uvTransform
{ {
@ -58,7 +58,7 @@ class Stage4
}; };
class Stage5 class Stage5
{ {
texture="z\ace\addons\trenches\data\entrchtool_smdi.paa"; texture="z\ace\addons\apl\data\entrchtool_smdi.paa";
uvSource="tex"; uvSource="tex";
class uvTransform class uvTransform
{ {

View File

@ -4,14 +4,14 @@ class CfgVehicles {
author = ECSTRING(common,ACETeam); author = ECSTRING(common,ACETeam);
displayName = CSTRING(EnvelopeSmallName); displayName = CSTRING(EnvelopeSmallName);
descriptionShort = CSTRING(EnevlopeSmallDescription); descriptionShort = CSTRING(EnevlopeSmallDescription);
model = QUOTE(PATHTOF(data\ace_envelope_small.p3d)); model = QUOTE(PATHTOEF(apl,data\ace_envelope_small.p3d));
scope = 2; scope = 2;
}; };
class ACE_envelope_big: BagFence_base_F { class ACE_envelope_big: BagFence_base_F {
author = ECSTRING(common,ACETeam); author = ECSTRING(common,ACETeam);
displayName = CSTRING(EnvelopeBigName); displayName = CSTRING(EnvelopeBigName);
descriptionShort = CSTRING(EnevlopeBigDescription); descriptionShort = CSTRING(EnevlopeBigDescription);
model = QUOTE(PATHTOF(data\ace_envelope_big.p3d)); model = QUOTE(PATHTOEF(apl,data\ace_envelope_big.p3d));
scope = 2; scope = 2;
}; };
}; };

View File

@ -6,7 +6,7 @@ class CfgWeapons {
author = ECSTRING(common,ACETeam); author = ECSTRING(common,ACETeam);
displayName = CSTRING(EntrenchingToolName); displayName = CSTRING(EntrenchingToolName);
descriptionShort = CSTRING(EntrenchingToolDescription); descriptionShort = CSTRING(EntrenchingToolDescription);
model = QUOTE(PATHTOF(data\ace_entrchtool.p3d)); model = QUOTE(PATHTOEF(apl,data\ace_entrchtool.p3d));
picture = QUOTE(PATHTOF(ui\w_entrchtool_ca.paa)); picture = QUOTE(PATHTOF(ui\w_entrchtool_ca.paa));
scope = 2; scope = 2;
class ItemInfo: InventoryItem_Base_F { class ItemInfo: InventoryItem_Base_F {