This commit is contained in:
redned70 2016-07-28 16:46:53 +01:00
parent 20f6d57d49
commit 1ce89ae6ad
9 changed files with 351 additions and 285 deletions

View File

@ -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.5 Update</b><br>
Removed ExtendedBaseMod from custom to its own mod folder for ease of update (used default files inside mod including names).<br>
<b>v5.4 Update</b><br> <b>v5.4 Update</b><br>
Added NIArms mod - Thanks to Tobias Solem for the help<br> Added NIArms mod - Thanks to Tobias Solem for the help<br>

View File

@ -19,143 +19,6 @@
class Exile_Item_WorkBenchKit { quality = 1; price = 500; }; class Exile_Item_WorkBenchKit { quality = 1; price = 500; };
class Exile_Item_MetalHedgehogKit { quality = 2; price = 1200; }; class Exile_Item_MetalHedgehogKit { quality = 2; price = 1200; };
///////////////////////////////////////////////////////////////////////////////
// Extended Base Mod
//////////////////////////////////////////////////////////////////////////////
class Land_HBarrier_1_F_Kit { quality = 2; price = 5500;sellPrice = 50; };
class Land_HBarrier_3_F_Kit { quality = 2; price = 19000;sellPrice = 50; };
class Land_HBarrier_5_F_Kit { quality = 3; price = 40000;sellPrice = 50; };
class Land_BagBunker_Tower_F_Kit { quality = 4; price = 100000;sellPrice = 50; };
class CamoNet_OPFOR_open_F_Kit { quality = 2; price = 1000; sellPrice = 50; };
class CamoNet_INDP_open_F_Kit { quality = 2; price = 1000;sellPrice = 50; };
class CamoNet_BLUFOR_open_F_Kit { quality = 2; price = 1000;sellPrice = 50; };
///////////////////////// V0.0.2
class Land_CncBarrier_F_Kit { quality = 2; price = 7500;sellPrice = 50; };
class Land_Stone_4m_F_Kit { quality = 2; price = 15000;sellPrice = 50; };
class Land_Stone_Gate_F_Kit { quality = 2; price = 15000;sellPrice = 50; };
class PierLadder_F_Kit { quality = 2; price = 75000;sellPrice = 50; };
class Land_WaterCooler_01_new_F_Kit { quality = 3; price = 180000;sellPrice = 50; };
///////////////////////// V0.0.3
class Land_Pallet_MilBoxes_F_Kit { quality = 2; price = 39990;sellPrice = 50; };
class Land_Cargo20_military_green_F_Kit { quality = 2; price = 50000;sellPrice = 50; };
class Land_BagFence_Corner_F_Kit { quality = 2; price = 10000;sellPrice = 50; };
class Land_BagFence_Long_F_Kit { quality = 2; price = 10000;sellPrice = 50; };
class Land_HBarrierTower_F_Kit { quality = 2; price = 75000;sellPrice = 50; };
class Land_Metal_wooden_rack_F_Kit { quality = 2; price = 38000;sellPrice = 50; };
class Land_BagBunker_Small_F_Kit { quality = 2; price = 65000;sellPrice = 50; };
class Land_Bunker_F_Kit { quality = 4; price = 750000;sellPrice = 50; };
class Land_HBarrierWall_corner_F_Kit { quality = 2; price = 50000;sellPrice = 50; };
class Land_HBarrierWall6_F_Kit { quality = 2; price = 60000;sellPrice = 50; };
class Land_HBarrierWall4_F_Kit { quality = 2; price = 35000;sellPrice = 50; };
class Land_RampConcrete_F_Kit { quality = 2; price = 55000;sellPrice = 50; };
///////////////////////// V0.0.4
class Land_Wall_IndCnc_4_F_Kit { quality = 2; price = 50000;sellPrice = 50; };
class Land_City2_4m_F_Kit { quality = 2; price = 60000;sellPrice = 50; };
class Land_City2_8m_F_Kit { quality = 2; price = 60000;sellPrice = 50; };
class Land_HelipadCivil_F_Kit { quality = 3; price = 100000;sellPrice = 50; };
class Land_Rack_F_Kit { quality = 2; price = 35000;sellPrice = 50; };
///////////////////////// V0.1.0
class Land_City_Gate_F_Kit { quality = 2; price = 20000;sellPrice = 50; };
class Land_BarGate_F_Kit { quality = 2; price = 20000;sellPrice = 50; };
class Land_Icebox_F_Kit { quality = 2; price = 45000;sellPrice = 50; };
class Land_Sign_WarningMilitaryArea_F_Kit { quality = 2; price = 1000;sellPrice = 50; };
class Land_Mil_WallBig_4m_F_Kit { quality = 2; price = 60000;sellPrice = 50; };
class Land_Cargo_Patrol_V2_F_Kit { quality = 2; price = 185000;sellPrice = 50; };
///////////////////////// V0.1.1
class Land_Pier_small_F_Kit { quality = 2; price = 75000;sellPrice = 50; };
class Land_Wall_Tin_4_Kit { quality = 2; price = 50000;sellPrice = 50; };
///////////////////////// V0.1.2
class Land_Tank_rust_F_Kit { quality = 2; price = 50000;sellPrice = 50; };
class Land_ShelvesMetal_F_Kit { quality = 2; price = 50000;sellPrice = 50; };
class Land_Cargo_Tower_V2_F_Kit { quality = 5; price = 750000;sellPrice = 50; };
class Land_FuelStation_Feed_F_Kit { quality = 5; price = 220000;sellPrice = 50; };
class Land_BagBunker_Large_F_Kit { quality = 4; price = 100000;sellPrice = 50; };
class ShootingPos_F_Kit { quality = 2; price = 1000;sellPrice = 50; };
///////////////////////// V0.1.3
class Land_cargo_house_slum_F_Kit { quality = 2; price = 25000;sellPrice = 50; };
class Land_Cargo40_light_green_F_Kit { quality = 3; price = 130000;sellPrice = 50; };
class Land_Cargo_House_V2_F_Kit { quality = 3; price = 200000;sellPrice = 50; };
class Land_LampHalogen_F_Kit { quality = 2; price = 65200;sellPrice = 50; };
///////////////////////// V0.1.4
class Land_LampAirport_F_Kit { quality = 2; price = 85600;sellPrice = 50; };
class Land_CncShelter_F_Kit { quality = 2; price = 40000;sellPrice = 50; };
class Land_Wall_IndCnc_2deco_F_Kit { quality = 2; price = 60000;sellPrice = 50; };
class Land_CncWall4_F_Kit { quality = 2; price = 60000;sellPrice = 50; };
class Land_FuelStation_Shed_F_Kit { quality = 2; price = 65000;sellPrice = 50; };
class Land_Shed_Small_F_Kit { quality = 3; price = 100000;sellPrice = 50; };
class Land_Razorwire_F_Kit { quality = 2; price = 5000;sellPrice = 50; };
///////////////////////// V0.1.5
class Land_u_Addon_01_V1_F_Kit { quality = 2; price = 50000;sellPrice = 50; }; //brokenshed
class Land_Cargo20_sand_F_Kit { quality = 2; price = 80000;sellPrice = 50; };
class Land_GH_Stairs_F_Kit { quality = 3; price = 50000;sellPrice = 50; };
class Land_i_Garage_V2_F_Kit { quality = 4; price = 125000;sellPrice = 50; };
class Land_GH_Platform_F_Kit { quality = 3; price = 50000;sellPrice = 50; };
class Land_TentDome_F_Kit { quality = 2; price = 1000;sellPrice = 50; };
class Land_TentHangar_V1_F_Kit { quality = 2; price = 350000;sellPrice = 50; };
///////////////////////// V0.1.6
class Land_CncWall1_F_Kit { quality = 2; price = 15000;sellPrice = 50; };
class Land_CncBarrierMedium_F_Kit { quality = 2; price = 15000;sellPrice = 50; };
class Land_Crash_barrier_F_Kit { quality = 2; price = 10000;sellPrice = 50; };
class Land_Shed_Big_F_Kit { quality = 3; price = 75000;sellPrice = 50; };
class Land_TouristShelter_01_F_Kit { quality = 2; price = 50000;sellPrice = 50; };
class Land_Water_source_F_Kit { quality = 3; price = 100000;sellPrice = 50; };
class Land_Sign_WarningMilitaryVehicles_F_Kit { quality = 2; price = 10000;sellPrice = 50; };
class Land_Sign_WarningMilAreaSmall_F_Kit { quality = 2; price = 10000;sellPrice = 50; };
class Land_Concrete_SmallWall_8m_F_Kit { quality = 2; price = 20000;sellPrice = 50; };
class Land_Concrete_SmallWall_4m_F_Kit { quality = 2; price = 20000;sellPrice = 50; };
///////////////////////// V0.1.7
class Land_PortableLight_double_F_Kit { quality = 2; price = 25000;sellPrice = 50; };
class Land_Radar_Small_F_Kit { quality = 4; price = 150000; sellPrice = 50; };
class Land_Cargo_addon02_V2_F_Kit { quality = 2; price = 20000;sellPrice = 50; }; //Slumplane
class Land_TableDesk_F_Kit { quality = 2; price = 20000;sellPrice = 50; };
class Land_ToiletBox_F_Kit { quality = 2; price = 10000;sellPrice = 50; };
class Land_Pier_Box_F_Kit { quality = 2; price = 500000;sellPrice = 50; };
///////////////////////// V0.1.8
class Land_ChairWood_F_Kit { quality = 2; price = 1000;sellPrice = 50; };
class BlockConcrete_F_Kit { quality = 2; price = 20000;sellPrice = 50; };
class Land_CargoBox_V1_F_Kit { quality = 2; price = 60000;sellPrice = 50; };
class Land_IndFnc_3_F_Kit { quality = 2; price = 10000;sellPrice = 50; };
class Land_IndFnc_9_F_Kit { quality = 2; price = 30000;sellPrice = 50; };
class Land_Sea_Wall_F_Kit { quality = 2; price = 100000;sellPrice = 50; };
class Land_i_Addon_03_V1_F_Kit { quality = 2; price = 50000;sellPrice = 50; }; //Tavern
class Land_i_Addon_03mid_V1_F_Kit { quality = 2; price = 50000;sellPrice = 50; }; //Tavernmiddle
class Land_LampStreet_F_Kit { quality = 2; price = 30000;sellPrice = 50; };
///////////////////////// V0.1.9
class Land_Dome_Big_F_Kit { quality = 3; price = 300000;sellPrice = 50; };
class Land_Hangar_F_Kit { quality = 3; price = 500000;sellPrice = 50; };
class Land_Metal_Shed_F_Kit { quality = 3; price = 30000;sellPrice = 50; };
class Land_spp_Tower_F_Kit { quality = 4; price = 700000;sellPrice = 50; };
class Land_Sun_chair_F_Kit { quality = 2; price = 5000;sellPrice = 50; };
class Land_Sunshade_04_F_Kit { quality = 2; price = 5000;sellPrice = 50; };
class Land_LampShabby_F_Kit { quality = 2; price = 20000;sellPrice = 50; };
///////////////////////// V0.2.0
class Land_Airport_Tower_F_Kit { quality = 4; price = 200000;sellPrice = 50; };
class Land_i_Barracks_V1_F_Kit { quality = 4; price = 250000;sellPrice = 50; };
class Land_BeachBooth_01_F_Kit { quality = 2; price = 10000;sellPrice = 50; };
class Land_Castle_01_tower_F_Kit { quality = 2; price = 100000;sellPrice = 50; };
class Land_Sign_WarningUnexplodedAmmo_F_Kit { quality = 2; price = 1000;sellPrice = 50; };
class Land_TTowerSmall_1_F_Kit { quality = 2; price = 20000;sellPrice = 50; };
///////////////////////// V0.2.1 Hotfix
///////////////////////// V0.2.2
class Exile_Plant_GreenBush_Kit { quality = 2; price = 10000;sellPrice = 50; };
class Land_nav_pier_m_F_Kit { quality = 4; price = 200000;sellPrice = 50; };
class Land_SharpStone_01_F_Kit { quality = 2; price = 26000;sellPrice = 50; };
class Land_SharpStone_02_F_Kit { quality = 2; price = 25000;sellPrice = 50; };
class Land_Sleeping_bag_F_Kit { quality = 2; price = 10000;sellPrice = 50; };
class Land_Small_Stone_02_F_Kit { quality = 2; price = 23000;sellPrice = 50; };
class Land_SolarPanel_2_F_Kit { quality = 2; price = 30000;sellPrice = 50; };
class Land_spp_Panel_F_Kit { quality = 2; price = 35000;sellPrice = 50; };
///////////////////////// V0.2.3
class Land_CampingChair_V2_F_Kit { quality = 2; price = 10000;sellPrice = 50; };
class Land_CampingChair_V1_F_Kit { quality = 2; price = 10000;sellPrice = 50; };
class Land_Camping_Light_F_Kit { quality = 2; price = 10000;sellPrice = 50; };
class Land_CampingTable_F_Kit { quality = 2; price = 10000;sellPrice = 50; };
class MapBoard_altis_F_Kit { quality = 2; price = 8000;sellPrice = 50; };
class Land_Pavement_narrow_F_Kit { quality = 2; price = 5000;sellPrice = 50; };
class Land_Pavement_narrow_corner_F_Kit { quality = 2; price = 5000;sellPrice = 50; };
class Land_Pavement_wide_F_Kit { quality = 2; price = 5000;sellPrice = 50; };
class Land_Pavement_wide_corner_F_Kit { quality = 2; price = 5000;sellPrice = 50; };
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// Cessna (Amphibious) // Cessna (Amphibious)
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -20,148 +20,6 @@
}; };
}; };
class ECBuilding
{
name = "Extended Building Supplies";
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
items[] =
{
"Land_HBarrier_1_F_Kit",
"Land_HBarrier_3_F_Kit",
"Land_HBarrier_5_F_Kit",
"Land_BagBunker_Tower_F_Kit",
"CamoNet_OPFOR_open_F_Kit",
"CamoNet_INDP_open_F_Kit",
"CamoNet_BLUFOR_open_F_Kit",
///////////////////////// V0.0.2
"Land_CncBarrier_F_Kit",
"Land_Stone_4m_F_Kit",
"Land_Stone_Gate_F_Kit",
"PierLadder_F_Kit",
"Land_WaterCooler_01_new_F_Kit",
///////////////////////// V0.0.3
"Land_Pallet_MilBoxes_F_Kit",
"Land_Cargo20_military_green_F_Kit",
"Land_BagFence_Corner_F_Kit",
"Land_BagFence_Long_F_Kit",
"Land_HBarrierTower_F_Kit",
"Land_Metal_wooden_rack_F_Kit",
"Land_BagBunker_Small_F_Kit",
"Land_Bunker_F_Kit",
"Land_HBarrierWall_corner_F_Kit",
"Land_HBarrierWall6_F_Kit",
"Land_HBarrierWall4_F_Kit",
"Land_RampConcrete_F_Kit",
///////////////////////// V0.0.4
"Land_Wall_IndCnc_4_F_Kit",
"Land_City2_4m_F_Kit",
"Land_City2_8m_F_Kit",
"Land_HelipadCivil_F_Kit",
"Land_Rack_F_Kit",
///////////////////////// V0.1.0
"Land_City_Gate_F_Kit",
"Land_BarGate_F_Kit",
"Land_Icebox_F_Kit",
"Land_Sign_WarningMilitaryArea_F_Kit",
"Land_Mil_WallBig_4m_F_Kit",
"Land_Cargo_Patrol_V2_F_Kit",
///////////////////////// V0.1.1
"Land_Pier_small_F_Kit",
"Land_Wall_Tin_4_Kit",
///////////////////////// V0.1.2
"Land_Tank_rust_F_Kit",
"Land_ShelvesMetal_F_Kit",
"Land_Cargo_Tower_V2_F_Kit",
"Land_FuelStation_Feed_F_Kit",
"Land_BagBunker_Large_F_Kit",
"ShootingPos_F_Kit",
///////////////////////// V0.1.3
"Land_cargo_house_slum_F_Kit",
"Land_Cargo40_light_green_F_Kit",
"Land_Cargo_House_V2_F_Kit",
"Land_LampHalogen_F_Kit",
///////////////////////// V0.1.4
"Land_LampAirport_F_Kit",
"Land_CncShelter_F_Kit",
"Land_Wall_IndCnc_2deco_F_Kit",
"Land_CncWall4_F_Kit",
"Land_FuelStation_Shed_F_Kit",
"Land_Shed_Small_F_Kit",
"Land_Razorwire_F_Kit",
///////////////////////// V0.1.5
"Land_u_Addon_01_V1_F_Kit", //brokenshed
"Land_Cargo20_sand_F_Kit",
"Land_GH_Stairs_F_Kit",
"Land_i_Garage_V2_F_Kit",
"Land_GH_Platform_F_Kit",
"Land_TentDome_F_Kit",
"Land_TentHangar_V1_F_Kit",
///////////////////////// V0.1.6
"Land_CncWall1_F_Kit",
"Land_CncBarrierMedium_F_Kit",
"Land_Crash_barrier_F_Kit",
"Land_Shed_Big_F_Kit",
"Land_TouristShelter_01_F_Kit",
"Land_Water_source_F_Kit",
"Land_Sign_WarningMilitaryVehicles_F_Kit",
"Land_Sign_WarningMilAreaSmall_F_Kit",
"Land_Concrete_SmallWall_8m_F_Kit",
"Land_Concrete_SmallWall_4m_F_Kit",
///////////////////////// V0.1.7
"Land_PortableLight_double_F_Kit",
"Land_Radar_Small_F_Kit",
"Land_Cargo_addon02_V2_F_Kit", //Slumplane
"Land_TableDesk_F_Kit",
"Land_ToiletBox_F_Kit",
"Land_Pier_Box_F_Kit",
///////////////////////// V0.1.8
"Land_ChairWood_F_Kit",
"BlockConcrete_F_Kit",
"Land_CargoBox_V1_F_Kit",
"Land_IndFnc_3_F_Kit",
"Land_IndFnc_9_F_Kit",
"Land_Sea_Wall_F_Kit",
"Land_i_Addon_03_V1_F_Kit",
"Land_i_Addon_03mid_V1_F_Kit",
"Land_LampStreet_F_Kit",
///////////////////////// V0.1.9
"Land_Dome_Big_F_Kit",
"Land_Hangar_F_Kit",
"Land_Metal_Shed_F_Kit",
"Land_spp_Tower_F_Kit",
"Land_Sun_chair_F_Kit",
"Land_Sunshade_04_F_Kit",
"Land_LampShabby_F_Kit",
///////////////////////// V0.2.0
"Land_Airport_Tower_F_Kit",
"Land_i_Barracks_V1_F_Kit",
"Land_BeachBooth_01_F_Kit",
"Land_Castle_01_tower_F_Kit",
"Land_Sign_WarningUnexplodedAmmo_F_Kit",
"Land_TTowerSmall_1_F_Kit",
///////////////////////// V0.2.1 Hotfix
///////////////////////// V0.2.2
"Exile_Plant_GreenBush_Kit",
"Land_nav_pier_m_F_Kit",
"Land_SharpStone_01_F_Kit",
"Land_SharpStone_02_F_Kit",
"Land_Sleeping_bag_F_Kit",
"Land_Small_Stone_02_F_Kit",
"Land_SolarPanel_2_F_Kit",
"Land_spp_Panel_F_Kit",
///////////////////////// V0.2.3
"Land_CampingChair_V2_F_Kit",
"Land_CampingChair_V1_F_Kit",
"Land_Camping_Light_F_Kit",
"Land_CampingTable_F_Kit",
"MapBoard_altis_F_Kit",
"Land_Pavement_narrow_F_Kit",
"Land_Pavement_narrow_corner_F_Kit",
"Land_Pavement_wide_F_Kit",
"Land_Pavement_wide_corner_F_Kit"
};
};
class CPlanes class CPlanes
{ {
name = "Custom Planes"; name = "Custom Planes";

View File

@ -21,6 +21,7 @@
"HLCMuzzleAttachments", "HLCMuzzleAttachments",
"CUPMuzzleAttachments", "CUPMuzzleAttachments",
"MASMuzzleAttachments", "MASMuzzleAttachments",
"NIAMuzzleAttachments",
"R3FMuzzleAttachments", "R3FMuzzleAttachments",
"RHSMuzzleAttachments", "RHSMuzzleAttachments",
"OpticAttachments", "OpticAttachments",
@ -28,14 +29,17 @@
"HLCOpticAttachments", "HLCOpticAttachments",
"CUPOpticAttachments", "CUPOpticAttachments",
"MASOpticAttachments", "MASOpticAttachments",
"NIAOpticAttachments",
"R3FOpticAttachments", "R3FOpticAttachments",
"RHSOpticAttachments", "RHSOpticAttachments",
"NIAAttachments",
"Ammunition", "Ammunition",
"APEXAmmunition", "APEXAmmunition",
"GREFAmmunition", "GREFAmmunition",
"HLCAmmunition", "HLCAmmunition",
"CUPAmmunition", "CUPAmmunition",
"MASAmmunition", "MASAmmunition",
"NIAAmmunition",
"R3FAmmunition", "R3FAmmunition",
"RHSAmmunition", "RHSAmmunition",
"Pistols", "Pistols",
@ -55,6 +59,7 @@
"HLCLightMachineGuns", "HLCLightMachineGuns",
"CUPLightMachineGuns", "CUPLightMachineGuns",
"MASLightMachineGuns", "MASLightMachineGuns",
"NIALightMachineGuns",
"R3FLightMachineGuns", "R3FLightMachineGuns",
"RHSLightMachineGuns", "RHSLightMachineGuns",
"AssaultRifles", "AssaultRifles",
@ -63,6 +68,7 @@
"HLCAssaultRifles", "HLCAssaultRifles",
"CUPAssaultRifles", "CUPAssaultRifles",
"MASAssaultRifles", "MASAssaultRifles",
"NIAAssaultRifles",
"R3FAssaultRifles", "R3FAssaultRifles",
"RHSAssaultRifles", "RHSAssaultRifles",
"GREFWeapons", "GREFWeapons",
@ -73,6 +79,7 @@
"HWPweapons", "HWPweapons",
"CUPSniperRifles", "CUPSniperRifles",
"MASSniperRifles", "MASSniperRifles",
"NIASniperRifles",
"R3FSniperRifles", "R3FSniperRifles",
"RHSSniperRifles" "RHSSniperRifles"
}; };
@ -178,6 +185,7 @@
{ {
"Hardware", "Hardware",
//"R3FTools", //"R3FTools",
"ExtendedBaseMod",
"CBuilding" "CBuilding"
}; };
}; };

