mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Replace trench models: bigger and opaque
This commit is contained in:
parent
f8a1215264
commit
b20a2f338b
BIN
addons/apl/ace_envelope_big4.p3d
Normal file
BIN
addons/apl/ace_envelope_big4.p3d
Normal file
Binary file not shown.
BIN
addons/apl/ace_envelope_big4_nogeo.p3d
Normal file
BIN
addons/apl/ace_envelope_big4_nogeo.p3d
Normal file
Binary file not shown.
BIN
addons/apl/ace_envelope_small4.p3d
Normal file
BIN
addons/apl/ace_envelope_small4.p3d
Normal file
Binary file not shown.
BIN
addons/apl/ace_envelope_small4_nogeo.p3d
Normal file
BIN
addons/apl/ace_envelope_small4_nogeo.p3d
Normal file
Binary file not shown.
@ -32,14 +32,14 @@ class CfgVehicles {
|
||||
author = ECSTRING(common,ACETeam);
|
||||
displayName = CSTRING(EnvelopeSmallName);
|
||||
descriptionShort = CSTRING(EnevlopeSmallDescription);
|
||||
model = QUOTE(PATHTOEF(apl,ace_envelope_small3.p3d));
|
||||
model = QUOTE(PATHTOEF(apl,ace_envelope_small4.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_big3.p3d));
|
||||
model = QUOTE(PATHTOEF(apl,ace_envelope_big4.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_small3.p3d));
|
||||
model = QUOTE(PATHTOEF(apl,ace_envelope_small4_nogeo.p3d));
|
||||
};
|
||||
class ACE_envelope_big_NoGeo: ACE_envelope_big {
|
||||
scope = 1;
|
||||
//@todo: replace by a no geo model
|
||||
model = QUOTE(PATHTOEF(apl,ace_envelope_big3.p3d));
|
||||
model = QUOTE(PATHTOEF(apl,ace_envelope_big4_nogeo.p3d));
|
||||
};
|
||||
|
||||
class Box_NATO_Support_F;
|
||||
|
@ -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.20];
|
||||
GVAR(trenchBig) = ["ACE_envelope_big", "ACE_envelope_big_NoGeo", 6, 1.1, 0.25];
|
||||
GVAR(trenchType) = GVAR(trenchSmall);
|
||||
|
||||
ADDON = true;
|
||||
|
Loading…
Reference in New Issue
Block a user