Bigger trenches

This commit is contained in:
esteldunedain 2016-01-26 11:02:55 -03:00
parent 0fd6981809
commit 0358b10298
4 changed files with 5 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -32,14 +32,14 @@ class CfgVehicles {
author = ECSTRING(common,ACETeam);
displayName = CSTRING(EnvelopeSmallName);
descriptionShort = CSTRING(EnevlopeSmallDescription);
model = QUOTE(PATHTOEF(apl,ace_envelope_small.p3d));
model = QUOTE(PATHTOEF(apl,ace_envelope_small3.p3d));
scope = 2;
};
class ACE_envelope_big: BagFence_base_F {
author = ECSTRING(common,ACETeam);
displayName = CSTRING(EnvelopeBigName);
descriptionShort = CSTRING(EnevlopeBigDescription);
model = QUOTE(PATHTOEF(apl,ace_envelope_big.p3d));
model = QUOTE(PATHTOEF(apl,ace_envelope_big3.p3d));
scope = 2;
};
@ -47,12 +47,12 @@ class CfgVehicles {
class ACE_envelope_small_NoGeo: ACE_envelope_small {
scope = 1;
//@todo: replace by a no geo model
model = QUOTE(PATHTOEF(apl,ace_envelope_small.p3d));
model = QUOTE(PATHTOEF(apl,ace_envelope_small3.p3d));
};
class ACE_envelope_big_NoGeo: ACE_envelope_big {
scope = 1;
//@todo: replace by a no geo model
model = QUOTE(PATHTOEF(apl,ace_envelope_big.p3d));
model = QUOTE(PATHTOEF(apl,ace_envelope_big3.p3d));
};
class Box_NATO_Support_F;

View File

@ -16,7 +16,7 @@ PREP(placeTrench);
// Trench types
// Name of the object, name of th dummy no geo object, dx, dy
GVAR(trenchSmall) = ["ACE_envelope_small", "ACE_envelope_small_NoGeo", 2, 3, 0.35];
GVAR(trenchBig) = ["ACE_envelope_big", "ACE_envelope_big_NoGeo", 6, 1.1, 0.15];
GVAR(trenchBig) = ["ACE_envelope_big", "ACE_envelope_big_NoGeo", 6, 1.1, 0.20];
GVAR(trenchType) = GVAR(trenchSmall);
ADDON = true;