164
TRADERS/EBM/prices.hpp Normal file
View File

@ -0,0 +1,164 @@
/*Turn the following line on by removing the "//" at the beginning of the line.
But be careful! People who don't have the APEX DLC can not see the Buildings! They can walk through them!!!!*/
//#define USE_APEX_Buildings 1
///////////////////////////////////////////////////////////////////////////////
// Extended Base Mod
//////////////////////////////////////////////////////////////////////////////
class Land_HBarrier_1_F_Kit { quality = 1; price = 5500;sellPrice = 50; };
class Land_HBarrier_3_F_Kit { quality = 1; price = 19000;sellPrice = 50; };
class Land_HBarrier_5_F_Kit { quality = 1; price = 40000;sellPrice = 50; };
class Land_BagBunker_Tower_F_Kit { quality = 1; price = 100000;sellPrice = 50; };
class CamoNet_OPFOR_open_F_Kit { quality = 1; price = 1000; sellPrice = 50; };
class CamoNet_INDP_open_F_Kit { quality = 1; price = 1000;sellPrice = 50; };
class CamoNet_BLUFOR_open_F_Kit { quality = 1; price = 1000;sellPrice = 50; };
///////////////////////// V0.0.2
class Land_CncBarrier_F_Kit { quality = 1; price = 7500;sellPrice = 50; };
class Land_Stone_4m_F_Kit { quality = 1; price = 15000;sellPrice = 50; };
class Land_Stone_Gate_F_Kit { quality = 1; price = 15000;sellPrice = 50; };
class PierLadder_F_Kit { quality = 1; price = 75000;sellPrice = 50; };
class Land_WaterCooler_01_new_F_Kit { quality = 1; price = 180000;sellPrice = 50; };
///////////////////////// V0.0.3
class Land_Pallet_MilBoxes_F_Kit { quality = 1; price = 39990;sellPrice = 50; };
class Land_Cargo20_military_green_F_Kit { quality = 1; price = 50000;sellPrice = 50; };
class Land_BagFence_Corner_F_Kit { quality = 1; price = 10000;sellPrice = 50; };
class Land_BagFence_Long_F_Kit { quality = 1; price = 10000;sellPrice = 50; };
class Land_HBarrierTower_F_Kit { quality = 1; price = 75000;sellPrice = 50; };
class Land_Metal_wooden_rack_F_Kit { quality = 1; price = 38000;sellPrice = 50; };
class Land_BagBunker_Small_F_Kit { quality = 1; price = 65000;sellPrice = 50; };
class Land_Bunker_F_Kit { quality = 1; price = 750000;sellPrice = 50; };
class Land_HBarrierWall_corner_F_Kit { quality = 1; price = 50000;sellPrice = 50; };
class Land_HBarrierWall6_F_Kit { quality = 1; price = 60000;sellPrice = 50; };
class Land_HBarrierWall4_F_Kit { quality = 1; price = 35000;sellPrice = 50; };
class Land_RampConcrete_F_Kit { quality = 1; price = 55000;sellPrice = 50; };
///////////////////////// V0.0.4
class Land_Wall_IndCnc_4_F_Kit { quality = 1; price = 50000;sellPrice = 50; };
class Land_City2_4m_F_Kit { quality = 1; price = 60000;sellPrice = 50; };
class Land_City2_8m_F_Kit { quality = 1; price = 60000;sellPrice = 50; };
class Land_HelipadCivil_F_Kit { quality = 1; price = 100000;sellPrice = 50; };
class Land_Rack_F_Kit { quality = 1; price = 35000;sellPrice = 50; };
///////////////////////// V0.1.0
class Land_City_Gate_F_Kit { quality = 1; price = 20000;sellPrice = 50; };
class Land_BarGate_F_Kit { quality = 1; price = 20000;sellPrice = 50; };
class Land_Icebox_F_Kit { quality = 1; price = 45000;sellPrice = 50; };
class Land_Sign_WarningMilitaryArea_F_Kit { quality = 1; price = 1000;sellPrice = 50; };
class Land_Mil_WallBig_4m_F_Kit { quality = 1; price = 60000;sellPrice = 50; };
class Land_Cargo_Patrol_V2_F_Kit { quality = 1; price = 185000;sellPrice = 50; };
///////////////////////// V0.1.1
class Land_Pier_small_F_Kit { quality = 1; price = 75000;sellPrice = 50; };
class Land_Wall_Tin_4_Kit { quality = 1; price = 50000;sellPrice = 50; };
///////////////////////// V0.1.2
class Land_Tank_rust_F_Kit { quality = 1; price = 50000;sellPrice = 50; };
class Land_ShelvesMetal_F_Kit { quality = 1; price = 50000;sellPrice = 50; };
class Land_Cargo_Tower_V2_F_Kit { quality = 1; price = 750000;sellPrice = 50; };
class Land_FuelStation_Feed_F_Kit { quality = 1; price = 220000;sellPrice = 50; };
class Land_BagBunker_Large_F_Kit { quality = 1; price = 100000;sellPrice = 50; };
class ShootingPos_F_Kit { quality = 1; price = 1000;sellPrice = 50; };
///////////////////////// V0.1.3
class Land_cargo_house_slum_F_Kit { quality = 1; price = 25000;sellPrice = 50; };
class Land_Cargo40_light_green_F_Kit { quality = 1; price = 130000;sellPrice = 50; };
class Land_Cargo_House_V2_F_Kit { quality = 1; price = 200000;sellPrice = 50; };
class Land_LampHalogen_F_Kit { quality = 1; price = 65200;sellPrice = 50; };
///////////////////////// V0.1.4
class Land_LampAirport_F_Kit { quality = 1; price = 85600;sellPrice = 50; };
class Land_CncShelter_F_Kit { quality = 1; price = 40000;sellPrice = 50; };
class Land_Wall_IndCnc_2deco_F_Kit { quality = 1; price = 60000;sellPrice = 50; };
class Land_CncWall4_F_Kit { quality = 1; price = 60000;sellPrice = 50; };
class Land_FuelStation_Shed_F_Kit { quality = 1; price = 65000;sellPrice = 50; };
class Land_Shed_Small_F_Kit { quality = 1; price = 100000;sellPrice = 50; };
class Land_Razorwire_F_Kit { quality = 1; price = 5000;sellPrice = 50; };
///////////////////////// V0.1.5
class Land_u_Addon_01_V1_F_Kit { quality = 1; price = 50000;sellPrice = 50; }; //brokenshed
class Land_Cargo20_sand_F_Kit { quality = 1; price = 80000;sellPrice = 50; };
class Land_GH_Stairs_F_Kit { quality = 1; price = 50000;sellPrice = 50; };
class Land_i_Garage_V2_F_Kit { quality = 1; price = 125000;sellPrice = 50; };
class Land_GH_Platform_F_Kit { quality = 1; price = 50000;sellPrice = 50; };
class Land_TentDome_F_Kit { quality = 1; price = 1000;sellPrice = 50; };
class Land_TentHangar_V1_F_Kit { quality = 1; price = 350000;sellPrice = 50; };
///////////////////////// V0.1.6
class Land_CncWall1_F_Kit { quality = 1; price = 15000;sellPrice = 50; };
class Land_CncBarrierMedium_F_Kit { quality = 1; price = 15000;sellPrice = 50; };
class Land_Crash_barrier_F_Kit { quality = 1; price = 10000;sellPrice = 50; };
class Land_Shed_Big_F_Kit { quality = 1; price = 75000;sellPrice = 50; };
class Land_TouristShelter_01_F_Kit { quality = 1; price = 50000;sellPrice = 50; };
class Land_Water_source_F_Kit { quality = 1; price = 100000;sellPrice = 50; };
class Land_Sign_WarningMilitaryVehicles_F_Kit { quality = 1; price = 10000;sellPrice = 50; };
class Land_Sign_WarningMilAreaSmall_F_Kit { quality = 1; price = 10000;sellPrice = 50; };
class Land_Concrete_SmallWall_8m_F_Kit { quality = 1; price = 20000;sellPrice = 50; };
class Land_Concrete_SmallWall_4m_F_Kit { quality = 1; price = 20000;sellPrice = 50; };
///////////////////////// V0.1.7
class Land_PortableLight_double_F_Kit { quality = 1; price = 25000;sellPrice = 50; };
class Land_Radar_Small_F_Kit { quality = 1; price = 150000; sellPrice = 50; };
class Land_Cargo_addon02_V2_F_Kit { quality = 1; price = 20000;sellPrice = 50; }; //Slumplane
class Land_TableDesk_F_Kit { quality = 1; price = 20000;sellPrice = 50; };
class Land_ToiletBox_F_Kit { quality = 1; price = 10000;sellPrice = 50; };
class Land_Pier_Box_F_Kit { quality = 1; price = 500000;sellPrice = 50; };
///////////////////////// V0.1.8
class Land_ChairWood_F_Kit { quality = 1; price = 1000;sellPrice = 50; };
class BlockConcrete_F_Kit { quality = 1; price = 20000;sellPrice = 50; };
class Land_CargoBox_V1_F_Kit { quality = 1; price = 60000;sellPrice = 50; };
class Land_IndFnc_3_F_Kit { quality = 1; price = 10000;sellPrice = 50; };
class Land_IndFnc_9_F_Kit { quality = 1; price = 30000;sellPrice = 50; };
class Land_Sea_Wall_F_Kit { quality = 1; price = 100000;sellPrice = 50; };
class Land_i_Addon_03_V1_F_Kit { quality = 1; price = 50000;sellPrice = 50; }; //Tavern
class Land_i_Addon_03mid_V1_F_Kit { quality = 1; price = 50000;sellPrice = 50; }; //Tavernmiddle
class Land_LampStreet_F_Kit { quality = 1; price = 30000;sellPrice = 50; };
///////////////////////// V0.1.9
class Land_Dome_Big_F_Kit { quality = 1; price = 300000;sellPrice = 50; };
class Land_Hangar_F_Kit { quality = 1; price = 500000;sellPrice = 50; };
class Land_Metal_Shed_F_Kit { quality = 1; price = 30000;sellPrice = 50; };
class Land_spp_Tower_F_Kit { quality = 1; price = 700000;sellPrice = 50; };
class Land_Sun_chair_F_Kit { quality = 1; price = 5000;sellPrice = 50; };
class Land_Sunshade_04_F_Kit { quality = 1; price = 5000;sellPrice = 50; };
class Land_LampShabby_F_Kit { quality = 1; price = 20000;sellPrice = 50; };
///////////////////////// V0.2.0
class Land_Airport_Tower_F_Kit { quality = 1; price = 200000;sellPrice = 50; };
class Land_i_Barracks_V1_F_Kit { quality = 1; price = 250000;sellPrice = 50; };
class Land_BeachBooth_01_F_Kit { quality = 1; price = 10000;sellPrice = 50; };
class Land_Castle_01_tower_F_Kit { quality = 1; price = 100000;sellPrice = 50; };
class Land_Sign_WarningUnexplodedAmmo_F_Kit { quality = 1; price = 1000;sellPrice = 50; };
class Land_TTowerSmall_1_F_Kit { quality = 1; price = 20000;sellPrice = 50; };
///////////////////////// V0.2.1 Hotfix
///////////////////////// V0.2.2
class Exile_Plant_GreenBush_Kit { quality = 1; price = 10000;sellPrice = 50; };
class Land_nav_pier_m_F_Kit { quality = 1; price = 200000;sellPrice = 50; };
class Land_SharpStone_01_F_Kit { quality = 1; price = 26000;sellPrice = 50; };
class Land_SharpStone_02_F_Kit { quality = 1; price = 25000;sellPrice = 50; };
class Land_Sleeping_bag_F_Kit { quality = 1; price = 10000;sellPrice = 50; };
class Land_Small_Stone_02_F_Kit { quality = 1; price = 23000;sellPrice = 50; };
class Land_SolarPanel_2_F_Kit { quality = 1; price = 30000;sellPrice = 50; };
class Land_spp_Panel_F_Kit { quality = 1; price = 35000;sellPrice = 50; };
///////////////////////// V0.2.3
class Land_CampingChair_V2_F_Kit { quality = 1; price = 10000;sellPrice = 50; };
class Land_CampingChair_V1_F_Kit { quality = 1; price = 10000;sellPrice = 50; };
class Land_Camping_Light_F_Kit { quality = 1; price = 10000;sellPrice = 50; };
class Land_CampingTable_F_Kit { quality = 1; price = 10000;sellPrice = 50; };
class MapBoard_altis_F_Kit { quality = 1; price = 8000;sellPrice = 50; };
class Land_Pavement_narrow_F_Kit { quality = 1; price = 5000;sellPrice = 50; };
class Land_Pavement_narrow_corner_F_Kit { quality = 1; price = 5000;sellPrice = 50; };
class Land_Pavement_wide_F_Kit { quality = 1; price = 5000;sellPrice = 50; };
class Land_Pavement_wide_corner_F_Kit { quality = 1; price = 5000;sellPrice = 50; };
///////////////////////// V0.2.4
class Exile_ConcreteMixer_Kit { quality = 6; price = 500000;sellPrice = 50; };
class Flag_CSAT_F_Kit { quality = 1; price = 5000;sellPrice = 50; };
class Land_GarbageContainer_closed_F_Kit { quality = 3; price = 3000;sellPrice = 50; };
class Land_Metal_rack_F_Kit { quality = 1; price = 50000;sellPrice = 50; };
class Land_Sink_F_Kit { quality = 2; price = 27000;sellPrice = 50; };
///////////////////////// V0.2.5
class Land_Atm_02_F_Kit { quality = 6; price = 100000;sellPrice = 50; };
///////////////////////// V0.2.6
#ifdef USE_APEX_Buildings
class Land_PillboxBunker_01_big_F_Kit { quality = 6; price = 150000;sellPrice = 50; };
class Land_BagBunker_01_small_green_F_Kit { quality = 3; price = 75000;sellPrice = 50; };
class Land_PillboxBunker_01_rectangle_F_Kit { quality = 6; price = 120000;sellPrice = 50; };
class Land_PillboxBunker_01_hex_F_Kit { quality = 6; price = 110000;sellPrice = 50; };
class Land_PillboxWall_01_3m_F_Kit { quality = 4; price = 6000;sellPrice = 50; };
class Land_PillboxWall_01_6m_F_Kit { quality = 4; price = 10000;sellPrice = 50; };
class Land_Airport_01_controlTower_F_Kit { quality = 5; price = 60000;sellPrice = 50; };
class Land_HBarrier_01_line_3_green_F_Kit { quality = 2; price = 6000;sellPrice = 50; };
class Land_HBarrier_01_line_5_green_F_Kit { quality = 2; price = 8000;sellPrice = 50; };
class Land_HBarrier_01_big_tower_green_F_Kit { quality = 4; price = 50000;sellPrice = 50; };
class Land_trench_01_forest_F_Kit { quality = 3; price = 9500;sellPrice = 50; };
class Land_trench_01_grass_F_Kit { quality = 3; price = 9500;sellPrice = 50; };
#endif

