mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Moved models to APL folder
This commit is contained in:
parent
800b254004
commit
f1eed825f6
Binary file not shown.
BIN
addons/apl/ace_envelope_big.p3d
Normal file
BIN
addons/apl/ace_envelope_big.p3d
Normal file
Binary file not shown.
BIN
addons/apl/ace_envelope_small.p3d
Normal file
BIN
addons/apl/ace_envelope_small.p3d
Normal file
Binary file not shown.
@ -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
|
||||||
{
|
{
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
@ -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 {
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user