mirror of
https://github.com/redned70/Trader-Mod.git
synced 2024-08-30 16:52:16 +00:00
Apex blanks fix
This commit is contained in:
parent
50884435ef
commit
e9e4543a84
@ -7,6 +7,9 @@ I have only compiled what i found, attempted to simplify class names and created
|
|||||||
If you use then you should consider sharing any further development, bug fixes or expansions (as i have probably missed objects out or spelled things incorrectly).<br>
|
If you use then you should consider sharing any further development, bug fixes or expansions (as i have probably missed objects out or spelled things incorrectly).<br>
|
||||||
This file does not include how to install mods or add to loot tables as that is already well documented.<br>
|
This file does not include how to install mods or add to loot tables as that is already well documented.<br>
|
||||||
|
|
||||||
|
<b>v5.5c Update</b><br>
|
||||||
|
Fixed blank classes in Apex - thanks C][G GhostTown™.<br>
|
||||||
|
|
||||||
<b>v5.5b Update</b><br>
|
<b>v5.5b Update</b><br>
|
||||||
Fixed duplicated optics and missing rifle in NIA mod plus typo in install instructions - thanks C][G GhostTown™.<br>
|
Fixed duplicated optics and missing rifle in NIA mod plus typo in install instructions - thanks C][G GhostTown™.<br>
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"R3FPointerAttachments",
|
"R3FPointerAttachments",
|
||||||
"RHSPointerAttachments",
|
"RHSPointerAttachments",
|
||||||
"BipodAttachments",
|
"BipodAttachments",
|
||||||
"APEXBipodAttachments",
|
//"APEXBipodAttachments", //not used
|
||||||
"R3FBipodAttachments",
|
"R3FBipodAttachments",
|
||||||
"RHSBipodAttachments",
|
"RHSBipodAttachments",
|
||||||
"MuzzleAttachments",
|
"MuzzleAttachments",
|
||||||
@ -154,7 +154,7 @@
|
|||||||
"MASBackpacks",
|
"MASBackpacks",
|
||||||
"TRYKBackpacks",
|
"TRYKBackpacks",
|
||||||
"Tools",
|
"Tools",
|
||||||
"APEXTools",
|
//"APEXTools", //not used
|
||||||
"MASTools",
|
"MASTools",
|
||||||
"FirstAid"
|
"FirstAid"
|
||||||
};
|
};
|
||||||
|
@ -139,7 +139,7 @@ class CfgTraders
|
|||||||
"R3FPointerAttachments",
|
"R3FPointerAttachments",
|
||||||
"RHSPointerAttachments",
|
"RHSPointerAttachments",
|
||||||
"BipodAttachments",
|
"BipodAttachments",
|
||||||
"APEXBipodAttachments",
|
//"APEXBipodAttachments", //not used
|
||||||
"R3FBipodAttachments",
|
"R3FBipodAttachments",
|
||||||
"RHSBipodAttachments",
|
"RHSBipodAttachments",
|
||||||
"MuzzleAttachments",
|
"MuzzleAttachments",
|
||||||
@ -280,7 +280,7 @@ class CfgTraders
|
|||||||
"MASBackpacks",
|
"MASBackpacks",
|
||||||
"TRYKBackpacks",
|
"TRYKBackpacks",
|
||||||
"Tools",
|
"Tools",
|
||||||
"APEXTools",
|
//"APEXTools", //not used
|
||||||
"MASTools",
|
"MASTools",
|
||||||
"FirstAid"
|
"FirstAid"
|
||||||
};
|
};
|
||||||
|
@ -17,7 +17,7 @@ NIAAttachments
|
|||||||
BipodAttachments
|
BipodAttachments
|
||||||
R3FBipodAttachments
|
R3FBipodAttachments
|
||||||
RHSBipodAttachments
|
RHSBipodAttachments
|
||||||
APEXBipodAttachments
|
// APEXBipodAttachments //not used
|
||||||
|
|
||||||
----------- silencers ----------
|
----------- silencers ----------
|
||||||
MuzzleAttachments
|
MuzzleAttachments
|
||||||
@ -185,7 +185,7 @@ Drinks
|
|||||||
Tools
|
Tools
|
||||||
MASTools
|
MASTools
|
||||||
R3FTools <<probably best not use.
|
R3FTools <<probably best not use.
|
||||||
APEXTools
|
//APEXTools //not used
|
||||||
|
|
||||||
----------- first aid ----------
|
----------- first aid ----------
|
||||||
FirstAid
|
FirstAid
|
||||||
|
Loading…
Reference in New Issue
Block a user