169
TRADERS/EBM/traders.hpp Normal file
View File

@ -0,0 +1,169 @@
/*Turn APEX Buildings on by removing the "//" at the beginning of the line.
But be careful! People who don't have the APEX DLC can not see the Buildings! They can walk through them!!!!*/
//#define USE_APEX_Buildings 1
class ExtendedBaseMod
{
name = "ExtendedBaseMod";
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
items[] =
{
"Land_HBarrier_1_F_Kit",
"Land_HBarrier_3_F_Kit",
"Land_HBarrier_5_F_Kit",
"Land_BagBunker_Tower_F_Kit",
"CamoNet_OPFOR_open_F_Kit",
"CamoNet_INDP_open_F_Kit",
"CamoNet_BLUFOR_open_F_Kit",
///////////////////////// V0.0.2
"Land_CncBarrier_F_Kit",
"Land_Stone_4m_F_Kit",
"Land_Stone_Gate_F_Kit",
"PierLadder_F_Kit",
"Land_WaterCooler_01_new_F_Kit",
///////////////////////// V0.0.3
"Land_Pallet_MilBoxes_F_Kit",
"Land_Cargo20_military_green_F_Kit",
"Land_BagFence_Corner_F_Kit",
"Land_BagFence_Long_F_Kit",
"Land_HBarrierTower_F_Kit",
"Land_Metal_wooden_rack_F_Kit",
"Land_BagBunker_Small_F_Kit",
"Land_Bunker_F_Kit",
"Land_HBarrierWall_corner_F_Kit",
"Land_HBarrierWall6_F_Kit",
"Land_HBarrierWall4_F_Kit",
"Land_RampConcrete_F_Kit",
///////////////////////// V0.0.4
"Land_Wall_IndCnc_4_F_Kit",
"Land_City2_4m_F_Kit",
"Land_City2_8m_F_Kit",
"Land_HelipadCivil_F_Kit",
"Land_Rack_F_Kit",
///////////////////////// V0.1.0
"Land_City_Gate_F_Kit",
"Land_BarGate_F_Kit",
"Land_Icebox_F_Kit",
"Land_Sign_WarningMilitaryArea_F_Kit",
"Land_Mil_WallBig_4m_F_Kit",
"Land_Cargo_Patrol_V2_F_Kit",
///////////////////////// V0.1.1
"Land_Pier_small_F_Kit",
"Land_Wall_Tin_4_Kit",
///////////////////////// V0.1.2
"Land_Tank_rust_F_Kit",
"Land_ShelvesMetal_F_Kit",
"Land_Cargo_Tower_V2_F_Kit",
"Land_FuelStation_Feed_F_Kit",
"Land_BagBunker_Large_F_Kit",
"ShootingPos_F_Kit",
///////////////////////// V0.1.3
"Land_cargo_house_slum_F_Kit",
"Land_Cargo40_light_green_F_Kit",
"Land_Cargo_House_V2_F_Kit",
"Land_LampHalogen_F_Kit",
///////////////////////// V0.1.4
"Land_LampAirport_F_Kit",
"Land_CncShelter_F_Kit",
"Land_Wall_IndCnc_2deco_F_Kit",
"Land_CncWall4_F_Kit",
"Land_FuelStation_Shed_F_Kit",
"Land_Shed_Small_F_Kit",
"Land_Razorwire_F_Kit",
///////////////////////// V0.1.5
"Land_u_Addon_01_V1_F_Kit", //brokenshed
"Land_Cargo20_sand_F_Kit",
"Land_GH_Stairs_F_Kit",
"Land_i_Garage_V2_F_Kit",
"Land_GH_Platform_F_Kit",
"Land_TentDome_F_Kit",
"Land_TentHangar_V1_F_Kit",
///////////////////////// V0.1.6
"Land_CncWall1_F_Kit",
"Land_CncBarrierMedium_F_Kit",
"Land_Crash_barrier_F_Kit",
"Land_Shed_Big_F_Kit",
"Land_TouristShelter_01_F_Kit",
"Land_Water_source_F_Kit",
"Land_Sign_WarningMilitaryVehicles_F_Kit",
"Land_Sign_WarningMilAreaSmall_F_Kit",
"Land_Concrete_SmallWall_8m_F_Kit",
"Land_Concrete_SmallWall_4m_F_Kit",
///////////////////////// V0.1.7
"Land_PortableLight_double_F_Kit",
"Land_Radar_Small_F_Kit",
"Land_Cargo_addon02_V2_F_Kit", //Slumplane
"Land_TableDesk_F_Kit",
"Land_ToiletBox_F_Kit",
"Land_Pier_Box_F_Kit",
///////////////////////// V0.1.8
"Land_ChairWood_F_Kit",
"BlockConcrete_F_Kit",
"Land_CargoBox_V1_F_Kit",
"Land_IndFnc_3_F_Kit",
"Land_IndFnc_9_F_Kit",
"Land_Sea_Wall_F_Kit",
"Land_i_Addon_03_V1_F_Kit",
"Land_i_Addon_03mid_V1_F_Kit",
"Land_LampStreet_F_Kit",
///////////////////////// V0.1.9
"Land_Dome_Big_F_Kit",
"Land_Hangar_F_Kit",
"Land_Metal_Shed_F_Kit",
"Land_spp_Tower_F_Kit",
"Land_Sun_chair_F_Kit",
"Land_Sunshade_04_F_Kit",
"Land_LampShabby_F_Kit",
///////////////////////// V0.2.0
"Land_Airport_Tower_F_Kit",
"Land_i_Barracks_V1_F_Kit",
"Land_BeachBooth_01_F_Kit",
"Land_Castle_01_tower_F_Kit",
"Land_Sign_WarningUnexplodedAmmo_F_Kit",
"Land_TTowerSmall_1_F_Kit",
///////////////////////// V0.2.1 Hotfix
///////////////////////// V0.2.2
"Exile_Plant_GreenBush_Kit",
"Land_nav_pier_m_F_Kit",
"Land_SharpStone_01_F_Kit",
"Land_SharpStone_02_F_Kit",
"Land_Sleeping_bag_F_Kit",
"Land_Small_Stone_02_F_Kit",
"Land_SolarPanel_2_F_Kit",
"Land_spp_Panel_F_Kit",
///////////////////////// V0.2.3
"Land_CampingChair_V2_F_Kit",
"Land_CampingChair_V1_F_Kit",
"Land_Camping_Light_F_Kit",
"Land_CampingTable_F_Kit",
"MapBoard_altis_F_Kit",
"Land_Pavement_narrow_F_Kit",
"Land_Pavement_narrow_corner_F_Kit",
"Land_Pavement_wide_F_Kit",
"Land_Pavement_wide_corner_F_Kit",
///////////////////////// V0.2.4
"Exile_ConcreteMixer_Kit",
"Flag_CSAT_F_Kit",
"Land_GarbageContainer_closed_F_Kit",
"Land_Metal_rack_F_Kit",
"Land_Sink_F_Kit",
///////////////////////// V0.2.5
"Land_Atm_02_F_Kit",
///////////////////////// V0.2.6
#ifdef USE_APEX_Buildings
"Land_PillboxBunker_01_big_F_Kit",
"Land_BagBunker_01_small_green_F_Kit",
"Land_PillboxBunker_01_rectangle_F_Kit",
"Land_PillboxBunker_01_hex_F_Kit",
"Land_PillboxWall_01_3m_F_Kit",
"Land_PillboxWall_01_6m_F_Kit",
"Land_Airport_01_controlTower_F_Kit",
"Land_HBarrier_01_line_3_green_F_Kit",
"Land_HBarrier_01_line_5_green_F_Kit",
"Land_HBarrier_01_big_tower_green_F_Kit",
"Land_trench_01_forest_F_Kit",
"Land_trench_01_grass_F_Kit",
#endif
};
};

