Fix p3d paths

This commit is contained in:
PabstMirror 2015-11-07 00:16:08 -06:00
parent f1eed825f6
commit 4a6730341a
3 changed files with 6 additions and 6 deletions

View File

@ -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;
};
};
};

View File

@ -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;
};
};
};
};

View File

@ -12,4 +12,4 @@ class CfgPatches {
};
};
#include "CfgWeapons.hpp"
#include "CfgVehicles.hpp"
#include "CfgVehicles.hpp"