mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix p3d paths
This commit is contained in:
parent
f1eed825f6
commit
4a6730341a
@ -4,14 +4,14 @@ class CfgVehicles {
|
||||
author = ECSTRING(common,ACETeam);
|
||||
displayName = CSTRING(EnvelopeSmallName);
|
||||
descriptionShort = CSTRING(EnevlopeSmallDescription);
|
||||
model = QUOTE(PATHTOEF(apl,data\ace_envelope_small.p3d));
|
||||
model = QUOTE(PATHTOEF(apl,ace_envelope_small.p3d));
|
||||
scope = 2;
|
||||
};
|
||||
class ACE_envelope_big: BagFence_base_F {
|
||||
author = ECSTRING(common,ACETeam);
|
||||
displayName = CSTRING(EnvelopeBigName);
|
||||
descriptionShort = CSTRING(EnevlopeBigDescription);
|
||||
model = QUOTE(PATHTOEF(apl,data\ace_envelope_big.p3d));
|
||||
model = QUOTE(PATHTOEF(apl,ace_envelope_big.p3d));
|
||||
scope = 2;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -6,11 +6,11 @@ class CfgWeapons {
|
||||
author = ECSTRING(common,ACETeam);
|
||||
displayName = CSTRING(EntrenchingToolName);
|
||||
descriptionShort = CSTRING(EntrenchingToolDescription);
|
||||
model = QUOTE(PATHTOEF(apl,data\ace_entrchtool.p3d));
|
||||
model = QUOTE(PATHTOEF(apl,ace_entrchtool.p3d));
|
||||
picture = QUOTE(PATHTOF(ui\w_entrchtool_ca.paa));
|
||||
scope = 2;
|
||||
class ItemInfo: InventoryItem_Base_F {
|
||||
mass = 10;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -12,4 +12,4 @@ class CfgPatches {
|
||||
};
|
||||
};
|
||||
#include "CfgWeapons.hpp"
|
||||
#include "CfgVehicles.hpp"
|
||||
#include "CfgVehicles.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user