View File

@ -5,6 +5,9 @@ If you use then you should consider sharing any further development, bug fixes o
This file does not include how to install mods or add to loot tables as that is already well documented. This file does not include how to install mods or add to loot tables as that is already well documented.
ned ned
*** Update v5.5 ***
Removed ExtendedBaseMod from custom to its own mod folder.
*** Update v5.4 *** *** Update v5.4 ***
Added NIArms mod - Thanks to Tobias Solem for the help Added NIArms mod - Thanks to Tobias Solem for the help
@ -55,6 +58,7 @@ class CfgExileArsenal
#include "TRADERS\ARMA3W\ItemListARMA3W.hpp" #include "TRADERS\ARMA3W\ItemListARMA3W.hpp"
#include "TRADERS\CUPW\ItemListCUPW.hpp" #include "TRADERS\CUPW\ItemListCUPW.hpp"
#include "TRADERS\CUPV\ItemListCUPV.hpp" #include "TRADERS\CUPV\ItemListCUPV.hpp"
#include "TRADERS\EBM\prices.hpp"
#include "TRADERS\HAP\ItemListHAP.hpp" #include "TRADERS\HAP\ItemListHAP.hpp"
#include "TRADERS\HLC\ItemListHLC.hpp" #include "TRADERS\HLC\ItemListHLC.hpp"
#include "TRADERS\HVP\ItemListHVP.hpp" #include "TRADERS\HVP\ItemListHVP.hpp"
@ -84,6 +88,7 @@ class CfgTraderCategories
#include "TRADERS\ARMA3W\TraderCategoriesARMA3W.hpp" #include "TRADERS\ARMA3W\TraderCategoriesARMA3W.hpp"
#include "TRADERS\CUPW\TraderCategoriesCUPW.hpp" #include "TRADERS\CUPW\TraderCategoriesCUPW.hpp"
#include "TRADERS\CUPV\TraderCategoriesCUPV.hpp" #include "TRADERS\CUPV\TraderCategoriesCUPV.hpp"
#include "TRADERS\EBM\traders.hpp"
#include "TRADERS\HAP\TraderCategoriesHAP.hpp" #include "TRADERS\HAP\TraderCategoriesHAP.hpp"
#include "TRADERS\HLC\TraderCategoriesHLC.hpp" #include "TRADERS\HLC\TraderCategoriesHLC.hpp"
#include "TRADERS\HVP\TraderCategoriesHVP.hpp" #include "TRADERS\HVP\TraderCategoriesHVP.hpp"
@ -306,6 +311,7 @@ class CfgTraders
{ {
"Hardware", "Hardware",
//"R3FTools", //"R3FTools",
"ExtendedBaseMod",
"CBuilding" "CBuilding"
}; };
}; };

View File

@ -173,6 +173,7 @@ APEXHeadgear
Hardware Hardware
----------- building supplies ---------- ----------- building supplies ----------
CBuilding CBuilding
ExtendedBaseMod
----------- food ---------- ----------- food ----------
Food Food

View File

@ -1,6 +0,0 @@
///////////////////////////////////////////////////////////////////////////////
// cfgTraders [CiC]red_ned http://cic-gaming.co.uk
// Comment out or delete what you dont have installed and replace in config and repack mission pbo
// Leaving out classes from these traders allows things to be sold to trader but not bought.
///////////////////////////////////////////////////////////////////////////////