modified a3xai, a3_dms, occupation. Added Xm8 server side pbos (exad*.pbo). Set server to restart every 6
hours. Added @ASR_AI3 and @CBA_A3. Modified start.bat to account for new mods. Added Traders customizations. Added custom recipies.
This commit is contained in:
parent
0aa3abb8e3
commit
e542747070
Binary file not shown.
@ -113,7 +113,7 @@ class CfgA3XAISettings {
|
||||
side = EAST;
|
||||
|
||||
//Number of online players required for maximum (or minimum) AI spawn chance. Affects Static, Dynamic, Random AI spawns. (Default: 10)
|
||||
playerCountThreshold = 10;
|
||||
playerCountThreshold = 1;
|
||||
|
||||
//1: Spawn chance multiplier scales upwards from value defined by chanceScalingThreshold to 1.00. 0: Spawn chance multiplier scales downwards from 1.00 to chanceScalingThreshold.
|
||||
upwardsChanceScaling = 0;
|
||||
@ -123,31 +123,31 @@ class CfgA3XAISettings {
|
||||
|
||||
//(Static/Dynamic/Random Spawns) minAI: Minimum number of units. addAI: maximum number of additional units. unitLevel: Unit level (0-3)
|
||||
minAI_village = 1;
|
||||
addAI_village = 1;
|
||||
addAI_village = 3;
|
||||
unitLevel_village = 0;
|
||||
spawnChance_village = 0.40;
|
||||
|
||||
//(Static/Dynamic/Random Spawns) minAI: Minimum number of units. addAI: maximum number of additional units. unitLevel: Unit level (0-3)
|
||||
minAI_city = 1;
|
||||
addAI_city = 2;
|
||||
minAI_city = 2;
|
||||
addAI_city = 5;
|
||||
unitLevel_city = 1;
|
||||
spawnChance_city = 0.60;
|
||||
|
||||
//(Static/Dynamic/Random Spawns) minAI: Minimum number of units. addAI: maximum number of additional units. unitLevel: Unit level (0-3)
|
||||
minAI_capitalCity = 2;
|
||||
addAI_capitalCity = 1;
|
||||
minAI_capitalCity = 3;
|
||||
addAI_capitalCity = 6;
|
||||
unitLevel_capitalCity = 1;
|
||||
spawnChance_capitalCity = 0.70;
|
||||
|
||||
//(Static/Dynamic/Random Spawns) minAI: Minimum number of units. addAI: maximum number of additional units. unitLevel: Unit level (0-3)
|
||||
minAI_remoteArea = 1;
|
||||
addAI_remoteArea = 2;
|
||||
addAI_remoteArea = 3;
|
||||
unitLevel_remoteArea = 2;
|
||||
spawnChance_remoteArea = 0.80;
|
||||
|
||||
//(Static/Dynamic/Random Spawns) minAI: Minimum number of units. addAI: maximum number of additional units. unitLevel: Unit level (0-3)
|
||||
minAI_wilderness = 1;
|
||||
addAI_wilderness = 2;
|
||||
addAI_wilderness = 3;
|
||||
unitLevel_wilderness = 1;
|
||||
spawnChance_wilderness = 0.50;
|
||||
|
||||
@ -251,7 +251,7 @@ class CfgA3XAISettings {
|
||||
despawnRandomSpawnTime = 120;
|
||||
|
||||
//Minimum distance between a random spawn location and other random spawns. (Default: 0)
|
||||
distanceBetweenRandomSpawns = 0;
|
||||
distanceBetweenRandomSpawns = 100;
|
||||
|
||||
|
||||
/* Shared AI Vehicle Settings
|
||||
@ -280,7 +280,7 @@ class CfgA3XAISettings {
|
||||
--------------------------------------------------------------------------------------------------------------------*/
|
||||
|
||||
//Global maximum number of active AI air vehicle patrols. Set at 0 to disable (Default: 0).
|
||||
maxAirPatrols = 3;
|
||||
maxAirPatrols = 2;
|
||||
|
||||
//Probability of spawning Level 0/1/2/3 AI air vehicle patrol spawns. Probabilities should add up to 1.00
|
||||
levelChancesAir[] = {0.00,0.50,0.35,0.15};
|
||||
@ -291,8 +291,8 @@ class CfgA3XAISettings {
|
||||
|
||||
//Classnames of air vehicle types to use, with the maximum amount of each type to spawn.
|
||||
airVehicleList[] = {
|
||||
{"B_Heli_Light_01_armed_F",5},
|
||||
{"B_Heli_Transport_01_F",5},
|
||||
{"B_Heli_Light_01_armed_F",2},
|
||||
{"B_Heli_Transport_01_F",2},
|
||||
{"B_Heli_Transport_03_F",2}
|
||||
};
|
||||
|
||||
|
Binary file not shown.
@ -431,7 +431,7 @@ DMS_SpawnMissions_Scheduled = false; // Whether or not to spawn missions in a sc
|
||||
|
||||
DMS_clear_AI_body = false; // Clear AI body as soon as they die
|
||||
DMS_clear_AI_body_chance = 50; // Percentage chance that AI bodies will be cleared when they die
|
||||
DMS_ai_disable_ramming_damage = true; // Disables damage due to ramming into AI. !!!NOTE: THIS WILL NOT BE RELIABLE WITH "DMS_ai_offload_to_client"!!!
|
||||
DMS_ai_disable_ramming_damage = false; // Disables damage due to ramming into AI. !!!NOTE: THIS WILL NOT BE RELIABLE WITH "DMS_ai_offload_to_client"!!!
|
||||
DMS_remove_roadkill = false; // Remove gear from AI bodies that are roadkilled
|
||||
DMS_remove_roadkill_chance = 50; // Percentage chance that roadkilled AI bodies will be deleted
|
||||
DMS_explode_onRoadkill = false; // Whether or not to spawn an explosion when an AI gets run over. It will likely take out the 2 front wheels. Should help mitigate the ineffective AI vs. striders issue ;)
|
||||
|
Binary file not shown.
@ -144,7 +144,7 @@ SC_occupyLootCratesLocations = [
|
||||
];
|
||||
SC_SpawnLootCrateGuards = true; // true if you want to enable AI guards
|
||||
SC_numberofLootCrates = 6; // if SC_occupyLootCrates = true spawn this many loot crates (overrided below for Namalsk)
|
||||
SC_LootCrateGuards = 2; // number of AI to spawn at each crate
|
||||
SC_LootCrateGuards = 3; // number of AI to spawn at each crate
|
||||
SC_LootCrateGuardsRandomize = true; // Use a random number of guards up to a maximum = SC_LootCrateGuards (so between 1 and SC_LootCrateGuards)
|
||||
SC_occupyLootCratesMarkers = true; // true if you want to have markers on the loot crate spawns
|
||||
|
||||
|
BIN
@ExileServer/addons/exad_core.pbo
Normal file
BIN
@ExileServer/addons/exad_core.pbo
Normal file
Binary file not shown.
BIN
@ExileServer/addons/exad_dv.pbo
Normal file
BIN
@ExileServer/addons/exad_dv.pbo
Normal file
Binary file not shown.
BIN
@ExileServer/addons/exad_vg.pbo
Normal file
BIN
@ExileServer/addons/exad_vg.pbo
Normal file
Binary file not shown.
Binary file not shown.
@ -4120,21 +4120,21 @@ class CfgSettings
|
||||
// Dropped items without fissix
|
||||
class GroundWeaponHolder
|
||||
{
|
||||
lifeTime = 30;
|
||||
lifeTime = 60;
|
||||
interval = 5;
|
||||
};
|
||||
|
||||
// Dropped items with fissix
|
||||
class WeaponHolderSimulated
|
||||
{
|
||||
lifeTime = 30;
|
||||
lifeTime = 60;
|
||||
interval = 5;
|
||||
};
|
||||
|
||||
// Corpses and wrecks
|
||||
class AllDead
|
||||
{
|
||||
lifeTime = 30;
|
||||
lifeTime = 60;
|
||||
interval = 5;
|
||||
};
|
||||
|
||||
@ -4598,7 +4598,7 @@ class CfgSettings
|
||||
a keyframe randomly to simulate the weather. It will change the weather-keyframes
|
||||
based on the following interval
|
||||
*/
|
||||
interval = 30;
|
||||
interval = 0;
|
||||
|
||||
/*
|
||||
Add the keyframes here. The server will pick one random, so if you want one
|
||||
@ -4703,7 +4703,7 @@ class CfgSettings
|
||||
{4, 0} = Every 4 hours
|
||||
{1, 30} = Every one and a half hour (who the hell would do this?)
|
||||
*/
|
||||
restartTimer[] = {4, 0};
|
||||
restartTimer[] = {6, 0};
|
||||
|
||||
/*
|
||||
Kicks players before restart to prevent gear loss.
|
||||
|
@ -718,4 +718,40 @@ OUTPUT = 1
|
||||
SQL1_1 = SELECT whitelisted FROM account WHERE uid = ?
|
||||
Number Of Inputs = 1
|
||||
SQL1_INPUTS = 1
|
||||
OUTPUT = 1
|
||||
OUTPUT = 1
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; PTWS
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
[isKnownPTWSID]
|
||||
SQL1_1 = SELECT CASE WHEN EXISTS(SELECT DateID FROM ptws WHERE DateID = ?) THEN 'true' ELSE 'false' END
|
||||
Number Of Inputs = 1
|
||||
SQL1_INPUTS = 1
|
||||
OUTPUT = 1
|
||||
|
||||
[createDate]
|
||||
SQL1_1 = INSERT INTO ptws SET DateID = ?
|
||||
Number Of Inputs = 1
|
||||
SQL1_INPUTS = 1
|
||||
|
||||
[getDate]
|
||||
SQL1_1 = SELECT date FROM ptws WHERE DateID = ?
|
||||
Number of Inputs = 1
|
||||
SQL1_INPUTS = 1
|
||||
OUTPUT = 1
|
||||
|
||||
[getWeather]
|
||||
SQL1_1 = SELECT weather FROM ptws WHERE DateID = ?
|
||||
Number of Inputs = 1
|
||||
SQL1_INPUTS = 1
|
||||
OUTPUT = 1
|
||||
|
||||
[setDate]
|
||||
SQL1_1= UPDATE ptws SET date = ? WHERE DateID = ?
|
||||
Number of Inputs = 2
|
||||
SQL1_INPUTS = 1,2
|
||||
|
||||
[setWeather]
|
||||
SQL1_1= UPDATE ptws SET weather = ? WHERE DateID = ?
|
||||
Number of Inputs = 2
|
||||
SQL1_INPUTS = 1,2
|
@ -8,8 +8,8 @@ echo Launching Server
|
||||
F:
|
||||
cd %ARMA%
|
||||
echo Exile Server Monitor... Active !
|
||||
start "Arma3" arma3server_SC.exe "-mod=@exile;Kart;Mark;Heli;" "-servermod=@exileserver;@asm;@marma;@A3XAI;" -config=%ARMA%\@ExileServer\config.cfg -port=2302 -profiles=SC -cfg=%ARMA%\@ExileServer\basic.cfg -name=SC -autoinit -Loadmissiontomemory -hugepages
|
||||
start "Arma3_HC" arma3server_HC.exe -client -connect=127.0.0.1 -password=joejer "-mod=@exile;Kart;Mark;Heli;@A3XAI_HC;@asm;" -profiles=HC -name=HC
|
||||
start /affinity 0x3 /abovenormal "Arma3" arma3server_SC.exe "-mod=@exile;Kart;Mark;Heli;@lsd_nvg;@CBA_A3;" "-servermod=@exileserver;@asm;@marma;@A3XAI;@ASR_AI3;" -config=%ARMA%\@ExileServer\config.cfg -port=2302 -profiles=SC -cfg=%ARMA%\@ExileServer\basic.cfg -name=SC -autoinit -Loadmissiontomemory -hugepages
|
||||
start /affinity 0xC /abovenormal "Arma3_HC" arma3server_HC.exe -client -connect=127.0.0.1 -password=joejer "-mod=@exile;Kart;Mark;Heli;@A3XAI_HC;@asm;@ASR_AI3;@CBA_A3;" -profiles=HC -name=HC
|
||||
|
||||
REM ping 127.0.0.1 -n 15 >NUL
|
||||
REM echo Exile Server Shutdown ... Restarting!
|
||||
|
Binary file not shown.
@ -20,22 +20,25 @@ ExileClient_util_world_canBuildHere = "eXpochVectorBldg\ExileClient_util_world_c
|
||||
ExileClient_object_player_death_startBleedingOut = "custom\EnigmaRevive\ExileClient_object_player_death_startBleedingOut.sqf"; //Happys Revive
|
||||
ExileClient_object_player_event_onInventoryOpened = "custom\EnigmaRevive\ExileClient_object_player_event_onInventoryOpened.sqf"; //Happys Revive AntiDupe ---NEW with v0.65
|
||||
|
||||
//SellCrate
|
||||
ExileClient_gui_traderDialog_updateInventoryDropdown = "custom\SellCrates\ExileClient_gui_traderDialog_updateInventoryDropdown.sqf";
|
||||
ExileClient_gui_wasteDumpDialog_show = "custom\SellCrates\ExileClient_gui_wasteDumpDialog_show.sqf";
|
||||
ExileServer_system_trading_network_wasteDumpRequest = "custom\SellCrates\ExileServer_system_trading_network_wasteDumpRequest.sqf";
|
||||
|
||||
//enhancedMovement
|
||||
ExileClient_system_thread_initialize = "custom\enhancedMovement\ExileClient_system_thread_initialize.sqf";
|
||||
|
||||
*/
|
||||
|
||||
//Persistent Time and Weather System
|
||||
ExileClient_object_player_stats_updateTemperature="custom\PTWS\ExileClient_object_player_stats_updateTemperature.sqf";
|
||||
ExileClient_system_snow_thread_update="custom\PTWS\ExileClient_system_snow_thread_update.sqf";
|
||||
ExileServer_system_weather_initialize="custom\PTWS\ExileServer_system_weather_initialize.sqf";
|
||||
|
||||
|
||||
//SellCrate
|
||||
ExileClient_gui_traderDialog_updateInventoryDropdown = "custom\SellCrates\ExileClient_gui_traderDialog_updateInventoryDropdown.sqf";
|
||||
ExileClient_gui_wasteDumpDialog_show = "custom\SellCrates\ExileClient_gui_wasteDumpDialog_show.sqf";
|
||||
ExileServer_system_trading_network_wasteDumpRequest = "custom\SellCrates\ExileServer_system_trading_network_wasteDumpRequest.sqf";
|
||||
|
||||
//Spawn Items in temporary vehicles
|
||||
ExileServer_world_spawnVehicles="custom\addItemsToVehicles\ExileServer_world_spawnVehicles.sqf";
|
||||
*/
|
||||
|
||||
//RCON FIX Logs server uptime and time till restart
|
||||
ExileServer_system_rcon_thread_check="custom\fixes\ExileServer_system_rcon_thread_check.sqf";
|
||||
|
||||
@ -52,4 +55,7 @@ ExileServer_system_territory_database_load = "ExAdClient\VirtualGarage\CustomCod
|
||||
ExileServer_system_garbageCollector_deleteObject="custom\fixes\ExileServer_system_garbageCollector_deleteObject.sqf";
|
||||
|
||||
//Another fix for unknown enum value: PUBLIC
|
||||
ExileServer_system_event_ambientFlyOver_start="custom\fixes\ExileServer_system_event_ambientFlyOver_start.sqf";
|
||||
ExileServer_system_event_ambientFlyOver_start="custom\fixes\ExileServer_system_event_ambientFlyOver_start.sqf";
|
||||
|
||||
//igiload
|
||||
ExileClient_object_player_event_onEnterSafezone="custom\fixes\ExileClient_object_player_event_onEnterSafezone.sqf";
|
@ -33,7 +33,7 @@ ExAd_SB_ICON_LOGO = "ExAdClient\Core\Img\ExAd_logo_128.paa"; //STRING - Path t
|
||||
|
||||
ExAd_SB_COMPONENTS_COLORS = ["#ff0000", "#ff8800","#ffaa00","#f2ff00","#A9C700","#11BF03"]; //STRINGS - Array of color codes, from bad to good.
|
||||
|
||||
ExAd_SB_Timer = 4; //SCALAR - Restart time measured in hours.
|
||||
ExAd_SB_Timer = 6; //SCALAR - Restart time measured in hours.
|
||||
|
||||
ExAd_SB_GUI_POS_Default = [safeZoneX, safeZoneY + safeZoneH - 32 * pixelH, safeZoneW, 30 * pixelH]; //ARRAY - Position with this attributes [x,y,w,h];
|
||||
ExAd_SB_GUI_TextColor_Default = [1,1,1,1]; //ARRAY - rgba array with values between 0-1, 0 => 0 | 255 => 1
|
||||
|
332
mpmissions/Exile.Altis/TRADERS/APEX/ItemListAPEX.hpp
Normal file
332
mpmissions/Exile.Altis/TRADERS/APEX/ItemListAPEX.hpp
Normal file
@ -0,0 +1,332 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Apex Items & Weapons
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Headgear
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class H_Beret_gen_F { quality = 2; price = 12; sellPrice = 1;};
|
||||
class H_Booniehat_tna_F { quality = 1; price = 4; sellPrice = 1;};
|
||||
class H_Cap_blk_Syndikat_F { quality = 1; price = 6; sellPrice = 1;};
|
||||
class H_Cap_grn_Syndikat_F { quality = 1; price = 6; sellPrice = 1;};
|
||||
class H_Cap_oli_Syndikat_F { quality = 1; price = 6; sellPrice = 1;};
|
||||
class H_Cap_tan_Syndikat_F { quality = 1; price = 6; sellPrice = 1;};
|
||||
class H_FakeHeadgear_Syndikat_F { quality = 1; price = 6; sellPrice = 1;};
|
||||
class H_HelmetB_Enh_tna_F { quality = 4; price = 100; sellPrice = 10;};
|
||||
class H_HelmetB_Light_tna_F { quality = 2; price = 20; sellPrice = 2;};
|
||||
class H_HelmetB_TI_tna_F { quality = 4; price = 100; sellPrice = 10;};
|
||||
class H_HelmetB_tna_F { quality = 3; price = 50; sellPrice = 5;};
|
||||
class H_HelmetCrew_O_ghex_F { quality = 3; price = 75; sellPrice = 7;};
|
||||
class H_HelmetLeaderO_ghex_F { quality = 5; price = 175; sellPrice = 17;};
|
||||
class H_HelmetO_ghex_F { quality = 5; price = 75; sellPrice = 7;};
|
||||
class H_HelmetSpecO_ghex_F { quality = 5; price = 100; sellPrice = 10;};
|
||||
class H_Helmet_Skate { quality = 2; price = 20; sellPrice = 2;};
|
||||
class H_MilCap_gen_F { quality = 1; price = 10; sellPrice = 1;};
|
||||
class H_MilCap_ghex_F { quality = 1; price = 8; sellPrice = 1;};
|
||||
class H_MilCap_tna_F { quality = 1; price = 8; sellPrice = 1;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Uniforms
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class U_B_CTRG_Soldier_2_F { quality = 2; price = 40; sellPrice = 4;};
|
||||
class U_B_CTRG_Soldier_3_F { quality = 2; price = 40; sellPrice = 4;};
|
||||
class U_B_CTRG_Soldier_F { quality = 2; price = 40; sellPrice = 4;};
|
||||
class U_B_CTRG_Soldier_urb_1_F { quality = 2; price = 40; sellPrice = 4;};
|
||||
class U_B_CTRG_Soldier_urb_2_F { quality = 2; price = 40; sellPrice = 4;};
|
||||
class U_B_CTRG_Soldier_urb_3_F { quality = 2; price = 40; sellPrice = 4;};
|
||||
class U_B_GEN_Commander_F { quality = 2; price = 35; sellPrice = 3;};
|
||||
class U_B_GEN_Soldier_F { quality = 2; price = 35; sellPrice = 3;};
|
||||
class U_B_T_FullGhillie_tna_F { quality = 4; price = 150; sellPrice = 15;};
|
||||
class U_B_T_Sniper_F { quality = 3; price = 100; sellPrice = 10;};
|
||||
class U_B_T_Soldier_AR_F { quality = 2; price = 40; sellPrice = 4;};
|
||||
class U_B_T_Soldier_F { quality = 2; price = 40; sellPrice = 4;};
|
||||
class U_B_T_Soldier_SL_F { quality = 2; price = 40; sellPrice = 4;};
|
||||
class U_C_Man_casual_1_F { quality = 1; price = 10; sellPrice = 1;};
|
||||
class U_C_Man_casual_2_F { quality = 1; price = 10; sellPrice = 1;};
|
||||
class U_C_Man_casual_3_F { quality = 1; price = 10; sellPrice = 1;};
|
||||
class U_C_Man_casual_4_F { quality = 1; price = 10; sellPrice = 1;};
|
||||
class U_C_Man_casual_5_F { quality = 1; price = 10; sellPrice = 1;};
|
||||
class U_C_Man_casual_6_F { quality = 1; price = 10; sellPrice = 1;};
|
||||
class U_C_man_sport_1_F { quality = 1; price = 10; sellPrice = 1;};
|
||||
class U_C_man_sport_2_F { quality = 1; price = 10; sellPrice = 1;};
|
||||
class U_C_man_sport_3_F { quality = 1; price = 10; sellPrice = 1;};
|
||||
class U_I_C_Soldier_Bandit_1_F { quality = 1; price = 15; sellPrice = 1;};
|
||||
class U_I_C_Soldier_Bandit_2_F { quality = 1; price = 15; sellPrice = 1;};
|
||||
class U_I_C_Soldier_Bandit_3_F { quality = 1; price = 15; sellPrice = 1;};
|
||||
class U_I_C_Soldier_Bandit_4_F { quality = 1; price = 15; sellPrice = 1;};
|
||||
class U_I_C_Soldier_Bandit_5_F { quality = 1; price = 15; sellPrice = 1;};
|
||||
class U_I_C_Soldier_Camo_F { quality = 2; price = 30; sellPrice = 3;};
|
||||
class U_I_C_Soldier_Para_1_F { quality = 2; price = 30; sellPrice = 3;};
|
||||
class U_I_C_Soldier_Para_2_F { quality = 2; price = 30; sellPrice = 3;};
|
||||
class U_I_C_Soldier_Para_3_F { quality = 2; price = 30; sellPrice = 3;};
|
||||
class U_I_C_Soldier_Para_4_F { quality = 2; price = 30; sellPrice = 3;};
|
||||
class U_I_C_Soldier_Para_5_F { quality = 2; price = 30; sellPrice = 3;};
|
||||
class U_O_T_FullGhillie_tna_F { quality = 4; price = 150; sellPrice = 15;};
|
||||
class U_O_T_Officer_F { quality = 3; price = 40; sellPrice = 4;};
|
||||
class U_O_T_Sniper_F { quality = 3; price = 100; sellPrice = 10;};
|
||||
class U_O_T_Soldier_F { quality = 2; price = 40; sellPrice = 40;};
|
||||
class U_O_V_Soldier_Viper_F { quality = 4; price = 150; sellPrice = 15;};
|
||||
class U_O_V_Soldier_Viper_hex_F { quality = 4; price = 150; sellPrice = 15;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Backpaqcks and vests
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class B_AssaultPack_tna_F { quality = 1; price = 90; sellPrice = 9;};
|
||||
class B_Bergen_Base_F { quality = 5; price = 400; sellPrice = 40;};
|
||||
class B_Bergen_dgtl_F { quality = 5; price = 400; sellPrice = 40;};
|
||||
class B_Bergen_hex_F { quality = 5; price = 400; sellPrice = 40;};
|
||||
class B_Bergen_mcamo_F { quality = 5; price = 400; sellPrice = 40;};
|
||||
class B_Bergen_tna_F { quality = 5; price = 400; sellPrice = 40;};
|
||||
class B_Carryall_ghex_F { quality = 4; price = 300; sellPrice = 30;};
|
||||
class B_FieldPack_ghex_F { quality = 2; price = 120; sellPrice = 12;};
|
||||
class B_ViperHarness_base_F { quality = 3; price = 250; sellPrice = 25;};
|
||||
class B_ViperHarness_blk_F { quality = 3; price = 250; sellPrice = 25;};
|
||||
class B_ViperHarness_ghex_F { quality = 3; price = 250; sellPrice = 25;};
|
||||
class B_ViperHarness_hex_F { quality = 3; price = 250; sellPrice = 25;};
|
||||
class B_ViperHarness_khk_F { quality = 3; price = 250; sellPrice = 25;};
|
||||
class B_ViperHarness_oli_F { quality = 3; price = 250; sellPrice = 25;};
|
||||
class B_ViperLightHarness_base_F { quality = 2; price = 200; sellPrice = 20;};
|
||||
class B_ViperLightHarness_blk_F { quality = 2; price = 200; sellPrice = 20;};
|
||||
class B_ViperLightHarness_ghex_F { quality = 2; price = 200; sellPrice = 20;};
|
||||
class B_ViperLightHarness_hex_F { quality = 2; price = 200; sellPrice = 20;};
|
||||
class B_ViperLightHarness_khk_F { quality = 2; price = 200; sellPrice = 20;};
|
||||
class B_ViperLightHarness_oli_F { quality = 2; price = 200; sellPrice = 20;};
|
||||
class V_BandollierB_ghex_F { quality = 1; price = 10; sellPrice = 1;};
|
||||
class V_HarnessOGL_ghex_F { quality = 1; price = 30; sellPrice = 3;};
|
||||
class V_HarnessO_ghex_F { quality = 2; price = 50; sellPrice = 5;};
|
||||
class V_PlateCarrier1_rgr_noflag_F { quality = 2; price = 50; sellPrice = 5;};
|
||||
class V_PlateCarrier1_tna_F { quality = 3; price = 50; sellPrice = 5;};
|
||||
class V_PlateCarrier2_rgr_noflag_F { quality = 2; price = 60; sellPrice = 6;};
|
||||
class V_PlateCarrier2_tna_F { quality = 3; price = 60; sellPrice = 6;};
|
||||
class V_PlateCarrierGL_tna_F { quality = 6; price = 500; sellPrice = 50;};
|
||||
class V_PlateCarrierSpec_tna_F { quality = 5; price = 100; sellPrice = 10;};
|
||||
class V_TacChestrig_cbr_F { quality = 1; price = 15; sellPrice = 1;};
|
||||
class V_TacChestrig_grn_F { quality = 1; price = 15; sellPrice = 1;};
|
||||
class V_TacChestrig_oli_F { quality = 1; price = 15; sellPrice = 1;};
|
||||
class V_TacVest_gen_F { quality = 1; price = 25; sellPrice = 2;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Night Vision
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class NVGoggles_tna_F { quality = 2; price = 100; sellPrice = 10;};
|
||||
class O_NVGoggles_ghex_F { quality = 3; price = 150; sellPrice = 15;};
|
||||
class O_NVGoggles_hex_F { quality = 3; price = 150; sellPrice = 15;};
|
||||
class O_NVGoggles_urb_F { quality = 3; price = 150; sellPrice = 15;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Muzzle
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class muzzle_snds_58_blk_F { quality = 1; price = 20; sellPrice = 2;};
|
||||
class muzzle_snds_58_wdm_F { quality = 1; price = 20; sellPrice = 2;};
|
||||
class muzzle_snds_65_TI_blk_F { quality = 2; price = 75; sellPrice = 7;};
|
||||
class muzzle_snds_65_TI_ghex_F { quality = 2; price = 75; sellPrice = 7;};
|
||||
class muzzle_snds_65_TI_hex_F { quality = 2; price = 75; sellPrice = 7;};
|
||||
class muzzle_snds_B_khk_F { quality = 3; price = 50; sellPrice = 5;};
|
||||
class muzzle_snds_B_snd_F { quality = 3; price = 50; sellPrice = 5;};
|
||||
class muzzle_snds_H_MG_blk_F { quality = 2; price = 20; sellPrice = 2;};
|
||||
class muzzle_snds_H_MG_khk_F { quality = 2; price = 20; sellPrice = 2;};
|
||||
class muzzle_snds_H_khk_F { quality = 2; price = 50; sellPrice = 5;};
|
||||
class muzzle_snds_H_snd_F { quality = 2; price = 50; sellPrice = 5;};
|
||||
class muzzle_snds_m_khk_F { quality = 1; price = 15; sellPrice = 1;};
|
||||
class muzzle_snds_m_snd_F { quality = 1; price = 15; sellPrice = 1;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Optics
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class optic_Arco_blk_F { quality = 1; price = 100; sellPrice = 10;};
|
||||
class optic_Arco_ghex_F { quality = 1; price = 100; sellPrice = 10;};
|
||||
class optic_DMS_ghex_F { quality = 2; price = 150; sellPrice = 15;};
|
||||
class optic_ERCO_blk_F { quality = 1; price = 125; sellPrice = 12;};
|
||||
class optic_ERCO_khk_F { quality = 1; price = 125; sellPrice = 12;};
|
||||
class optic_ERCO_snd_F { quality = 1; price = 125; sellPrice = 12;};
|
||||
class optic_Hamr_khk_F { quality = 3; price = 200; sellPrice = 20;};
|
||||
class optic_Holosight_blk_F { quality = 1; price = 50; sellPrice = 5;};
|
||||
class optic_Holosight_khk_F { quality = 1; price = 50; sellPrice = 5;};
|
||||
class optic_Holosight_smg_blk_F { quality = 1; price = 50; sellPrice = 5;};
|
||||
class optic_LRPS_ghex_F { quality = 5; price = 300; sellPrice = 30;};
|
||||
class optic_LRPS_tna_F { quality = 5; price = 300; sellPrice = 30;};
|
||||
class optic_SOS_khk_F { quality = 2; price = 200; sellPrice = 20;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Bipods
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class bipod_01_F_khk { quality = 2; price = 10; sellPrice = 10;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Ammo
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class 100Rnd_580x42_Mag_F { quality = 2; price = 15; sellPrice = 1;};
|
||||
class 100Rnd_580x42_Mag_Tracer_F { quality = 2; price = 15; sellPrice = 1;};
|
||||
class 10Rnd_50BW_Mag_F { quality = 5; price = 35; sellPrice = 3;};
|
||||
class 10Rnd_9x21_Mag { quality = 1; price = 10; sellPrice = 1;};
|
||||
class 150Rnd_556x45_Drum_Mag_F { quality = 2; price = 75; sellPrice = 7;};
|
||||
class 150Rnd_556x45_Drum_Mag_Tracer_F { quality = 2; price = 75; sellPrice = 7;};
|
||||
class 200Rnd_556x45_Box_F { quality = 1; price = 90; sellPrice = 9;};
|
||||
class 200Rnd_556x45_Box_Red_F { quality = 1; price = 90; sellPrice = 9;};
|
||||
class 200Rnd_556x45_Box_Tracer_F { quality = 1; price = 90; sellPrice = 9;};
|
||||
class 200Rnd_556x45_Box_Tracer_Red_F { quality = 1; price = 90; sellPrice = 9;};
|
||||
class 20Rnd_650x39_Cased_Mag_F { quality = 4; price = 20; sellPrice = 2;};
|
||||
class 30Rnd_545x39_Mag_F { quality = 1; price = 10; sellPrice = 1;};
|
||||
class 30Rnd_545x39_Mag_Green_F { quality = 1; price = 10; sellPrice = 1;};
|
||||
class 30Rnd_545x39_Mag_Tracer_F { quality = 1; price = 10; sellPrice = 1;};
|
||||
class 30Rnd_545x39_Mag_Tracer_Green_F { quality = 1; price = 10; sellPrice = 1;};
|
||||
class 30Rnd_580x42_Mag_F { quality = 2; price = 15; sellPrice = 1;};
|
||||
class 30Rnd_580x42_Mag_Tracer_F { quality = 2; price = 15; sellPrice = 1;};
|
||||
class 30Rnd_762x39_Mag_F { quality = 3; price = 25; sellPrice = 2;};
|
||||
class 30Rnd_762x39_Mag_Green_F { quality = 3; price = 25; sellPrice = 2;};
|
||||
class 30Rnd_762x39_Mag_Tracer_F { quality = 3; price = 25; sellPrice = 2;};
|
||||
class 30Rnd_762x39_Mag_Tracer_Green_F { quality = 3; price = 25; sellPrice = 2;};
|
||||
class 30Rnd_9x21_Mag_SMG_02 { quality = 1; price = 10; sellPrice = 1;};
|
||||
class 30Rnd_9x21_Mag_SMG_02_Tracer_Green { quality = 1; price = 15; sellPrice = 1;};
|
||||
class 30Rnd_9x21_Mag_SMG_02_Tracer_Red { quality = 1; price = 15; sellPrice = 1;};
|
||||
class 30Rnd_9x21_Mag_SMG_02_Tracer_Yellow { quality = 1; price = 15; sellPrice = 1;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Pistols
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class hgun_P07_khk_F { quality = 1; price = 65; sellPrice = 6;};
|
||||
class hgun_Pistol_01_F { quality = 1; price = 65; sellPrice = 6;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// LMG
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class LMG_03_F { quality = 2; price = 300; sellPrice = 30;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// SMG
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class SMG_05_F { quality = 1; price = 150; sellPrice = 15;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Assault Rifles
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class arifle_AK12_F { quality = 3; price = 650; sellPrice = 65;};
|
||||
class arifle_AK12_GL_F { quality = 3; price = 700; sellPrice = 70;};
|
||||
class arifle_AKM_F { quality = 3; price = 400; sellPrice = 40;};
|
||||
class arifle_AKM_FL_F { quality = 3; price = 400; sellPrice = 40;};
|
||||
class arifle_AKS_F { quality = 3; price = 350; sellPrice = 35;};
|
||||
class arifle_ARX_blk_F { quality = 5; price = 900; sellPrice = 90;};
|
||||
class arifle_ARX_ghex_F { quality = 5; price = 900; sellPrice = 90;};
|
||||
class arifle_ARX_hex_F { quality = 5; price = 900; sellPrice = 90;};
|
||||
class arifle_CTARS_blk_F { quality = 2; price = 450; sellPrice = 45;};
|
||||
class arifle_CTARS_ghex_F { quality = 2; price = 450; sellPrice = 45;};
|
||||
class arifle_CTARS_hex_F { quality = 2; price = 450; sellPrice = 45;};
|
||||
class arifle_CTAR_GL_blk_F { quality = 2; price = 450; sellPrice = 45;};
|
||||
class arifle_CTAR_blk_F { quality = 2; price = 450; sellPrice = 45;};
|
||||
class arifle_CTAR_ghex_F { quality = 2; price = 450; sellPrice = 45;};
|
||||
class arifle_CTAR_hex_F { quality = 2; price = 450; sellPrice = 45;};
|
||||
class arifle_MXC_khk_F { quality = 2; price = 350; sellPrice = 35;};
|
||||
class arifle_MXM_khk_F { quality = 2; price = 500; sellPrice = 50;};
|
||||
class arifle_MX_GL_khk_F { quality = 2; price = 500; sellPrice = 50;};
|
||||
class arifle_MX_khk_F { quality = 2; price = 450; sellPrice = 45;};
|
||||
class arifle_SPAR_01_GL_blk_F { quality = 1; price = 500; sellPrice = 50;};
|
||||
class arifle_SPAR_01_GL_khk_F { quality = 1; price = 500; sellPrice = 50;};
|
||||
class arifle_SPAR_01_GL_snd_F { quality = 1; price = 500; sellPrice = 50;};
|
||||
class arifle_SPAR_01_blk_F { quality = 1; price = 400; sellPrice = 40;};
|
||||
class arifle_SPAR_01_khk_F { quality = 1; price = 400; sellPrice = 40;};
|
||||
class arifle_SPAR_01_snd_F { quality = 1; price = 400; sellPrice = 40;};
|
||||
class arifle_SPAR_02_blk_F { quality = 2; price = 550; sellPrice = 55;};
|
||||
class arifle_SPAR_02_khk_F { quality = 2; price = 550; sellPrice = 55;};
|
||||
class arifle_SPAR_02_snd_F { quality = 2; price = 550; sellPrice = 55;};
|
||||
class arifle_SPAR_03_blk_F { quality = 3; price = 600; sellPrice = 60;};
|
||||
class arifle_SPAR_03_khk_F { quality = 3; price = 600; sellPrice = 60;};
|
||||
class arifle_SPAR_03_snd_F { quality = 3; price = 600; sellPrice = 60;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Sniper Rifles
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class srifle_DMR_07_blk_F { quality = 4; price = 750; sellPrice = 75;};
|
||||
class srifle_DMR_07_ghex_F { quality = 4; price = 750; sellPrice = 75;};
|
||||
class srifle_DMR_07_hex_F { quality = 4; price = 750; sellPrice = 75;};
|
||||
class srifle_GM6_ghex_F { quality = 6; price = 900; sellPrice = 90;};
|
||||
class srifle_LRR_tna_F { quality = 6; price = 850; sellPrice = 85;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Commented out of Exile files
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class H_HelmetO_ViperSP_ghex_F { quality = 4; price = 1000; sellPrice = 100;}; //Themal
|
||||
class H_HelmetO_ViperSP_hex_F { quality = 4; price = 1000; sellPrice = 100;}; //Themal
|
||||
class Laserdesignator_01_khk_F { quality = 3; price = 1000; sellPrice = 100;}; //Thermal
|
||||
class Laserdesignator_02_ghex_F { quality = 3; price = 1000; sellPrice = 100;}; //Thermal
|
||||
class NVGogglesB_blk_F { quality = 3; price = 1000; sellPrice = 100;}; //Normal NightV but fullscreen thermal
|
||||
class NVGogglesB_grn_F { quality = 3; price = 1000; sellPrice = 100;}; //Normal NightV but fullscreen thermal
|
||||
class NVGogglesB_gry_F { quality = 3; price = 1000; sellPrice = 100;}; //Normal NightV but fullscreen thermal
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Cars
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class B_T_LSV_01_armed_F { quality = 3; price = 25000; sellPrice = 250;};
|
||||
class B_T_LSV_01_unarmed_F { quality = 3; price = 25000; sellPrice = 250;};
|
||||
class C_Offroad_02_unarmed_F { quality = 3; price = 25000; sellPrice = 250;};
|
||||
class O_T_LSV_02_armed_F { quality = 3; price = 25000; sellPrice = 250;};
|
||||
class O_T_LSV_02_unarmed_F { quality = 3; price = 25000; sellPrice = 250;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Prowler
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class B_LSV_01_armed_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class B_LSV_01_armed_black_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class B_LSV_01_armed_olive_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class B_LSV_01_armed_sand_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class B_T_LSV_01_armed_CTRG_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class B_T_LSV_01_armed_black_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class B_T_LSV_01_armed_olive_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class B_T_LSV_01_armed_sand_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class B_CTRG_LSV_01_light_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Light)
|
||||
class B_LSV_01_unarmed_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
class B_LSV_01_unarmed_black_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
class B_LSV_01_unarmed_olive_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
class B_LSV_01_unarmed_sand_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
class B_T_LSV_01_unarmed_CTRG_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
class B_T_LSV_01_unarmed_black_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
class B_T_LSV_01_unarmed_olive_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
class B_T_LSV_01_unarmed_sand_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Qilin
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class O_LSV_02_armed_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class O_LSV_02_armed_arid_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class O_LSV_02_armed_black_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class O_LSV_02_armed_ghex_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class O_LSV_02_armed_viper_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class O_T_LSV_02_armed_arid_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class O_T_LSV_02_armed_black_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class O_T_LSV_02_armed_ghex_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class O_T_LSV_02_armed_viper_F { quality = 5; price = 50000; sellPrice = 5000;}; // (Armed)
|
||||
class O_LSV_02_unarmed_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
class O_LSV_02_unarmed_arid_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
class O_LSV_02_unarmed_black_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
class O_LSV_02_unarmed_ghex_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
class O_LSV_02_unarmed_viper_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
class O_T_LSV_02_unarmed_arid_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
class O_T_LSV_02_unarmed_black_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
class O_T_LSV_02_unarmed_ghex_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
class O_T_LSV_02_unarmed_viper_F { quality = 3; price = 30000; sellPrice = 3000;}; // (Unarmed)
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Boats
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class C_Scooter_Transport_01_F { quality = 2; price = 10000; sellPrice = 1000;};
|
||||
class I_C_Boat_Transport_02_F { quality = 2; price = 15000; sellPrice = 1500;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// VTOL
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class B_T_VTOL_01_armed_F { quality = 5; price = 50000; sellPrice = 5000;};
|
||||
class B_T_VTOL_01_infantry_F { quality = 5; price = 50000; sellPrice = 5000;};
|
||||
class O_T_VTOL_02_infantry_F { quality = 5; price = 50000; sellPrice = 5000;};
|
||||
class O_T_VTOL_02_infantry_ghex_F { quality = 5; price = 50000; sellPrice = 5000;};
|
||||
class O_T_VTOL_02_infantry_grey_F { quality = 5; price = 50000; sellPrice = 5000;};
|
||||
class O_T_VTOL_02_infantry_hex_F { quality = 5; price = 50000; sellPrice = 5000;};
|
||||
class O_T_VTOL_02_vehicle_F { quality = 5; price = 50000; sellPrice = 5000;};
|
||||
class O_T_VTOL_02_vehicle_ghex_F { quality = 5; price = 50000; sellPrice = 5000;};
|
||||
class O_T_VTOL_02_vehicle_grey_F { quality = 5; price = 50000; sellPrice = 5000;};
|
||||
class O_T_VTOL_02_vehicle_hex_F { quality = 5; price = 50000; sellPrice = 5000;};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Planes
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class C_Plane_Civil_01_F { quality = 2; price = 20000; sellPrice = 2000;};
|
424
mpmissions/Exile.Altis/TRADERS/APEX/TraderCategoriesAPEX.hpp
Normal file
424
mpmissions/Exile.Altis/TRADERS/APEX/TraderCategoriesAPEX.hpp
Normal file
@ -0,0 +1,424 @@
|
||||
class ApexUniforms
|
||||
{
|
||||
name = "Apex Uniforms";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"U_B_CTRG_Soldier_2_F",
|
||||
"U_B_CTRG_Soldier_3_F",
|
||||
"U_B_CTRG_Soldier_F",
|
||||
"U_B_CTRG_Soldier_urb_1_F",
|
||||
"U_B_CTRG_Soldier_urb_2_F",
|
||||
"U_B_CTRG_Soldier_urb_3_F",
|
||||
"U_B_GEN_Commander_F",
|
||||
"U_B_GEN_Soldier_F",
|
||||
"U_B_T_FullGhillie_tna_F",
|
||||
"U_B_T_Sniper_F",
|
||||
"U_B_T_Soldier_AR_F",
|
||||
"U_B_T_Soldier_F",
|
||||
"U_B_T_Soldier_SL_F",
|
||||
"U_C_Man_casual_1_F",
|
||||
"U_C_Man_casual_2_F",
|
||||
"U_C_Man_casual_3_F",
|
||||
"U_C_Man_casual_4_F",
|
||||
"U_C_Man_casual_5_F",
|
||||
"U_C_Man_casual_6_F",
|
||||
"U_C_man_sport_1_F",
|
||||
"U_C_man_sport_2_F",
|
||||
"U_C_man_sport_3_F",
|
||||
"U_I_C_Soldier_Bandit_1_F",
|
||||
"U_I_C_Soldier_Bandit_2_F",
|
||||
"U_I_C_Soldier_Bandit_3_F",
|
||||
"U_I_C_Soldier_Bandit_4_F",
|
||||
"U_I_C_Soldier_Bandit_5_F",
|
||||
"U_I_C_Soldier_Camo_F",
|
||||
"U_I_C_Soldier_Para_1_F",
|
||||
"U_I_C_Soldier_Para_2_F",
|
||||
"U_I_C_Soldier_Para_3_F",
|
||||
"U_I_C_Soldier_Para_4_F",
|
||||
"U_I_C_Soldier_Para_5_F",
|
||||
"U_O_T_FullGhillie_tna_F",
|
||||
"U_O_T_Officer_F",
|
||||
"U_O_T_Sniper_F",
|
||||
"U_O_T_Soldier_F",
|
||||
"U_O_V_Soldier_Viper_F",
|
||||
"U_O_V_Soldier_Viper_hex_F"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexVests
|
||||
{
|
||||
name = "Apex Vests";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\vest_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
|
||||
"V_BandollierB_ghex_F",
|
||||
"V_HarnessOGL_ghex_F",
|
||||
"V_HarnessO_ghex_F",
|
||||
"V_PlateCarrier1_rgr_noflag_F",
|
||||
"V_PlateCarrier1_tna_F",
|
||||
"V_PlateCarrier2_rgr_noflag_F",
|
||||
"V_PlateCarrier2_tna_F",
|
||||
"V_PlateCarrierGL_tna_F",
|
||||
"V_PlateCarrierSpec_tna_F",
|
||||
"V_TacChestrig_cbr_F",
|
||||
"V_TacChestrig_grn_F",
|
||||
"V_TacChestrig_oli_F",
|
||||
"V_TacVest_gen_F"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexHeadgear
|
||||
{
|
||||
name = "Apex Headgear";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\headgear_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"H_Beret_gen_F",
|
||||
"H_Booniehat_tna_F",
|
||||
"H_Cap_blk_Syndikat_F",
|
||||
"H_Cap_grn_Syndikat_F",
|
||||
"H_Cap_oli_Syndikat_F",
|
||||
"H_Cap_tan_Syndikat_F",
|
||||
//"H_FakeHeadgear_Syndikat_F",
|
||||
"H_HelmetB_Enh_tna_F",
|
||||
"H_HelmetB_Light_tna_F",
|
||||
"H_HelmetB_TI_tna_F",
|
||||
"H_HelmetB_tna_F",
|
||||
"H_HelmetCrew_O_ghex_F",
|
||||
"H_HelmetLeaderO_ghex_F",
|
||||
"H_HelmetO_ghex_F",
|
||||
"H_HelmetSpecO_ghex_F",
|
||||
"H_Helmet_Skate",
|
||||
"H_MilCap_gen_F",
|
||||
"H_MilCap_ghex_F",
|
||||
"H_MilCap_tna_F"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexMuzzleAttachments
|
||||
{
|
||||
name = "Apex Suppressor Attachments";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemmuzzle_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"muzzle_snds_58_blk_F",
|
||||
"muzzle_snds_58_wdm_F",
|
||||
"muzzle_snds_65_TI_blk_F",
|
||||
"muzzle_snds_65_TI_ghex_F",
|
||||
"muzzle_snds_65_TI_hex_F",
|
||||
"muzzle_snds_B_khk_F",
|
||||
"muzzle_snds_B_snd_F",
|
||||
"muzzle_snds_H_MG_blk_F",
|
||||
"muzzle_snds_H_MG_khk_F",
|
||||
"muzzle_snds_H_khk_F",
|
||||
"muzzle_snds_H_snd_F",
|
||||
"muzzle_snds_m_khk_F",
|
||||
"muzzle_snds_m_snd_F"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexBackpacks
|
||||
{
|
||||
name = "Apex Backpacks";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\backpack_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"B_Bergen_Base_F",
|
||||
"B_Bergen_dgtl_F",
|
||||
"B_Bergen_hex_F",
|
||||
"B_Bergen_mcamo_F",
|
||||
"B_Bergen_tna_F",
|
||||
"B_Carryall_ghex_F",
|
||||
"B_FieldPack_ghex_F",
|
||||
"B_ViperHarness_base_F",
|
||||
"B_ViperHarness_blk_F",
|
||||
"B_ViperHarness_ghex_F",
|
||||
"B_ViperHarness_hex_F",
|
||||
"B_ViperHarness_khk_F",
|
||||
"B_ViperHarness_oli_F",
|
||||
"B_ViperLightHarness_base_F",
|
||||
"B_ViperLightHarness_blk_F",
|
||||
"B_ViperLightHarness_ghex_F",
|
||||
"B_ViperLightHarness_hex_F",
|
||||
"B_ViperLightHarness_khk_F",
|
||||
"B_ViperLightHarness_oli_F"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexAmmunition
|
||||
{
|
||||
name = "Apex Ammunition";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"100Rnd_580x42_Mag_F",
|
||||
"100Rnd_580x42_Mag_Tracer_F",
|
||||
"10Rnd_50BW_Mag_F",
|
||||
"10Rnd_9x21_Mag",
|
||||
"150Rnd_556x45_Drum_Mag_F",
|
||||
"150Rnd_556x45_Drum_Mag_Tracer_F",
|
||||
"200Rnd_556x45_Box_F",
|
||||
"200Rnd_556x45_Box_Red_F",
|
||||
"200Rnd_556x45_Box_Tracer_F",
|
||||
"200Rnd_556x45_Box_Tracer_Red_F",
|
||||
"20Rnd_650x39_Cased_Mag_F",
|
||||
"30Rnd_545x39_Mag_F",
|
||||
"30Rnd_545x39_Mag_Green_F",
|
||||
"30Rnd_545x39_Mag_Tracer_F",
|
||||
"30Rnd_545x39_Mag_Tracer_Green_F",
|
||||
"30Rnd_580x42_Mag_F",
|
||||
"30Rnd_580x42_Mag_Tracer_F",
|
||||
"30Rnd_762x39_Mag_F",
|
||||
"30Rnd_762x39_Mag_Green_F",
|
||||
"30Rnd_762x39_Mag_Tracer_F",
|
||||
"30Rnd_762x39_Mag_Tracer_Green_F",
|
||||
"30Rnd_9x21_Mag_SMG_02",
|
||||
"30Rnd_9x21_Mag_SMG_02_Tracer_Green",
|
||||
"30Rnd_9x21_Mag_SMG_02_Tracer_Red",
|
||||
"30Rnd_9x21_Mag_SMG_02_Tracer_Yellow"
|
||||
};
|
||||
};
|
||||
|
||||
class APEXBipodAttachments
|
||||
{
|
||||
name = "Apex Bipod";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"bipod_01_F_khk"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexOpticAttachments
|
||||
{
|
||||
name = "Apex Scopes";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemoptic_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"optic_Arco_blk_F",
|
||||
"optic_Arco_ghex_F",
|
||||
"optic_DMS_ghex_F",
|
||||
"optic_ERCO_blk_F",
|
||||
"optic_ERCO_khk_F",
|
||||
"optic_ERCO_snd_F",
|
||||
"optic_Hamr_khk_F",
|
||||
"optic_Holosight_blk_F",
|
||||
"optic_Holosight_khk_F",
|
||||
"optic_Holosight_smg_blk_F",
|
||||
"optic_LRPS_ghex_F",
|
||||
"optic_LRPS_tna_F",
|
||||
"optic_SOS_khk_F"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexPistols
|
||||
{
|
||||
name = "Apex Pistols";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\handgun_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"hgun_P07_khk_F",
|
||||
"hgun_Pistol_01_F"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexSubMachineGuns
|
||||
{
|
||||
name = "Apex Sub Machine Guns";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"SMG_05_F"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexLightMachineGuns
|
||||
{
|
||||
name = "Apex Light Machine Guns";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"LMG_03_F"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexAssaultRifles
|
||||
{
|
||||
name = "Apex Assault Rifles";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"arifle_AK12_F",
|
||||
"arifle_AK12_GL_F",
|
||||
"arifle_AKM_F",
|
||||
"arifle_AKM_FL_F",
|
||||
"arifle_AKS_F",
|
||||
"arifle_ARX_blk_F",
|
||||
"arifle_ARX_ghex_F",
|
||||
"arifle_ARX_hex_F",
|
||||
"arifle_CTARS_blk_F",
|
||||
"arifle_CTARS_ghex_F",
|
||||
"arifle_CTARS_hex_F",
|
||||
"arifle_CTAR_GL_blk_F",
|
||||
"arifle_CTAR_blk_F",
|
||||
"arifle_CTAR_ghex_F",
|
||||
"arifle_CTAR_hex_F",
|
||||
"arifle_MXC_khk_F",
|
||||
"arifle_MXM_khk_F",
|
||||
"arifle_MX_GL_khk_F",
|
||||
"arifle_MX_khk_F",
|
||||
"arifle_SPAR_01_GL_blk_F",
|
||||
"arifle_SPAR_01_GL_khk_F",
|
||||
"arifle_SPAR_01_GL_snd_F",
|
||||
"arifle_SPAR_01_blk_F",
|
||||
"arifle_SPAR_01_khk_F",
|
||||
"arifle_SPAR_01_snd_F",
|
||||
"arifle_SPAR_03_blk_F",
|
||||
"arifle_SPAR_03_khk_F",
|
||||
"arifle_SPAR_03_snd_F"
|
||||
/*
|
||||
"arifle_SPAR_02_blk_F", //Exile dupe warning
|
||||
"arifle_SPAR_02_khk_F", //Exile dupe warning
|
||||
"arifle_SPAR_02_snd_F", //Exile dupe warning
|
||||
*/
|
||||
};
|
||||
};
|
||||
|
||||
class ApexSniperRifles
|
||||
{
|
||||
name = "Apex Sniper Rifles";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"srifle_DMR_07_blk_F",
|
||||
"srifle_DMR_07_ghex_F",
|
||||
"srifle_DMR_07_hex_F",
|
||||
"srifle_GM6_ghex_F",
|
||||
"srifle_LRR_tna_F"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexTools
|
||||
{
|
||||
name = "Apex Tools";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"NVGoggles_tna_F",
|
||||
"O_NVGoggles_ghex_F",
|
||||
"O_NVGoggles_hex_F",
|
||||
"O_NVGoggles_urb_F"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexUAVs
|
||||
{
|
||||
name = "Apex Unmanned Aerial Vehicles";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\gps_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"O_T_UAV_04_CAS_F",
|
||||
"B_T_UAV_03_F"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexCars
|
||||
{
|
||||
name = "Apex Cars";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"B_T_LSV_01_armed_CTRG_F",
|
||||
"B_T_LSV_01_unarmed_CTRG_F",
|
||||
"B_LSV_01_armed_F",
|
||||
"B_LSV_01_unarmed_F",
|
||||
"B_CTRG_LSV_01_light_F",
|
||||
"B_LSV_01_armed_black_F",
|
||||
"B_LSV_01_armed_olive_F",
|
||||
"B_LSV_01_armed_sand_F",
|
||||
"B_LSV_01_unarmed_black_F",
|
||||
"B_LSV_01_unarmed_olive_F",
|
||||
"B_LSV_01_unarmed_sand_F",
|
||||
"B_T_LSV_01_armed_black_F",
|
||||
"B_T_LSV_01_armed_olive_F",
|
||||
"B_T_LSV_01_armed_sand_F",
|
||||
"B_T_LSV_01_unarmed_black_F",
|
||||
"B_T_LSV_01_unarmed_olive_F",
|
||||
"B_T_LSV_01_unarmed_sand_F",
|
||||
"O_LSV_02_armed_F",
|
||||
"O_LSV_02_armed_arid_F",
|
||||
"O_LSV_02_armed_black_F",
|
||||
"O_LSV_02_armed_ghex_F",
|
||||
"O_LSV_02_armed_viper_F",
|
||||
"O_T_LSV_02_armed_arid_F",
|
||||
"O_T_LSV_02_armed_black_F",
|
||||
"O_T_LSV_02_armed_ghex_F",
|
||||
"O_T_LSV_02_armed_viper_F",
|
||||
"O_LSV_02_unarmed_F",
|
||||
"O_LSV_02_unarmed_arid_F",
|
||||
"O_LSV_02_unarmed_black_F",
|
||||
"O_LSV_02_unarmed_ghex_F",
|
||||
"O_LSV_02_unarmed_viper_F",
|
||||
"O_T_LSV_02_unarmed_arid_F",
|
||||
"O_T_LSV_02_unarmed_black_F",
|
||||
"O_T_LSV_02_unarmed_ghex_F",
|
||||
"O_T_LSV_02_unarmed_viper_F",
|
||||
"B_T_LSV_01_armed_F",
|
||||
"B_T_LSV_01_unarmed_F",
|
||||
"C_Offroad_02_unarmed_F",
|
||||
"O_T_LSV_02_armed_F",
|
||||
"O_T_LSV_02_unarmed_F"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexChoppers
|
||||
{
|
||||
name = "Apex Helicopters";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
// yet to work this one out
|
||||
};
|
||||
};
|
||||
|
||||
class ApexVTOL
|
||||
{
|
||||
name = "Apex VTOL";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"B_T_VTOL_01_armed_F",
|
||||
"B_T_VTOL_01_infantry_F",
|
||||
"O_T_VTOL_02_infantry_F",
|
||||
"O_T_VTOL_02_infantry_ghex_F",
|
||||
"O_T_VTOL_02_infantry_grey_F",
|
||||
"O_T_VTOL_02_infantry_hex_F",
|
||||
"O_T_VTOL_02_vehicle_F",
|
||||
"O_T_VTOL_02_vehicle_ghex_F",
|
||||
"O_T_VTOL_02_vehicle_grey_F",
|
||||
"O_T_VTOL_02_vehicle_hex_F"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexBoats
|
||||
{
|
||||
name = "Apex Boats";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"C_Scooter_Transport_01_F",
|
||||
"I_C_Boat_Transport_02_F"
|
||||
};
|
||||
};
|
||||
|
||||
class ApexPlanes
|
||||
{
|
||||
name = "Apex Planes";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"C_Plane_Civil_01_F"
|
||||
};
|
||||
};
|
311
mpmissions/Exile.Altis/TRADERS/ARMA3V/ItemListARMA3V.hpp
Normal file
311
mpmissions/Exile.Altis/TRADERS/ARMA3V/ItemListARMA3V.hpp
Normal file
@ -0,0 +1,311 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 Vehicles [CiC]red_ned http://cic-gaming.co.uk
|
||||
// 4 more classes you can add: TowingTractor, C_SUV_01_F, HMMWV, HMMWV_civil
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 Cars
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class B_GEN_Offroad_01_gen_F { quality = 3; price = 25000; };
|
||||
class B_G_Offroad_01_F { quality = 3; price = 15000; };
|
||||
class B_G_Offroad_01_armed_F { quality = 3; price = 25000; };
|
||||
class B_G_Offroad_01_repair_F { quality = 3; price = 35000; };
|
||||
class B_G_Quadbike_01_F { quality = 1; price = 2500; };
|
||||
class B_MRAP_01_F { quality = 3; price = 50000; };
|
||||
class B_MRAP_01_gmg_F { quality = 3; price = 60000; };
|
||||
class B_MRAP_01_hmg_F { quality = 3; price = 55000; };
|
||||
class B_Quadbike_01_F { quality = 1; price = 2500; };
|
||||
class B_T_MRAP_01_F { quality = 3; price = 50000; };
|
||||
class B_T_MRAP_01_gmg_F { quality = 3; price = 60000; };
|
||||
class B_T_MRAP_01_hmg_F { quality = 3; price = 55000; };
|
||||
class C_Hatchback_01_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_beigecustom_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_black_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_blue_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_bluecustom_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_dark_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_green_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_grey_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_sport_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_sport_blue_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_sport_green_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_sport_grey_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_sport_orange_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_sport_red_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_sport_white_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_white_F { quality = 3; price = 12000; };
|
||||
class C_Hatchback_01_yellow_F { quality = 3; price = 12000; };
|
||||
class C_Kart_01_Blu_F { quality = 1; price = 1100; };
|
||||
class C_Kart_01_F { quality = 1; price = 1100; };
|
||||
class C_Kart_01_Fuel_F { quality = 1; price = 1100; };
|
||||
class C_Kart_01_Red_F { quality = 1; price = 1100; };
|
||||
class C_Kart_01_Vrana_F { quality = 1; price = 1100; };
|
||||
class C_Kart_01_black_F { quality = 1; price = 1100; };
|
||||
class C_Kart_01_green_F { quality = 1; price = 1100; };
|
||||
class C_Kart_01_orange_F { quality = 1; price = 1100; };
|
||||
class C_Kart_01_white_F { quality = 1; price = 1100; };
|
||||
class C_Kart_01_yellow_F { quality = 1; price = 1100; };
|
||||
class C_Offroad_01_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_01_blue_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_01_bluecustom_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_01_darkred_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_01_red_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_01_repair_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_01_sand_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_01_white_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_02_unarmed_black_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_02_unarmed_blue_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_02_unarmed_green_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_02_unarmed_orange_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_02_unarmed_red_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_02_unarmed_white_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_default_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_luxe_F { quality = 3; price = 25000; };
|
||||
class C_Offroad_stripped_F { quality = 3; price = 25000; };
|
||||
class C_Quadbike_01_F { quality = 1; price = 2500; };
|
||||
class C_Quadbike_01_black_F { quality = 1; price = 2500; };
|
||||
class C_Quadbike_01_blue_F { quality = 1; price = 2500; };
|
||||
class C_Quadbike_01_red_F { quality = 1; price = 2500; };
|
||||
class C_Quadbike_01_white_F { quality = 1; price = 2500; };
|
||||
class C_SUV_01_F { quality = 3; price = 20000; };
|
||||
class I_C_Offroad_02_unarmed_F { quality = 3; price = 25000; };
|
||||
class I_C_Offroad_02_unarmed_brown_F { quality = 3; price = 25000; };
|
||||
class I_C_Offroad_02_unarmed_olive_F { quality = 3; price = 25000; };
|
||||
class I_G_Offroad_01_repair_F { quality = 3; price = 25000; };
|
||||
class I_G_Quadbike_01_F { quality = 1; price = 2500; };
|
||||
class I_MRAP_03_F { quality = 3; price = 50000; };
|
||||
class I_MRAP_03_gmg_F { quality = 3; price = 55000; };
|
||||
class I_MRAP_03_hmg_F { quality = 3; price = 60000; };
|
||||
class I_Quadbike_01_F { quality = 1; price = 2500; };
|
||||
class O_G_Quadbike_01_F { quality = 1; price = 2500; };
|
||||
class O_MRAP_02_F { quality = 3; price = 50000; };
|
||||
class O_MRAP_02_gmg_F { quality = 3; price = 60000; };
|
||||
class O_MRAP_02_hmg_F { quality = 3; price = 55000; };
|
||||
class O_Quadbike_01_F { quality = 1; price = 2500; };
|
||||
class O_T_MRAP_02_ghex_F { quality = 3; price = 55000; };
|
||||
class O_T_MRAP_02_hmg_ghex_F { quality = 3; price = 55000; };
|
||||
class volha_Civ_01 { quality = 2; price = 6000; };
|
||||
class volha_Civ_02 { quality = 2; price = 6000; };
|
||||
class volha_Civ_03 { quality = 2; price = 6000; };
|
||||
class O_T_MRAP_02_gmg_ghex_F { quality = 3; price = 60000; };
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 Trucks
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class B_G_Van_01_fuel_F { quality = 2; price = 30000; };
|
||||
class B_G_Van_01_transport_F { quality = 2; price = 20000; };
|
||||
class B_Truck_01_Repair_F { quality = 2; price = 30000; };
|
||||
class B_Truck_01_ammo_F { quality = 2; price = 60000; };
|
||||
class B_Truck_01_box_F { quality = 2; price = 20000; };
|
||||
class B_Truck_01_covered_F { quality = 2; price = 20000; };
|
||||
class B_Truck_01_fuel_F { quality = 2; price = 30000; };
|
||||
class B_Truck_01_medical_F { quality = 2; price = 20000; };
|
||||
class B_Truck_01_mover_F { quality = 2; price = 20000; };
|
||||
class B_Truck_01_transport_F { quality = 2; price = 20000; };
|
||||
class C_IDAP_Offroad_01_F { quality = 2; price = 20000; };
|
||||
class C_IDAP_Offroad_02_unarmed_F { quality = 2; price = 20000; };
|
||||
class C_IDAP_Truck_02_F { quality = 2; price = 20000; };
|
||||
class C_IDAP_Truck_02_transport_F { quality = 2; price = 20000; };
|
||||
class C_IDAP_Truck_02_water_F { quality = 2; price = 20000; };
|
||||
class C_Truck_02_box_F { quality = 2; price = 20000; };
|
||||
class C_Truck_02_covered_F { quality = 2; price = 20000; };
|
||||
class C_Truck_02_fuel_F { quality = 2; price = 30000; };
|
||||
class C_Truck_02_transport_F { quality = 2; price = 20000; };
|
||||
class C_Van_01_box_F { quality = 2; price = 20000; };
|
||||
class C_Van_01_box_red_F { quality = 2; price = 20000; };
|
||||
class C_Van_01_box_white_F { quality = 2; price = 20000; };
|
||||
class C_Van_01_fuel_F { quality = 2; price = 30000; };
|
||||
class C_Van_01_fuel_red_F { quality = 2; price = 30000; };
|
||||
class C_Van_01_fuel_red_v2_F { quality = 2; price = 30000; };
|
||||
class C_Van_01_fuel_white_F { quality = 2; price = 30000; };
|
||||
class C_Van_01_fuel_white_v2_F { quality = 2; price = 30000; };
|
||||
class C_Van_01_transport_F { quality = 2; price = 20000; };
|
||||
class C_Van_01_transport_red_F { quality = 2; price = 20000; };
|
||||
class C_Van_01_transport_white_F { quality = 2; price = 20000; };
|
||||
class I_G_Offroad_01_F { quality = 2; price = 20000; };
|
||||
class I_G_Offroad_01_armed_F { quality = 2; price = 38000; };
|
||||
class I_G_Van_01_fuel_F { quality = 2; price = 30000; };
|
||||
class I_G_Van_01_transport_F { quality = 2; price = 20000; };
|
||||
class I_Truck_02_ammo_F { quality = 2; price = 58000; };
|
||||
class I_Truck_02_box_F { quality = 2; price = 20000; };
|
||||
class I_Truck_02_covered_F { quality = 2; price = 20000; };
|
||||
class I_Truck_02_fuel_F { quality = 2; price = 30000; };
|
||||
class I_Truck_02_medical_F { quality = 2; price = 20000; };
|
||||
class I_Truck_02_transport_F { quality = 2; price = 20000; };
|
||||
class O_G_Offroad_01_F { quality = 2; price = 18000; };
|
||||
class O_G_Offroad_01_armed_F { quality = 2; price = 30000; };
|
||||
class O_G_Offroad_01_repair_F { quality = 2; price = 30000; };
|
||||
class O_G_Van_01_fuel_F { quality = 2; price = 30000; };
|
||||
class O_G_Van_01_transport_F { quality = 2; price = 20000; };
|
||||
class O_Truck_02_Ammo_F { quality = 2; price = 60000; };
|
||||
class O_Truck_02_box_F { quality = 2; price = 20000; };
|
||||
class O_Truck_02_covered_F { quality = 2; price = 20000; };
|
||||
class O_Truck_02_fuel_F { quality = 2; price = 30000; };
|
||||
class O_Truck_02_medical_F { quality = 2; price = 20000; };
|
||||
class O_Truck_02_transport_F { quality = 2; price = 20000; };
|
||||
class O_Truck_03_ammo_F { quality = 2; price = 60000; };
|
||||
class O_Truck_03_covered_F { quality = 2; price = 20000; };
|
||||
class O_Truck_03_device_F { quality = 2; price = 33000; };
|
||||
class O_Truck_03_fuel_F { quality = 2; price = 30000; };
|
||||
class O_Truck_03_medical_F { quality = 2; price = 18000; };
|
||||
class O_Truck_03_repair_F { quality = 2; price = 30000; };
|
||||
class O_Truck_03_transport_F { quality = 2; price = 20000; };
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 Tracked & Tanks & Arty
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class B_APC_Tracked_01_AA_F { quality = 1; price = 1000000; };
|
||||
class B_APC_Tracked_01_CRV_F { quality = 1; price = 1000000; };
|
||||
class B_APC_Tracked_01_rcws_F { quality = 1; price = 1000000; };
|
||||
class B_APC_Wheeled_01_cannon_F { quality = 1; price = 400000; };
|
||||
class B_MBT_01_TUSK_F { quality = 1; price = 1000000; };
|
||||
class B_MBT_01_arty_F { quality = 1; price = 1000000; };
|
||||
class B_MBT_01_cannon_F { quality = 1; price = 900000; };
|
||||
class B_MBT_01_mlrs_F { quality = 1; price = 1000000; };
|
||||
class I_APC_Wheeled_03_cannon_F { quality = 1; price = 400000; };
|
||||
class I_APC_tracked_03_cannon_F { quality = 1; price = 1000000; };
|
||||
class I_MBT_03_cannon_F { quality = 1; price = 1000000; };
|
||||
class O_APC_Tracked_02_AA_F { quality = 1; price = 1000000; };
|
||||
class O_APC_Tracked_02_cannon_F { quality = 1; price = 1000000; };
|
||||
class O_APC_Wheeled_02_rcws_F { quality = 1; price = 1000000; };
|
||||
class O_MBT_02_arty_F { quality = 1; price = 1000000; };
|
||||
class O_MBT_02_cannon_F { quality = 1; price = 1000000; };
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 Boats
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class B_Boat_Armed_01_minigun_F { quality = 1; price = 20000; };
|
||||
class B_Boat_Transport_01_F { quality = 1; price = 700; };
|
||||
class B_G_Boat_Transport_01_F { quality = 1; price = 700; };
|
||||
class B_Lifeboat { quality = 1; price = 700; };
|
||||
class B_SDV_01_F { quality = 1; price = 1000; };
|
||||
class C_Boat_Civil_01_F { quality = 1; price = 700; };
|
||||
class C_Boat_Civil_01_police_F { quality = 1; price = 700; };
|
||||
class C_Boat_Civil_01_rescue_F { quality = 1; price = 700; };
|
||||
class C_Rubberboat { quality = 1; price = 700; };
|
||||
class I_Boat_Armed_01_minigun_F { quality = 1; price = 10000; };
|
||||
class I_Boat_Transport_01_F { quality = 1; price = 700; };
|
||||
class I_G_Boat_Transport_01_F { quality = 1; price = 700; };
|
||||
class I_SDV_01_F { quality = 1; price = 1000; };
|
||||
class O_Boat_Armed_01_hmg_F { quality = 1; price = 10000; };
|
||||
class O_Boat_Transport_01_F { quality = 1; price = 700; };
|
||||
class O_G_Boat_Transport_01_F { quality = 1; price = 700; };
|
||||
class O_Lifeboat { quality = 1; price = 700; };
|
||||
class O_SDV_01_F { quality = 1; price = 1000; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 UAV and UAG
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class B_UAV_01_F { quality = 3; price = 20000; };
|
||||
class B_UAV_02_CAS_F { quality = 3; price = 50000; };
|
||||
class B_UAV_02_F { quality = 3; price = 30000; };
|
||||
class B_UGV_01_F { quality = 3; price = 20000; };
|
||||
class B_UGV_01_rcws_F { quality = 3; price = 100000; };
|
||||
class I_UAV_01_F { quality = 3; price = 20000; };
|
||||
class I_UAV_02_CAS_F { quality = 3; price = 50000; };
|
||||
class I_UAV_02_F { quality = 3; price = 30000; };
|
||||
class I_UGV_01_F { quality = 3; price = 20000; };
|
||||
class I_UGV_01_rcws_F { quality = 3; price = 100000; };
|
||||
class O_UAV_01_F { quality = 3; price = 20000; };
|
||||
class O_UAV_02_CAS_F { quality = 3; price = 50000; };
|
||||
class O_UAV_02_F { quality = 3; price = 30000; };
|
||||
class O_UGV_01_F { quality = 3; price = 20000; };
|
||||
class O_UGV_01_rcws_F { quality = 3; price = 100000; };
|
||||
class B_UAV_02_dynamicLoadout_F { quality = 6; price = 100000; }; // MQ-4A Greyhawk
|
||||
class O_UAV_02_dynamicLoadout_F { quality = 6; price = 100000; }; // K40 Ababil-3
|
||||
class I_UAV_02_dynamicLoadout_F { quality = 6; price = 100000; }; // K40 Ababil-3
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 Unarmed Helicopters
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class B_Heli_Light_01_F { quality = 1; price = 22000; };
|
||||
class B_Heli_Light_01_stripped_F { quality = 1; price = 22000; };
|
||||
class B_Heli_Transport_03_unarmed_F { quality = 1; price = 40000; };
|
||||
class B_Heli_Transport_03_unarmed_green_F { quality = 1; price = 40000; };
|
||||
class C_Heli_Light_01_civil_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_blueLine_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_blue_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_digital_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_elliptical_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_furious_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_graywatcher_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_ion_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_jeans_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_light_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_luxe_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_red_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_shadow_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_sheriff_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_speedy_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_stripped_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_sunset_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_vrana_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_wasp_F { quality = 1; price = 22000; };
|
||||
class C_Heli_light_01_wave_F { quality = 1; price = 22000; };
|
||||
class I_Heli_light_03_unarmed_F { quality = 1; price = 22000; };
|
||||
class O_Heli_Light_02_dynamicLoadout_F { quality = 1; price = 22000; };
|
||||
class O_Heli_Transport_04_F { quality = 1; price = 40000; };
|
||||
class O_Heli_Transport_04_ammo_F { quality = 1; price = 60000; };
|
||||
class O_Heli_Transport_04_ammo_black_F { quality = 1; price = 58000; };
|
||||
class O_Heli_Transport_04_bench_F { quality = 1; price = 40000; };
|
||||
class O_Heli_Transport_04_bench_black_F { quality = 1; price = 40000; };
|
||||
class O_Heli_Transport_04_black_F { quality = 1; price = 40000; };
|
||||
class O_Heli_Transport_04_box_F { quality = 1; price = 40000; };
|
||||
class O_Heli_Transport_04_box_black_F { quality = 1; price = 40000; };
|
||||
class O_Heli_Transport_04_covered_F { quality = 1; price = 48000; };
|
||||
class O_Heli_Transport_04_covered_black_F { quality = 1; price = 48000; };
|
||||
class O_Heli_Transport_04_fuel_F { quality = 1; price = 58000; };
|
||||
class O_Heli_Transport_04_fuel_black_F { quality = 1; price = 58000; };
|
||||
class O_Heli_Transport_04_medevac_F { quality = 1; price = 48000; };
|
||||
class O_Heli_Transport_04_medevac_black_F { quality = 1; price = 48000; };
|
||||
class O_Heli_Transport_04_repair_F { quality = 1; price = 53000; };
|
||||
class O_Heli_Transport_04_repair_black_F { quality = 1; price = 58000; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 Armed Helicopters
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class B_Heli_Attack_01_F { quality = 1; price = 160000; };
|
||||
class B_Heli_Attack_01_dynamicLoadout_F { quality = 1; price = 160000; }; //new dynamic version
|
||||
class B_Heli_Light_01_armed_F { quality = 1; price = 110000; };
|
||||
class B_Heli_Light_01_dynamicLoadout_F { quality = 1; price = 110000; }; //new dynamic version
|
||||
class B_Heli_Transport_01_F { quality = 1; price = 160000; };
|
||||
class B_Heli_Transport_01_camo_F { quality = 1; price = 160000; };
|
||||
class B_Heli_Transport_03_F { quality = 1; price = 160000; };
|
||||
class B_Heli_Transport_03_black_F { quality = 1; price = 160000; };
|
||||
class I_Heli_Transport_02_F { quality = 1; price = 160000; };
|
||||
class I_Heli_light_03_F { quality = 1; price = 110000; };
|
||||
class I_Heli_light_03_dynamicLoadout_F { quality = 1; price = 110000; }; //new dynamic version
|
||||
class O_Heli_Attack_02_F { quality = 1; price = 160000; };
|
||||
class O_Heli_Attack_02_black_F { quality = 1; price = 160000; };
|
||||
class O_Heli_Attack_02_dynamicLoadout_F { quality = 1; price = 160000; }; //new dynamic version
|
||||
class O_Heli_Attack_02_dynamicLoadout_black_F { quality = 1; price = 160000; }; //new dynamic version
|
||||
class O_Heli_Light_02_F { quality = 1; price = 110000; };
|
||||
class O_Heli_Light_02_unarmed_F { quality = 1; price = 110000; };
|
||||
class O_Heli_Light_02_v2_F { quality = 1; price = 110000; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 Planes
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class B_Plane_CAS_01_F { quality = 1; price = 550000; };
|
||||
class B_Plane_CAS_01_dynamicLoadout_F { quality = 1; price = 550000; }; //new dynamic version
|
||||
class GNT_C185 { quality = 1; price = 10000; };
|
||||
class GNT_C185F { quality = 1; price = 10000; };
|
||||
class GNT_C185T { quality = 1; price = 30000; };
|
||||
class I_Plane_Fighter_03_AA_F { quality = 1; price = 550000; };
|
||||
class I_Plane_Fighter_03_CAS_F { quality = 1; price = 550000; };
|
||||
class I_Plane_Fighter_03_dynamicLoadout_F { quality = 1; price = 550000; }; //new dynamic version
|
||||
class O_Plane_CAS_02_F { quality = 1; price = 550000; };
|
||||
class O_Plane_CAS_02_dynamicLoadout_F { quality = 1; price = 550000; }; //new dynamic version
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 Taru Pod - NOT LISTED IN TRADERS
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class Land_Pod_Heli_Transport_04_bench_F { quality = 3; price = 10000; }; // Taru Bench Pod
|
||||
class Land_Pod_Heli_Transport_04_covered_F { quality = 3; price = 10000; }; // Taru Transport Pod
|
||||
class Land_Pod_Heli_Transport_04_medevac_F { quality = 3; price = 10000; }; // Taru Medical Pod
|
||||
class Land_Pod_Heli_Transport_04_bench_black_F { quality = 3; price = 10000; }; // Taru Bench Pod
|
||||
class Land_Pod_Heli_Transport_04_covered_black_F { quality = 3; price = 10000; }; // Taru Transport Pod
|
||||
class Land_Pod_Heli_Transport_04_medevac_black_F { quality = 3; price = 10000; }; // Taru Medical Pod
|
354
mpmissions/Exile.Altis/TRADERS/ARMA3V/TraderCategoriesARMA3V.hpp
Normal file
354
mpmissions/Exile.Altis/TRADERS/ARMA3V/TraderCategoriesARMA3V.hpp
Normal file
@ -0,0 +1,354 @@
|
||||
class A3Cars
|
||||
{
|
||||
name = "Arma 3 Cars";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"B_G_Offroad_01_F",
|
||||
"B_G_Offroad_01_repair_F",
|
||||
"B_G_Quadbike_01_F",
|
||||
"B_MRAP_01_F",
|
||||
"B_Quadbike_01_F",
|
||||
"C_Hatchback_01_F",
|
||||
"C_Hatchback_01_beigecustom_F",
|
||||
"C_Hatchback_01_black_F",
|
||||
"C_Hatchback_01_blue_F",
|
||||
"C_Hatchback_01_bluecustom_F",
|
||||
"C_Hatchback_01_dark_F",
|
||||
"C_Hatchback_01_green_F",
|
||||
"C_Hatchback_01_grey_F",
|
||||
"C_Hatchback_01_sport_F",
|
||||
"C_Hatchback_01_sport_blue_F",
|
||||
"C_Hatchback_01_sport_green_F",
|
||||
"C_Hatchback_01_sport_grey_F",
|
||||
"C_Hatchback_01_sport_orange_F",
|
||||
"C_Hatchback_01_sport_red_F",
|
||||
"C_Hatchback_01_sport_white_F",
|
||||
"C_Hatchback_01_white_F",
|
||||
"C_Hatchback_01_yellow_F",
|
||||
"C_Kart_01_Blu_F",
|
||||
"C_Kart_01_F",
|
||||
"C_Kart_01_Fuel_F",
|
||||
"C_Kart_01_Red_F",
|
||||
"C_Kart_01_Vrana_F",
|
||||
"C_Kart_01_black_F",
|
||||
"C_Kart_01_green_F",
|
||||
"C_Kart_01_orange_F",
|
||||
"C_Kart_01_white_F",
|
||||
"C_Kart_01_yellow_F",
|
||||
"C_Offroad_01_F",
|
||||
"C_Offroad_01_blue_F",
|
||||
"C_Offroad_01_bluecustom_F",
|
||||
"C_Offroad_01_darkred_F",
|
||||
"C_Offroad_01_red_F",
|
||||
"C_Offroad_01_repair_F",
|
||||
"C_Offroad_01_sand_F",
|
||||
"C_Offroad_01_white_F",
|
||||
"C_Offroad_default_F",
|
||||
"C_Offroad_luxe_F",
|
||||
"C_Offroad_stripped_F",
|
||||
"I_G_Offroad_01_F",
|
||||
"C_SUV_01_F",
|
||||
"C_IDAP_Offroad_01_F",
|
||||
"C_IDAP_Offroad_02_unarmed_F",
|
||||
"O_G_Offroad_01_F",
|
||||
"C_Quadbike_01_F",
|
||||
"C_Quadbike_01_black_F",
|
||||
"C_Quadbike_01_blue_F",
|
||||
"C_Quadbike_01_red_F",
|
||||
"C_Quadbike_01_white_F",
|
||||
"I_G_Quadbike_01_F",
|
||||
"I_MRAP_03_F",
|
||||
"I_Quadbike_01_F",
|
||||
"O_G_Quadbike_01_F",
|
||||
"O_MRAP_02_F",
|
||||
"O_Quadbike_01_F",
|
||||
"B_T_MRAP_01_F",
|
||||
"B_T_MRAP_01_gmg_F",
|
||||
"B_T_MRAP_01_hmg_F",
|
||||
"O_T_MRAP_02_ghex_F",
|
||||
"B_GEN_Offroad_01_gen_F",
|
||||
"C_Offroad_02_unarmed_black_F",
|
||||
"C_Offroad_02_unarmed_blue_F",
|
||||
"C_Offroad_02_unarmed_green_F",
|
||||
"C_Offroad_02_unarmed_orange_F",
|
||||
"C_Offroad_02_unarmed_red_F",
|
||||
"C_Offroad_02_unarmed_white_F",
|
||||
"I_C_Offroad_02_unarmed_F",
|
||||
"I_C_Offroad_02_unarmed_brown_F",
|
||||
"I_C_Offroad_02_unarmed_olive_F",
|
||||
"volha_Civ_01",
|
||||
"volha_Civ_02",
|
||||
"volha_Civ_03"
|
||||
};
|
||||
};
|
||||
class A3Trucks
|
||||
{
|
||||
name = "Arma 3 Trucks";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"B_G_Van_01_fuel_F",
|
||||
"B_G_Van_01_transport_F",
|
||||
"B_Truck_01_Repair_F",
|
||||
"B_Truck_01_ammo_F",
|
||||
"B_Truck_01_box_F",
|
||||
"B_Truck_01_covered_F",
|
||||
"B_Truck_01_fuel_F",
|
||||
"B_Truck_01_medical_F",
|
||||
"B_Truck_01_mover_F",
|
||||
"B_Truck_01_transport_F",
|
||||
"C_IDAP_Truck_02_F",
|
||||
"C_IDAP_Truck_02_transport_F",
|
||||
"C_IDAP_Truck_02_water_F",
|
||||
"C_Truck_02_box_F",
|
||||
"C_Truck_02_covered_F",
|
||||
"C_Truck_02_fuel_F",
|
||||
"C_Truck_02_transport_F",
|
||||
"C_Van_01_box_F",
|
||||
"C_Van_01_box_red_F",
|
||||
"C_Van_01_box_white_F",
|
||||
"C_Van_01_fuel_F",
|
||||
"C_Van_01_fuel_red_F",
|
||||
"C_Van_01_fuel_red_v2_F",
|
||||
"C_Van_01_fuel_white_F",
|
||||
"C_Van_01_fuel_white_v2_F",
|
||||
"C_Van_01_transport_F",
|
||||
"C_Van_01_transport_red_F",
|
||||
"C_Van_01_transport_white_F",
|
||||
"I_G_Offroad_01_repair_F",
|
||||
"I_G_Van_01_fuel_F",
|
||||
"I_G_Van_01_transport_F",
|
||||
"I_Truck_02_ammo_F",
|
||||
"I_Truck_02_box_F",
|
||||
"I_Truck_02_covered_F",
|
||||
"I_Truck_02_fuel_F",
|
||||
"I_Truck_02_medical_F",
|
||||
"I_Truck_02_transport_F",
|
||||
"O_G_Offroad_01_F",
|
||||
"O_G_Offroad_01_repair_F",
|
||||
"O_G_Van_01_fuel_F",
|
||||
"O_G_Van_01_transport_F",
|
||||
"O_Truck_02_Ammo_F",
|
||||
"O_Truck_02_box_F",
|
||||
"O_Truck_02_covered_F",
|
||||
"O_Truck_02_fuel_F",
|
||||
"O_Truck_02_medical_F",
|
||||
"O_Truck_02_transport_F",
|
||||
"O_Truck_03_ammo_F",
|
||||
"O_Truck_03_covered_F",
|
||||
"O_Truck_03_device_F",
|
||||
"O_Truck_03_fuel_F",
|
||||
"O_Truck_03_medical_F",
|
||||
"O_Truck_03_repair_F",
|
||||
"O_Truck_03_transport_F"
|
||||
};
|
||||
};
|
||||
|
||||
class A3Armed
|
||||
{
|
||||
name = "Arma 3 Armed";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"I_G_Offroad_01_armed_F",
|
||||
"B_APC_Wheeled_01_cannon_F",
|
||||
"B_G_Offroad_01_armed_F",
|
||||
"B_MRAP_01_gmg_F",
|
||||
"B_MRAP_01_hmg_F",
|
||||
"I_APC_Wheeled_03_cannon_F",
|
||||
"I_MRAP_03_gmg_F",
|
||||
"I_MRAP_03_hmg_F",
|
||||
"O_G_Offroad_01_armed_F",
|
||||
"O_MRAP_02_gmg_F",
|
||||
"O_MRAP_02_hmg_F",
|
||||
"O_T_MRAP_02_gmg_ghex_F",
|
||||
"O_T_MRAP_02_hmg_ghex_F"
|
||||
};
|
||||
};
|
||||
|
||||
class A3Tanks
|
||||
{
|
||||
name = "Arma 3 Tanks and Tracked";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\gps_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
/*
|
||||
"B_APC_Tracked_01_AA_F",
|
||||
"B_APC_Tracked_01_CRV_F",
|
||||
"B_APC_Tracked_01_rcws_F",
|
||||
"B_MBT_01_TUSK_F",
|
||||
"B_MBT_01_arty_F",
|
||||
"B_MBT_01_cannon_F",
|
||||
"B_MBT_01_mlrs_F",
|
||||
"I_APC_tracked_03_cannon_F",
|
||||
"I_MBT_03_cannon_F",
|
||||
"O_APC_Tracked_02_AA_F",
|
||||
"O_APC_Tracked_02_cannon_F",
|
||||
"O_APC_Wheeled_02_rcws_F",
|
||||
"O_MBT_02_arty_F",
|
||||
"O_MBT_02_cannon_F"
|
||||
*/
|
||||
};
|
||||
};
|
||||
|
||||
class A3Boats
|
||||
{
|
||||
name = "Arma 3 Boats";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\gps_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"B_Boat_Armed_01_minigun_F",
|
||||
"B_Boat_Transport_01_F",
|
||||
"B_G_Boat_Transport_01_F",
|
||||
"B_Lifeboat",
|
||||
"B_SDV_01_F",
|
||||
"C_Boat_Civil_01_F",
|
||||
"C_Boat_Civil_01_police_F",
|
||||
"C_Boat_Civil_01_rescue_F",
|
||||
"C_Rubberboat",
|
||||
"I_Boat_Armed_01_minigun_F",
|
||||
"I_Boat_Transport_01_F",
|
||||
"I_G_Boat_Transport_01_F",
|
||||
"I_SDV_01_F",
|
||||
"O_Boat_Transport_01_F",
|
||||
"O_G_Boat_Transport_01_F",
|
||||
"O_Lifeboat",
|
||||
"O_SDV_01_F"
|
||||
//"O_Boat_Armed_01_hmg_F"
|
||||
};
|
||||
};
|
||||
|
||||
class A3UAVs
|
||||
{
|
||||
name = "Arma 3 Unmanned Aerial Vehicles";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\gps_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
|
||||
"B_UAV_01_F",
|
||||
"B_UAV_02_F",
|
||||
"B_UAV_02_CAS_F",
|
||||
"O_UAV_01_F",
|
||||
"O_UAV_02_F",
|
||||
"O_UAV_02_CAS_F",
|
||||
"I_UAV_01_F",
|
||||
"I_UAV_02_F",
|
||||
"I_UAV_02_CAS_F"
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
class A3UGVs
|
||||
{
|
||||
name = "Arma 3 Unmanned Ground Vehicles";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\gps_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
|
||||
"B_UGV_01_F",
|
||||
"B_UGV_01_rcws_F",
|
||||
"I_UGV_01_F",
|
||||
"I_UGV_01_rcws_F",
|
||||
"O_UGV_01_F",
|
||||
"O_UGV_01_rcws_F"
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
class A3unarmedChoppers
|
||||
{
|
||||
name = "Arma 3 unarmed Helicopters";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"B_Heli_Light_01_F",
|
||||
"B_Heli_Light_01_stripped_F",
|
||||
"B_Heli_Transport_03_unarmed_F",
|
||||
"B_Heli_Transport_03_unarmed_green_F",
|
||||
"C_Heli_Light_01_civil_F",
|
||||
"C_Heli_light_01_blueLine_F",
|
||||
"C_Heli_light_01_blue_F",
|
||||
"C_Heli_light_01_digital_F",
|
||||
"C_Heli_light_01_elliptical_F",
|
||||
"C_Heli_light_01_furious_F",
|
||||
"C_Heli_light_01_graywatcher_F",
|
||||
"C_Heli_light_01_ion_F",
|
||||
"C_Heli_light_01_jeans_F",
|
||||
"C_Heli_light_01_light_F",
|
||||
"C_Heli_light_01_luxe_F",
|
||||
"C_Heli_light_01_red_F",
|
||||
"C_Heli_light_01_shadow_F",
|
||||
"C_Heli_light_01_sheriff_F",
|
||||
"C_Heli_light_01_speedy_F",
|
||||
"C_Heli_light_01_stripped_F",
|
||||
"C_Heli_light_01_sunset_F",
|
||||
"C_Heli_light_01_vrana_F",
|
||||
"C_Heli_light_01_wasp_F",
|
||||
"C_Heli_light_01_wave_F",
|
||||
"I_Heli_light_03_unarmed_F",
|
||||
"O_Heli_Light_02_dynamicLoadout_F",
|
||||
"O_Heli_Transport_04_F",
|
||||
"O_Heli_Transport_04_ammo_F",
|
||||
"O_Heli_Transport_04_ammo_black_F",
|
||||
"O_Heli_Transport_04_bench_F",
|
||||
"O_Heli_Transport_04_bench_black_F",
|
||||
"O_Heli_Transport_04_black_F",
|
||||
"O_Heli_Transport_04_box_F",
|
||||
"O_Heli_Transport_04_box_black_F",
|
||||
"O_Heli_Transport_04_covered_F",
|
||||
"O_Heli_Transport_04_covered_black_F",
|
||||
"O_Heli_Transport_04_fuel_F",
|
||||
"O_Heli_Transport_04_fuel_black_F",
|
||||
"O_Heli_Transport_04_medevac_F",
|
||||
"O_Heli_Transport_04_medevac_black_F",
|
||||
"O_Heli_Transport_04_repair_F",
|
||||
"O_Heli_Transport_04_repair_black_F"
|
||||
};
|
||||
};
|
||||
|
||||
class A3armedChoppers
|
||||
{
|
||||
name = "Arma 3 armed Helicopters";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
//"B_Heli_Attack_01_F", // disabled for newer version
|
||||
"B_Heli_Attack_01_dynamicLoadout_F",
|
||||
//"B_Heli_Light_01_armed_F", // disabled for newer version
|
||||
"B_Heli_Light_01_dynamicLoadout_F",
|
||||
"B_Heli_Transport_01_F",
|
||||
"B_Heli_Transport_01_camo_F",
|
||||
"B_Heli_Transport_03_F",
|
||||
"B_Heli_Transport_03_black_F",
|
||||
"I_Heli_Transport_02_F",
|
||||
//"I_Heli_light_03_F", // disabled for newer version
|
||||
"I_Heli_light_03_dynamicLoadout_F",
|
||||
//"O_Heli_Attack_02_F", // disabled for newer version
|
||||
//"O_Heli_Attack_02_black_F", // disabled for newer version
|
||||
"O_Heli_Attack_02_dynamicLoadout_F",
|
||||
"O_Heli_Attack_02_dynamicLoadout_black_F",
|
||||
"O_Heli_Light_02_F",
|
||||
"O_Heli_Light_02_unarmed_F",
|
||||
"O_Heli_Light_02_v2_F"
|
||||
};
|
||||
};
|
||||
|
||||
class A3Planes
|
||||
{
|
||||
name = "Arma 3 Planes";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
//"B_Plane_CAS_01_F", // disabled for newer version
|
||||
"B_Plane_CAS_01_dynamicLoadout_F",
|
||||
"GNT_C185",
|
||||
"GNT_C185F",
|
||||
"GNT_C185T",
|
||||
"I_Plane_Fighter_03_AA_F",
|
||||
"I_Plane_Fighter_03_CAS_F",
|
||||
"I_Plane_Fighter_03_dynamicLoadout_F",
|
||||
//"O_Plane_CAS_02_F", // disabled for newer version
|
||||
"O_Plane_CAS_02_dynamicLoadout_F"
|
||||
};
|
||||
};
|
88
mpmissions/Exile.Altis/TRADERS/ARMA3W/ItemListARMA3W.hpp
Normal file
88
mpmissions/Exile.Altis/TRADERS/ARMA3W/ItemListARMA3W.hpp
Normal file
@ -0,0 +1,88 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 Weapons & Gear
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Dropped by AI or default things not in traders - to be sold only
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class FirstAidKit { quality = 1; price = 100; };
|
||||
class Medikit { quality = 1; price = 100; };
|
||||
class MineDetector { quality = 1; price = 100; };
|
||||
class ToolKit { quality = 1; price = 100; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Launchers
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class launch_B_Titan_F { quality = 3; price = 7500; sellPrice = 1500; };
|
||||
class launch_B_Titan_short_F { quality = 3; price = 7500; sellPrice = 1500; };
|
||||
class launch_I_Titan_F { quality = 3; price = 7500; sellPrice = 1500; };
|
||||
class launch_I_Titan_short_F { quality = 3; price = 7500; sellPrice = 1500; };
|
||||
class launch_NLAW_F { quality = 3; price = 7500; sellPrice = 1500; };
|
||||
class launch_O_Titan_F { quality = 3; price = 7500; sellPrice = 1500; };
|
||||
class launch_O_Titan_short_F { quality = 3; price = 7500; sellPrice = 1500; };
|
||||
class launch_RPG32_F { quality = 3; price = 7500; sellPrice = 1500; };
|
||||
class launch_Titan_F { quality = 3; price = 7500; sellPrice = 1500; };
|
||||
class launch_Titan_short_F { quality = 3; price = 7500; sellPrice = 1500; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Launcher Ammo
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class NLAW_F { quality = 1; price = 3000; };
|
||||
class RPG32_F { quality = 1; price = 3000; };
|
||||
class RPG32_HE_F { quality = 1; price = 3000; };
|
||||
class Titan_AA { quality = 1; price = 3000; };
|
||||
class Titan_AP { quality = 1; price = 3000; };
|
||||
class Titan_AT { quality = 1; price = 3000; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 HMG - NOT LISTED IN TRADER
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class B_HMG_01_F { quality = 6; price = 75000; }; // Mk30 HMG
|
||||
class O_HMG_01_F { quality = 6; price = 75000; }; // Mk30 HMG
|
||||
class I_HMG_01_F { quality = 6; price = 75000; }; // Mk30 HMG
|
||||
class B_HMG_01_high_F { quality = 6; price = 75000; }; // Mk30 HMG Raised
|
||||
class O_HMG_01_high_F { quality = 6; price = 75000; }; // Mk30 HMG Raised
|
||||
class I_HMG_01_high_F { quality = 6; price = 75000; }; // Mk30 HMG Raised
|
||||
class B_HMG_01_A_F { quality = 6; price = 75000; }; // Mk30A HMG
|
||||
class O_HMG_01_A_F { quality = 6; price = 75000; }; // Mk30A HMG
|
||||
class I_HMG_01_A_F { quality = 6; price = 75000; }; // Mk30A HMG
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 GMG - NOT LISTED IN TRADER
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
class B_GMG_01_F { quality = 6; price = 75000; }; // Mk32 GMG
|
||||
class O_GMG_01_F { quality = 6; price = 75000; }; // Mk32 GMG
|
||||
class I_GMG_01_F { quality = 6; price = 75000; }; // Mk32 GMG
|
||||
class B_GMG_01_high_F { quality = 6; price = 75000; }; // Mk32 GMG Raised
|
||||
class O_GMG_01_high_F { quality = 6; price = 75000; }; // Mk32 GMG Raised
|
||||
class I_GMG_01_high_F { quality = 6; price = 75000; }; // Mk32 GMG Raised
|
||||
class B_GMG_01_A_F { quality = 6; price = 75000; }; // Mk32A GMG
|
||||
class O_GMG_01_A_F { quality = 6; price = 75000; }; // Mk32A GMG
|
||||
class I_GMG_01_A_F { quality = 6; price = 75000; }; // Mk32A GMG
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 Mortar - NOT LISTED IN TRADER
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
class B_Mortar_01_F { quality = 6; price = 100000; }; // Mk6 Mortar
|
||||
class O_Mortar_01_F { quality = 6; price = 100000; }; // Mk6 Mortar
|
||||
class I_Mortar_01_F { quality = 6; price = 100000; }; // Mk6 Mortar
|
||||
class I_G_Mortar_01_F { quality = 6; price = 100000; }; // Mk6 Mortar
|
||||
class B_G_Mortar_01_F { quality = 6; price = 100000; }; // Mk6 Mortar
|
||||
class O_G_Mortar_01_F { quality = 6; price = 100000; }; // Mk6 Mortar
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 AA - NOT LISTED IN TRADER
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
class B_static_AA_F { quality = 6; price = 100000; }; // Titan Launcher (AA) [NATO]
|
||||
class O_static_AA_F { quality = 6; price = 100000; }; // Titan Launcher (AA) [CSAT]
|
||||
class I_static_AA_F { quality = 6; price = 100000; }; // Titan Launcher (AA) [AAF]
|
||||
class B_static_AT_F { quality = 6; price = 100000; }; // Titan Launcher (AT) [NATO]
|
||||
class O_static_AT_F { quality = 6; price = 100000; }; // Titan Launcher (AT) [CSAT]
|
||||
class I_static_AT_F { quality = 6; price = 100000; }; // Titan Launcher (AT) [AAF]
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Arma 3 Designator - NOT LISTED IN TRADER
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
class B_Static_Designator_01_F { quality = 6; price = 100000; };
|
||||
class O_Static_Designator_02_F { quality = 6; price = 100000; };
|
@ -0,0 +1,44 @@
|
||||
class A3Headgear
|
||||
{
|
||||
name = "Arma 3 Headgear ";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
// all now included in default Exile list
|
||||
};
|
||||
};
|
||||
|
||||
class A3Launchers
|
||||
{
|
||||
name = "Arma 3 Launchers";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\cargothrow_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"launch_B_Titan_F",
|
||||
"launch_B_Titan_short_F",
|
||||
"launch_I_Titan_F",
|
||||
"launch_I_Titan_short_F",
|
||||
"launch_NLAW_F",
|
||||
"launch_O_Titan_F",
|
||||
"launch_O_Titan_short_F",
|
||||
"launch_RPG32_F",
|
||||
"launch_Titan_F",
|
||||
"launch_Titan_short_F"
|
||||
};
|
||||
};
|
||||
|
||||
class A3LauncherAmmo
|
||||
{
|
||||
name = "Arma 3 Launcher Ammo";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"NLAW_F",
|
||||
"Titan_AA",
|
||||
"Titan_AP",
|
||||
"Titan_AT",
|
||||
"RPG32_F",
|
||||
"RPG32_HE_F"
|
||||
};
|
||||
};
|
||||
|
336
mpmissions/Exile.Altis/TRADERS/CUNITS/ItemListCUNITS.hpp
Normal file
336
mpmissions/Exile.Altis/TRADERS/CUNITS/ItemListCUNITS.hpp
Normal file
@ -0,0 +1,336 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// CUPUnitsPriceList
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Uniforms
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_O_TKI_Khet_Jeans_01 { quality = 1; price = 80; };
|
||||
class CUP_O_TKI_Khet_Jeans_02 { quality = 1; price = 80; };
|
||||
class CUP_O_TKI_Khet_Jeans_03 { quality = 1; price = 80; };
|
||||
class CUP_O_TKI_Khet_Jeans_04 { quality = 1; price = 80; };
|
||||
class CUP_O_TKI_Khet_Partug_01 { quality = 1; price = 80; };
|
||||
class CUP_O_TKI_Khet_Partug_02 { quality = 1; price = 80; };
|
||||
class CUP_O_TKI_Khet_Partug_03 { quality = 1; price = 80; };
|
||||
class CUP_O_TKI_Khet_Partug_04 { quality = 1; price = 80; };
|
||||
class CUP_O_TKI_Khet_Partug_05 { quality = 1; price = 80; };
|
||||
class CUP_O_TKI_Khet_Partug_06 { quality = 1; price = 80; };
|
||||
class CUP_O_TKI_Khet_Partug_07 { quality = 1; price = 80; };
|
||||
class CUP_O_TKI_Khet_Partug_08 { quality = 1; price = 80; };
|
||||
class CUP_U_B_BAF_DDPM_S1_RolledUp { quality = 1; price = 80; };
|
||||
class CUP_U_B_BAF_DDPM_S1_UnRolled { quality = 1; price = 80; };
|
||||
class CUP_U_B_BAF_DDPM_Tshirt { quality = 1; price = 80; };
|
||||
class CUP_U_B_BAF_DPM_S1_RolledUp { quality = 1; price = 80; };
|
||||
class CUP_U_B_BAF_DPM_S2_UnRolled { quality = 1; price = 80; };
|
||||
class CUP_U_B_BAF_DPM_Tshirt { quality = 1; price = 80; };
|
||||
class CUP_U_B_BAF_MTP_S1_RolledUp { quality = 1; price = 80; };
|
||||
class CUP_U_B_BAF_MTP_S2_UnRolled { quality = 1; price = 80; };
|
||||
class CUP_U_B_BAF_MTP_S3_RolledUp { quality = 1; price = 80; };
|
||||
class CUP_U_B_BAF_MTP_S4_UnRolled { quality = 1; price = 80; };
|
||||
class CUP_U_B_BAF_MTP_S5_UnRolled { quality = 1; price = 80; };
|
||||
class CUP_U_B_BAF_MTP_S6_UnRolled { quality = 1; price = 80; };
|
||||
class CUP_U_B_BAF_MTP_Tshirt { quality = 1; price = 80; };
|
||||
class CUP_U_B_CZ_WDL_TShirt { quality = 1; price = 80; };
|
||||
class CUP_U_B_FR_Corpsman { quality = 1; price = 80; };
|
||||
class CUP_U_B_FR_DirAction { quality = 1; price = 80; };
|
||||
class CUP_U_B_FR_DirAction2 { quality = 1; price = 80; };
|
||||
class CUP_U_B_FR_Light { quality = 1; price = 80; };
|
||||
class CUP_U_B_FR_Officer { quality = 1; price = 80; };
|
||||
class CUP_U_B_FR_Scout { quality = 1; price = 80; };
|
||||
class CUP_U_B_FR_Scout1 { quality = 1; price = 80; };
|
||||
class CUP_U_B_FR_Scout2 { quality = 1; price = 80; };
|
||||
class CUP_U_B_FR_Scout3 { quality = 1; price = 80; };
|
||||
class CUP_U_B_FR_SpecOps { quality = 1; price = 80; };
|
||||
class CUP_U_B_GER_Fleck_Ghillie { quality = 1; price = 80; };
|
||||
class CUP_U_B_GER_Flecktarn_1 { quality = 1; price = 80; };
|
||||
class CUP_U_B_GER_Flecktarn_2 { quality = 1; price = 80; };
|
||||
class CUP_U_B_GER_Ghillie { quality = 1; price = 80; };
|
||||
class CUP_U_B_GER_Tropentarn_1 { quality = 1; price = 80; };
|
||||
class CUP_U_B_GER_Tropentarn_2 { quality = 1; price = 80; };
|
||||
class CUP_U_B_USMC_Ghillie_WDL { quality = 1; price = 80; };
|
||||
class CUP_U_B_USMC_MARPAT_WDL_Kneepad { quality = 1; price = 80; };
|
||||
class CUP_U_B_USMC_MARPAT_WDL_RollUpKneepad { quality = 1; price = 80; };
|
||||
class CUP_U_B_USMC_MARPAT_WDL_RolledUp { quality = 1; price = 80; };
|
||||
class CUP_U_B_USMC_MARPAT_WDL_Sleeves { quality = 1; price = 80; };
|
||||
class CUP_U_B_USMC_MARPAT_WDL_TwoKneepads { quality = 1; price = 80; };
|
||||
class CUP_U_B_USMC_Officer { quality = 1; price = 80; };
|
||||
class CUP_U_B_USMC_PilotOverall { quality = 1; price = 80; };
|
||||
class CUP_U_C_Citizen_01 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Citizen_02 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Citizen_03 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Citizen_04 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Pilot_01 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Profiteer_01 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Profiteer_02 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Profiteer_03 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Profiteer_04 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Villager_01 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Villager_02 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Villager_03 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Villager_04 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Woodlander_01 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Woodlander_02 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Woodlander_03 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Woodlander_04 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Worker_01 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Worker_02 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Worker_03 { quality = 1; price = 80; };
|
||||
class CUP_U_C_Worker_04 { quality = 1; price = 80; };
|
||||
class CUP_U_I_GUE_Flecktarn { quality = 1; price = 80; };
|
||||
class CUP_U_I_GUE_Flecktarn2 { quality = 1; price = 80; };
|
||||
class CUP_U_I_GUE_Flecktarn3 { quality = 1; price = 80; };
|
||||
class CUP_U_I_GUE_Woodland1 { quality = 1; price = 80; };
|
||||
class CUP_U_I_Ghillie_Top { quality = 1; price = 80; };
|
||||
class CUP_U_I_RACS_Desert_1 { quality = 1; price = 80; };
|
||||
class CUP_U_I_RACS_Desert_2 { quality = 1; price = 80; };
|
||||
class CUP_U_I_RACS_PilotOverall { quality = 1; price = 80; };
|
||||
class CUP_U_I_RACS_Urban_1 { quality = 1; price = 80; };
|
||||
class CUP_U_I_RACS_Urban_2 { quality = 1; price = 80; };
|
||||
class CUP_U_O_Partisan_TTsKO { quality = 1; price = 80; };
|
||||
class CUP_U_O_Partisan_TTsKO_Mixed { quality = 1; price = 80; };
|
||||
class CUP_U_O_Partisan_VSR_Mixed1 { quality = 1; price = 80; };
|
||||
class CUP_U_O_Partisan_VSR_Mixed2 { quality = 1; price = 80; };
|
||||
class CUP_U_O_SLA_Desert { quality = 1; price = 80; };
|
||||
class CUP_U_O_SLA_Green { quality = 1; price = 80; };
|
||||
class CUP_U_O_SLA_MixedCamo { quality = 1; price = 80; };
|
||||
class CUP_U_O_SLA_Officer { quality = 1; price = 80; };
|
||||
class CUP_U_O_SLA_Officer_Suit { quality = 1; price = 80; };
|
||||
class CUP_U_O_SLA_Overalls_Pilot { quality = 1; price = 80; };
|
||||
class CUP_U_O_SLA_Overalls_Tank { quality = 1; price = 80; };
|
||||
class CUP_U_O_SLA_Urban { quality = 1; price = 80; };
|
||||
class CUP_U_O_TK_Ghillie { quality = 1; price = 80; };
|
||||
class CUP_U_O_TK_Ghillie_Top { quality = 1; price = 80; };
|
||||
class CUP_U_O_TK_Green { quality = 1; price = 80; };
|
||||
class CUP_U_O_TK_MixedCamo { quality = 1; price = 80; };
|
||||
class CUP_U_O_TK_Officer { quality = 1; price = 80; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Backpacks
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_B_ACRPara_m95 { quality = 1; price = 200; };
|
||||
class CUP_B_AssaultPack_ACU { quality = 1; price = 200; };
|
||||
class CUP_B_AssaultPack_Black { quality = 1; price = 200; };
|
||||
class CUP_B_AssaultPack_Coyote { quality = 1; price = 200; };
|
||||
class CUP_B_Bergen_BAF { quality = 1; price = 200; };
|
||||
class CUP_B_CivPack_WDL { quality = 1; price = 200; };
|
||||
class CUP_B_GER_Pack_Flecktarn { quality = 1; price = 200; };
|
||||
class CUP_B_GER_Pack_Tropentarn { quality = 1; price = 200; };
|
||||
class CUP_B_HikingPack_Civ { quality = 1; price = 200; };
|
||||
class CUP_B_MOLLE_WDL { quality = 1; price = 200; };
|
||||
class CUP_B_RUS_Backpack { quality = 1; price = 200; };
|
||||
class CUP_B_USMC_AssaultPack { quality = 1; price = 200; };
|
||||
class CUP_B_USMC_MOLLE { quality = 1; price = 200; };
|
||||
class CUP_B_USPack_Black { quality = 1; price = 200; };
|
||||
class CUP_B_USPack_Coyote { quality = 1; price = 200; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Headgear
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//class CUP_H_SLA_BeretRed { quality = 1; price = 60; };
|
||||
class CUP_H_BAF_Helmet_1_DDPM { quality = 1; price = 60; };
|
||||
class CUP_H_BAF_Helmet_1_DPM { quality = 1; price = 60; };
|
||||
class CUP_H_BAF_Helmet_1_MTP { quality = 1; price = 60; };
|
||||
class CUP_H_BAF_Helmet_2_DDPM { quality = 1; price = 60; };
|
||||
class CUP_H_BAF_Helmet_2_DPM { quality = 1; price = 60; };
|
||||
class CUP_H_BAF_Helmet_2_MTP { quality = 1; price = 60; };
|
||||
class CUP_H_BAF_Helmet_3_DDPM { quality = 1; price = 60; };
|
||||
class CUP_H_BAF_Helmet_3_DPM { quality = 1; price = 60; };
|
||||
class CUP_H_BAF_Helmet_3_MTP { quality = 1; price = 60; };
|
||||
class CUP_H_BAF_Helmet_4_DDPM { quality = 1; price = 60; };
|
||||
class CUP_H_BAF_Helmet_4_DPM { quality = 1; price = 60; };
|
||||
class CUP_H_BAF_Helmet_4_MTP { quality = 1; price = 60; };
|
||||
class CUP_H_BAF_Officer_Beret_PRR_O { quality = 1; price = 60; };
|
||||
class CUP_H_C_Beanie_01 { quality = 1; price = 60; };
|
||||
class CUP_H_C_Beanie_02 { quality = 1; price = 60; };
|
||||
class CUP_H_C_Beanie_03 { quality = 1; price = 60; };
|
||||
class CUP_H_C_Beanie_04 { quality = 1; price = 60; };
|
||||
class CUP_H_C_Beret_01 { quality = 1; price = 60; };
|
||||
class CUP_H_C_Beret_02 { quality = 1; price = 60; };
|
||||
class CUP_H_C_Beret_03 { quality = 1; price = 60; };
|
||||
class CUP_H_C_Beret_04 { quality = 1; price = 60; };
|
||||
class CUP_H_C_Ushanka_01 { quality = 1; price = 60; };
|
||||
class CUP_H_C_Ushanka_02 { quality = 1; price = 60; };
|
||||
class CUP_H_C_Ushanka_03 { quality = 1; price = 60; };
|
||||
class CUP_H_C_Ushanka_04 { quality = 1; price = 60; };
|
||||
class CUP_H_FR_BandanaGreen { quality = 1; price = 60; };
|
||||
class CUP_H_FR_BandanaWdl { quality = 1; price = 60; };
|
||||
class CUP_H_FR_Bandana_Headset { quality = 1; price = 60; };
|
||||
class CUP_H_FR_BeanieGreen { quality = 1; price = 60; };
|
||||
class CUP_H_FR_BoonieMARPAT { quality = 1; price = 60; };
|
||||
class CUP_H_FR_BoonieWDL { quality = 1; price = 60; };
|
||||
class CUP_H_FR_Cap_Headset_Green { quality = 1; price = 60; };
|
||||
class CUP_H_FR_Cap_Officer_Headset { quality = 1; price = 60; };
|
||||
class CUP_H_FR_ECH { quality = 1; price = 60; };
|
||||
class CUP_H_FR_Headband_Headset { quality = 1; price = 60; };
|
||||
class CUP_H_FR_Headset { quality = 1; price = 60; };
|
||||
class CUP_H_FR_PRR_BoonieWDL { quality = 1; price = 60; };
|
||||
class CUP_H_GER_Boonie_Flecktarn { quality = 1; price = 60; };
|
||||
class CUP_H_GER_Boonie_desert { quality = 1; price = 60; };
|
||||
class CUP_H_NAPA_Fedora { quality = 1; price = 60; };
|
||||
class CUP_H_Navy_CrewHelmet_Blue { quality = 1; price = 60; };
|
||||
class CUP_H_Navy_CrewHelmet_Brown { quality = 1; price = 60; };
|
||||
class CUP_H_Navy_CrewHelmet_Green { quality = 1; price = 60; };
|
||||
class CUP_H_Navy_CrewHelmet_Red { quality = 1; price = 60; };
|
||||
class CUP_H_Navy_CrewHelmet_Violet { quality = 1; price = 60; };
|
||||
class CUP_H_Navy_CrewHelmet_White { quality = 1; price = 60; };
|
||||
class CUP_H_Navy_CrewHelmet_Yellow { quality = 1; price = 60; };
|
||||
class CUP_H_PMC_Cap_Grey { quality = 1; price = 60; };
|
||||
class CUP_H_PMC_Cap_PRR_Grey { quality = 1; price = 60; };
|
||||
class CUP_H_PMC_Cap_PRR_Tan { quality = 1; price = 60; };
|
||||
class CUP_H_PMC_Cap_Tan { quality = 1; price = 60; };
|
||||
class CUP_H_PMC_EP_Headset { quality = 1; price = 60; };
|
||||
class CUP_H_PMC_PRR_Headset { quality = 1; price = 60; };
|
||||
class CUP_H_RACS_Beret_Blue { quality = 1; price = 60; };
|
||||
class CUP_H_RACS_Helmet_DPAT { quality = 1; price = 60; };
|
||||
class CUP_H_RACS_Helmet_Des { quality = 1; price = 60; };
|
||||
class CUP_H_RACS_Helmet_Goggles_DPAT { quality = 1; price = 60; };
|
||||
class CUP_H_RACS_Helmet_Goggles_Des { quality = 1; price = 60; };
|
||||
class CUP_H_RACS_Helmet_Headset_DPAT { quality = 1; price = 60; };
|
||||
class CUP_H_RACS_Helmet_Headset_Des { quality = 1; price = 60; };
|
||||
class CUP_H_SLA_BeenieGreen { quality = 1; price = 60; };
|
||||
class CUP_H_SLA_Beret { quality = 1; price = 60; };
|
||||
class CUP_H_SLA_Boonie { quality = 1; price = 60; };
|
||||
class CUP_H_SLA_Helmet { quality = 1; price = 60; };
|
||||
class CUP_H_SLA_OfficerCap { quality = 1; price = 60; };
|
||||
class CUP_H_SLA_Pilot_Helmet { quality = 1; price = 60; };
|
||||
class CUP_H_SLA_SLCap { quality = 1; price = 60; };
|
||||
class CUP_H_SLA_TankerHelmet { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Lungee_01 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Lungee_02 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Lungee_03 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Lungee_04 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Lungee_05 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Lungee_06 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Lungee_Open_01 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Lungee_Open_02 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Lungee_Open_03 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Lungee_Open_04 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Lungee_Open_05 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Lungee_Open_06 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Pakol_1_01 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Pakol_1_02 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Pakol_1_03 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Pakol_1_04 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Pakol_1_05 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Pakol_1_06 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Pakol_2_01 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Pakol_2_02 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Pakol_2_03 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Pakol_2_04 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Pakol_2_05 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_Pakol_2_06 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_SkullCap_01 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_SkullCap_02 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_SkullCap_03 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_SkullCap_04 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_SkullCap_05 { quality = 1; price = 60; };
|
||||
class CUP_H_TKI_SkullCap_06 { quality = 1; price = 60; };
|
||||
class CUP_H_TK_Beret { quality = 1; price = 60; };
|
||||
class CUP_H_TK_Helmet { quality = 1; price = 60; };
|
||||
class CUP_H_TK_Lungee { quality = 1; price = 60; };
|
||||
class CUP_H_TK_PilotHelmet { quality = 1; price = 60; };
|
||||
class CUP_H_TK_TankerHelmet { quality = 1; price = 60; };
|
||||
class CUP_H_USMC_Crew_Helmet { quality = 1; price = 60; };
|
||||
class CUP_H_USMC_Goggles_HelmetWDL { quality = 1; price = 60; };
|
||||
class CUP_H_USMC_HeadSet_GoggleW_HelmetWDL { quality = 1; price = 60; };
|
||||
class CUP_H_USMC_HeadSet_HelmetWDL { quality = 1; price = 60; };
|
||||
class CUP_H_USMC_HelmetWDL { quality = 1; price = 60; };
|
||||
class CUP_H_USMC_Helmet_Pilot { quality = 1; price = 60; };
|
||||
class CUP_H_USMC_Officer_Cap { quality = 1; price = 60; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Rigs
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_V_BAF_Osprey_Mk2_DDPM_Grenadier { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk2_DDPM_Medic { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk2_DDPM_Officer { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk2_DDPM_Sapper { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk2_DDPM_Scout { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk2_DDPM_Soldier1 { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk2_DDPM_Soldier2 { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk2_DPM_Grenadier { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk2_DPM_Medic { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk2_DPM_Officer { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk2_DPM_Sapper { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk2_DPM_Scout { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk2_DPM_Soldier1 { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk2_DPM_Soldier2 { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk4_MTP_Grenadier { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk4_MTP_MachineGunner { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk4_MTP_Rifleman { quality = 1; price = 80; };
|
||||
class CUP_V_BAF_Osprey_Mk4_MTP_SquadLeader { quality = 1; price = 80; };
|
||||
class CUP_V_B_GER_Carrier_Rig { quality = 1; price = 70; };
|
||||
class CUP_V_B_GER_Carrier_Rig_2 { quality = 1; price = 70; };
|
||||
class CUP_V_B_GER_Carrier_Vest { quality = 1; price = 70; };
|
||||
class CUP_V_B_GER_Carrier_Vest_2 { quality = 1; price = 70; };
|
||||
class CUP_V_B_GER_Carrier_Vest_3 { quality = 1; price = 70; };
|
||||
class CUP_V_B_GER_Vest_1 { quality = 1; price = 70; };
|
||||
class CUP_V_B_GER_Vest_2 { quality = 1; price = 70; };
|
||||
class CUP_V_B_LHDVest_Blue { quality = 1; price = 70; };
|
||||
class CUP_V_B_LHDVest_Brown { quality = 1; price = 70; };
|
||||
class CUP_V_B_LHDVest_Green { quality = 1; price = 70; };
|
||||
class CUP_V_B_LHDVest_Red { quality = 1; price = 70; };
|
||||
class CUP_V_B_LHDVest_Violet { quality = 1; price = 70; };
|
||||
class CUP_V_B_LHDVest_White { quality = 1; price = 70; };
|
||||
class CUP_V_B_LHDVest_Yellow { quality = 1; price = 70; };
|
||||
class CUP_V_B_MTV { quality = 1; price = 70; };
|
||||
class CUP_V_B_MTV_LegPouch { quality = 1; price = 70; };
|
||||
class CUP_V_B_MTV_MG { quality = 1; price = 70; };
|
||||
class CUP_V_B_MTV_Marksman { quality = 1; price = 70; };
|
||||
class CUP_V_B_MTV_Mine { quality = 1; price = 70; };
|
||||
class CUP_V_B_MTV_Patrol { quality = 1; price = 70; };
|
||||
class CUP_V_B_MTV_PistolBlack { quality = 1; price = 70; };
|
||||
class CUP_V_B_MTV_Pouches { quality = 1; price = 70; };
|
||||
class CUP_V_B_MTV_TL { quality = 1; price = 70; };
|
||||
class CUP_V_B_MTV_noCB { quality = 1; price = 70; };
|
||||
class CUP_V_B_PilotVest { quality = 1; price = 70; };
|
||||
class CUP_V_B_RRV_DA1 { quality = 1; price = 70; };
|
||||
class CUP_V_B_RRV_DA2 { quality = 1; price = 70; };
|
||||
class CUP_V_B_RRV_Light { quality = 1; price = 70; };
|
||||
class CUP_V_B_RRV_MG { quality = 1; price = 70; };
|
||||
class CUP_V_B_RRV_Medic { quality = 1; price = 70; };
|
||||
class CUP_V_B_RRV_Officer { quality = 1; price = 70; };
|
||||
class CUP_V_B_RRV_Scout { quality = 1; price = 70; };
|
||||
class CUP_V_B_RRV_Scout2 { quality = 1; price = 70; };
|
||||
class CUP_V_B_RRV_Scout3 { quality = 1; price = 70; };
|
||||
class CUP_V_B_RRV_TL { quality = 1; price = 70; };
|
||||
class CUP_V_I_Carrier_Belt { quality = 1; price = 70; };
|
||||
class CUP_V_I_Guerilla_Jacket { quality = 1; price = 70; };
|
||||
class CUP_V_I_RACS_Carrier_Vest { quality = 1; price = 70; };
|
||||
class CUP_V_I_RACS_Carrier_Vest_2 { quality = 1; price = 70; };
|
||||
class CUP_V_I_RACS_Carrier_Vest_3 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket1_01 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket1_02 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket1_03 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket1_04 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket1_05 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket1_06 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket2_01 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket2_02 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket2_03 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket2_04 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket2_05 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket2_06 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket3_01 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket3_02 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket3_03 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket3_04 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket3_05 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket3_06 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket4_01 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket4_02 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket4_03 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket4_04 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket4_05 { quality = 1; price = 70; };
|
||||
class CUP_V_OI_TKI_Jacket4_06 { quality = 1; price = 70; };
|
||||
class CUP_V_O_SLA_Carrier_Belt { quality = 1; price = 70; };
|
||||
class CUP_V_O_SLA_Carrier_Belt02 { quality = 1; price = 70; };
|
||||
class CUP_V_O_SLA_Carrier_Belt03 { quality = 1; price = 70; };
|
||||
class CUP_V_O_SLA_Flak_Vest01 { quality = 1; price = 70; };
|
||||
class CUP_V_O_SLA_Flak_Vest02 { quality = 1; price = 70; };
|
||||
class CUP_V_O_SLA_Flak_Vest03 { quality = 1; price = 70; };
|
||||
class CUP_V_O_TK_CrewBelt { quality = 1; price = 70; };
|
||||
class CUP_V_O_TK_OfficerBelt { quality = 1; price = 70; };
|
||||
class CUP_V_O_TK_OfficerBelt2 { quality = 1; price = 70; };
|
||||
class CUP_V_O_TK_Vest_1 { quality = 1; price = 70; };
|
||||
class CUP_V_O_TK_Vest_2 { quality = 1; price = 70; };
|
353
mpmissions/Exile.Altis/TRADERS/CUNITS/TraderCategoriesCUNITS.hpp
Normal file
353
mpmissions/Exile.Altis/TRADERS/CUNITS/TraderCategoriesCUNITS.hpp
Normal file
@ -0,0 +1,353 @@
|
||||
class CUPUniforms
|
||||
{
|
||||
name = "CUP Uniforms";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_O_TKI_Khet_Partug_01",
|
||||
"CUP_O_TKI_Khet_Partug_02",
|
||||
"CUP_O_TKI_Khet_Partug_03",
|
||||
"CUP_O_TKI_Khet_Partug_04",
|
||||
"CUP_O_TKI_Khet_Partug_05",
|
||||
"CUP_O_TKI_Khet_Partug_06",
|
||||
"CUP_O_TKI_Khet_Partug_07",
|
||||
"CUP_O_TKI_Khet_Partug_08",
|
||||
"CUP_O_TKI_Khet_Jeans_01",
|
||||
"CUP_O_TKI_Khet_Jeans_02",
|
||||
"CUP_O_TKI_Khet_Jeans_03",
|
||||
"CUP_O_TKI_Khet_Jeans_04",
|
||||
"CUP_U_C_Pilot_01",
|
||||
"CUP_U_C_Citizen_01",
|
||||
"CUP_U_C_Citizen_02",
|
||||
"CUP_U_C_Citizen_03",
|
||||
"CUP_U_C_Citizen_04",
|
||||
"CUP_U_C_Worker_01",
|
||||
"CUP_U_C_Worker_02",
|
||||
"CUP_U_C_Worker_03",
|
||||
"CUP_U_C_Worker_04",
|
||||
"CUP_U_C_Profiteer_01",
|
||||
"CUP_U_C_Profiteer_02",
|
||||
"CUP_U_C_Profiteer_03",
|
||||
"CUP_U_C_Profiteer_04",
|
||||
"CUP_U_C_Woodlander_01",
|
||||
"CUP_U_C_Woodlander_02",
|
||||
"CUP_U_C_Woodlander_03",
|
||||
"CUP_U_C_Woodlander_04",
|
||||
"CUP_U_C_Villager_01",
|
||||
"CUP_U_C_Villager_02",
|
||||
"CUP_U_C_Villager_03",
|
||||
"CUP_U_C_Villager_04",
|
||||
"CUP_U_B_CZ_WDL_TShirt",
|
||||
"CUP_U_B_GER_Tropentarn_1",
|
||||
"CUP_U_B_GER_Tropentarn_2",
|
||||
"CUP_U_B_GER_Ghillie",
|
||||
"CUP_U_B_GER_Flecktarn_1",
|
||||
"CUP_U_B_GER_Flecktarn_2",
|
||||
"CUP_U_B_GER_Fleck_Ghillie",
|
||||
"CUP_U_B_USMC_Officer",
|
||||
"CUP_U_B_USMC_PilotOverall",
|
||||
"CUP_U_B_USMC_Ghillie_WDL",
|
||||
"CUP_U_B_USMC_MARPAT_WDL_Sleeves",
|
||||
"CUP_U_B_USMC_MARPAT_WDL_RolledUp",
|
||||
"CUP_U_B_USMC_MARPAT_WDL_Kneepad",
|
||||
"CUP_U_B_USMC_MARPAT_WDL_TwoKneepads",
|
||||
"CUP_U_B_USMC_MARPAT_WDL_RollUpKneepad",
|
||||
"CUP_U_B_FR_SpecOps",
|
||||
"CUP_U_B_FR_Scout",
|
||||
"CUP_U_B_FR_Scout1",
|
||||
"CUP_U_B_FR_Scout2",
|
||||
"CUP_U_B_FR_Scout3",
|
||||
"CUP_U_B_FR_Officer",
|
||||
"CUP_U_B_FR_Corpsman",
|
||||
"CUP_U_B_FR_DirAction",
|
||||
"CUP_U_B_FR_DirAction2",
|
||||
"CUP_U_B_FR_Light",
|
||||
"CUP_U_I_GUE_Flecktarn",
|
||||
"CUP_U_I_GUE_Flecktarn2",
|
||||
"CUP_U_I_GUE_Flecktarn3",
|
||||
"CUP_U_I_GUE_Woodland1",
|
||||
"CUP_U_I_Ghillie_Top",
|
||||
"CUP_U_I_RACS_PilotOverall",
|
||||
"CUP_U_I_RACS_Desert_1",
|
||||
"CUP_U_I_RACS_Desert_2",
|
||||
"CUP_U_I_RACS_Urban_1",
|
||||
"CUP_U_I_RACS_Urban_2",
|
||||
"CUP_U_O_SLA_Officer",
|
||||
"CUP_U_O_SLA_Officer_Suit",
|
||||
"CUP_U_O_SLA_MixedCamo",
|
||||
"CUP_U_O_SLA_Green",
|
||||
"CUP_U_O_SLA_Urban",
|
||||
"CUP_U_O_SLA_Desert",
|
||||
"CUP_U_O_SLA_Overalls_Pilot",
|
||||
"CUP_U_O_SLA_Overalls_Tank",
|
||||
"CUP_U_O_Partisan_TTsKO",
|
||||
"CUP_U_O_Partisan_TTsKO_Mixed",
|
||||
"CUP_U_O_Partisan_VSR_Mixed1",
|
||||
"CUP_U_O_Partisan_VSR_Mixed2",
|
||||
"CUP_U_O_TK_Officer",
|
||||
"CUP_U_O_TK_MixedCamo",
|
||||
"CUP_U_O_TK_Green",
|
||||
"CUP_U_O_TK_Ghillie",
|
||||
"CUP_U_O_TK_Ghillie_Top",
|
||||
"CUP_U_B_BAF_DDPM_S1_RolledUp",
|
||||
"CUP_U_B_BAF_DDPM_S1_UnRolled",
|
||||
"CUP_U_B_BAF_DDPM_Tshirt",
|
||||
"CUP_U_B_BAF_DPM_S1_RolledUp",
|
||||
"CUP_U_B_BAF_DPM_S2_UnRolled",
|
||||
"CUP_U_B_BAF_DPM_Tshirt",
|
||||
"CUP_U_B_BAF_MTP_S1_RolledUp",
|
||||
"CUP_U_B_BAF_MTP_S2_UnRolled",
|
||||
"CUP_U_B_BAF_MTP_Tshirt",
|
||||
"CUP_U_B_BAF_MTP_S3_RolledUp",
|
||||
"CUP_U_B_BAF_MTP_S4_UnRolled",
|
||||
"CUP_U_B_BAF_MTP_S5_UnRolled",
|
||||
"CUP_U_B_BAF_MTP_S6_UnRolled"
|
||||
|
||||
};
|
||||
};
|
||||
class CUPHeadgear
|
||||
{
|
||||
name = "CUP Headgear";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_H_BAF_Helmet_1_DDPM",
|
||||
"CUP_H_BAF_Helmet_1_DPM",
|
||||
"CUP_H_BAF_Helmet_1_MTP",
|
||||
"CUP_H_BAF_Helmet_2_DDPM",
|
||||
"CUP_H_BAF_Helmet_2_DPM",
|
||||
"CUP_H_BAF_Helmet_2_MTP",
|
||||
"CUP_H_BAF_Helmet_3_DDPM",
|
||||
"CUP_H_BAF_Helmet_3_DPM",
|
||||
"CUP_H_BAF_Helmet_3_MTP",
|
||||
"CUP_H_BAF_Helmet_4_DDPM",
|
||||
"CUP_H_BAF_Helmet_4_DPM",
|
||||
"CUP_H_BAF_Helmet_4_MTP",
|
||||
"CUP_H_BAF_Officer_Beret_PRR_O",
|
||||
"CUP_H_C_Beanie_01",
|
||||
"CUP_H_C_Beanie_02",
|
||||
"CUP_H_C_Beanie_03",
|
||||
"CUP_H_C_Beanie_04",
|
||||
"CUP_H_C_Beret_01",
|
||||
"CUP_H_C_Beret_02",
|
||||
"CUP_H_C_Beret_03",
|
||||
"CUP_H_C_Beret_04",
|
||||
"CUP_H_C_Ushanka_01",
|
||||
"CUP_H_C_Ushanka_02",
|
||||
"CUP_H_C_Ushanka_03",
|
||||
"CUP_H_C_Ushanka_04",
|
||||
"CUP_H_FR_BandanaGreen",
|
||||
"CUP_H_FR_BandanaWdl",
|
||||
"CUP_H_FR_Bandana_Headset",
|
||||
"CUP_H_FR_BeanieGreen",
|
||||
"CUP_H_FR_BoonieMARPAT",
|
||||
"CUP_H_FR_BoonieWDL",
|
||||
"CUP_H_FR_Cap_Headset_Green",
|
||||
"CUP_H_FR_Cap_Officer_Headset",
|
||||
"CUP_H_FR_ECH",
|
||||
"CUP_H_FR_Headband_Headset",
|
||||
"CUP_H_FR_Headset",
|
||||
"CUP_H_FR_PRR_BoonieWDL",
|
||||
"CUP_H_GER_Boonie_Flecktarn",
|
||||
"CUP_H_GER_Boonie_desert",
|
||||
"CUP_H_NAPA_Fedora",
|
||||
"CUP_H_Navy_CrewHelmet_Blue",
|
||||
"CUP_H_Navy_CrewHelmet_Brown",
|
||||
"CUP_H_Navy_CrewHelmet_Green",
|
||||
"CUP_H_Navy_CrewHelmet_Red",
|
||||
"CUP_H_Navy_CrewHelmet_Violet",
|
||||
"CUP_H_Navy_CrewHelmet_White",
|
||||
"CUP_H_Navy_CrewHelmet_Yellow",
|
||||
"CUP_H_PMC_Cap_Grey",
|
||||
"CUP_H_PMC_Cap_PRR_Grey",
|
||||
"CUP_H_PMC_Cap_PRR_Tan",
|
||||
"CUP_H_PMC_Cap_Tan",
|
||||
"CUP_H_PMC_EP_Headset",
|
||||
"CUP_H_PMC_PRR_Headset",
|
||||
"CUP_H_RACS_Beret_Blue",
|
||||
"CUP_H_RACS_Helmet_DPAT",
|
||||
"CUP_H_RACS_Helmet_Des",
|
||||
"CUP_H_RACS_Helmet_Goggles_DPAT",
|
||||
"CUP_H_RACS_Helmet_Goggles_Des",
|
||||
"CUP_H_RACS_Helmet_Headset_DPAT",
|
||||
"CUP_H_RACS_Helmet_Headset_Des",
|
||||
"CUP_H_SLA_BeenieGreen",
|
||||
"CUP_H_SLA_Beret",
|
||||
"CUP_H_SLA_Boonie",
|
||||
"CUP_H_SLA_Helmet",
|
||||
"CUP_H_SLA_OfficerCap",
|
||||
"CUP_H_SLA_Pilot_Helmet",
|
||||
"CUP_H_SLA_SLCap",
|
||||
"CUP_H_SLA_TankerHelmet",
|
||||
"CUP_H_TKI_Lungee_01",
|
||||
"CUP_H_TKI_Lungee_02",
|
||||
"CUP_H_TKI_Lungee_03",
|
||||
"CUP_H_TKI_Lungee_04",
|
||||
"CUP_H_TKI_Lungee_05",
|
||||
"CUP_H_TKI_Lungee_06",
|
||||
"CUP_H_TKI_Lungee_Open_01",
|
||||
"CUP_H_TKI_Lungee_Open_02",
|
||||
"CUP_H_TKI_Lungee_Open_03",
|
||||
"CUP_H_TKI_Lungee_Open_04",
|
||||
"CUP_H_TKI_Lungee_Open_05",
|
||||
"CUP_H_TKI_Lungee_Open_06",
|
||||
"CUP_H_TKI_Pakol_1_01",
|
||||
"CUP_H_TKI_Pakol_1_02",
|
||||
"CUP_H_TKI_Pakol_1_03",
|
||||
"CUP_H_TKI_Pakol_1_04",
|
||||
"CUP_H_TKI_Pakol_1_05",
|
||||
"CUP_H_TKI_Pakol_1_06",
|
||||
"CUP_H_TKI_Pakol_2_01",
|
||||
"CUP_H_TKI_Pakol_2_02",
|
||||
"CUP_H_TKI_Pakol_2_03",
|
||||
"CUP_H_TKI_Pakol_2_04",
|
||||
"CUP_H_TKI_Pakol_2_05",
|
||||
"CUP_H_TKI_Pakol_2_06",
|
||||
"CUP_H_TKI_SkullCap_01",
|
||||
"CUP_H_TKI_SkullCap_02",
|
||||
"CUP_H_TKI_SkullCap_03",
|
||||
"CUP_H_TKI_SkullCap_04",
|
||||
"CUP_H_TKI_SkullCap_05",
|
||||
"CUP_H_TKI_SkullCap_06",
|
||||
"CUP_H_TK_Beret",
|
||||
"CUP_H_TK_Helmet",
|
||||
"CUP_H_TK_Lungee",
|
||||
"CUP_H_TK_PilotHelmet",
|
||||
"CUP_H_TK_TankerHelmet",
|
||||
"CUP_H_USMC_Crew_Helmet",
|
||||
"CUP_H_USMC_Goggles_HelmetWDL",
|
||||
"CUP_H_USMC_HeadSet_GoggleW_HelmetWDL",
|
||||
"CUP_H_USMC_HeadSet_HelmetWDL",
|
||||
"CUP_H_USMC_HelmetWDL",
|
||||
"CUP_H_USMC_Helmet_Pilot",
|
||||
"CUP_H_USMC_Officer_Cap"
|
||||
///"CUP_H_SLA_BeretRed",
|
||||
};
|
||||
};
|
||||
|
||||
class CUPBackpacks
|
||||
{
|
||||
name = "CUPBackpacks";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\backpack_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_B_ACRPara_m95",
|
||||
"CUP_B_AssaultPack_ACU",
|
||||
"CUP_B_AssaultPack_Black",
|
||||
"CUP_B_AssaultPack_Coyote",
|
||||
"CUP_B_Bergen_BAF",
|
||||
"CUP_B_CivPack_WDL",
|
||||
"CUP_B_GER_Pack_Flecktarn",
|
||||
"CUP_B_GER_Pack_Tropentarn",
|
||||
"CUP_B_HikingPack_Civ",
|
||||
"CUP_B_MOLLE_WDL",
|
||||
"CUP_B_RUS_Backpack",
|
||||
"CUP_B_USMC_AssaultPack",
|
||||
"CUP_B_USMC_MOLLE",
|
||||
"CUP_B_USPack_Black",
|
||||
"CUP_B_USPack_Coyote"
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
class CUPVests
|
||||
{
|
||||
name = "CUP Vests";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_V_BAF_Osprey_Mk2_DDPM_Grenadier",
|
||||
"CUP_V_BAF_Osprey_Mk2_DDPM_Medic",
|
||||
"CUP_V_BAF_Osprey_Mk2_DDPM_Officer",
|
||||
"CUP_V_BAF_Osprey_Mk2_DDPM_Sapper",
|
||||
"CUP_V_BAF_Osprey_Mk2_DDPM_Scout",
|
||||
"CUP_V_BAF_Osprey_Mk2_DDPM_Soldier1",
|
||||
"CUP_V_BAF_Osprey_Mk2_DDPM_Soldier2",
|
||||
"CUP_V_BAF_Osprey_Mk2_DPM_Grenadier",
|
||||
"CUP_V_BAF_Osprey_Mk2_DPM_Medic",
|
||||
"CUP_V_BAF_Osprey_Mk2_DPM_Officer",
|
||||
"CUP_V_BAF_Osprey_Mk2_DPM_Sapper",
|
||||
"CUP_V_BAF_Osprey_Mk2_DPM_Scout",
|
||||
"CUP_V_BAF_Osprey_Mk2_DPM_Soldier1",
|
||||
"CUP_V_BAF_Osprey_Mk2_DPM_Soldier2",
|
||||
"CUP_V_BAF_Osprey_Mk4_MTP_Grenadier",
|
||||
"CUP_V_BAF_Osprey_Mk4_MTP_MachineGunner",
|
||||
"CUP_V_BAF_Osprey_Mk4_MTP_Rifleman",
|
||||
"CUP_V_BAF_Osprey_Mk4_MTP_SquadLeader",
|
||||
"CUP_V_B_GER_Carrier_Rig",
|
||||
"CUP_V_B_GER_Carrier_Rig_2",
|
||||
"CUP_V_B_GER_Carrier_Vest",
|
||||
"CUP_V_B_GER_Carrier_Vest_2",
|
||||
"CUP_V_B_GER_Carrier_Vest_3",
|
||||
"CUP_V_B_GER_Vest_1",
|
||||
"CUP_V_B_GER_Vest_2",
|
||||
"CUP_V_B_LHDVest_Blue",
|
||||
"CUP_V_B_LHDVest_Brown",
|
||||
"CUP_V_B_LHDVest_Green",
|
||||
"CUP_V_B_LHDVest_Red",
|
||||
"CUP_V_B_LHDVest_Violet",
|
||||
"CUP_V_B_LHDVest_White",
|
||||
"CUP_V_B_LHDVest_Yellow",
|
||||
"CUP_V_B_MTV",
|
||||
"CUP_V_B_MTV_LegPouch",
|
||||
"CUP_V_B_MTV_MG",
|
||||
"CUP_V_B_MTV_Marksman",
|
||||
"CUP_V_B_MTV_Mine",
|
||||
"CUP_V_B_MTV_Patrol",
|
||||
"CUP_V_B_MTV_PistolBlack",
|
||||
"CUP_V_B_MTV_Pouches",
|
||||
"CUP_V_B_MTV_TL",
|
||||
"CUP_V_B_MTV_noCB",
|
||||
"CUP_V_B_PilotVest",
|
||||
"CUP_V_B_RRV_DA1",
|
||||
"CUP_V_B_RRV_DA2",
|
||||
"CUP_V_B_RRV_Light",
|
||||
"CUP_V_B_RRV_MG",
|
||||
"CUP_V_B_RRV_Medic",
|
||||
"CUP_V_B_RRV_Officer",
|
||||
"CUP_V_B_RRV_Scout",
|
||||
"CUP_V_B_RRV_Scout2",
|
||||
"CUP_V_B_RRV_Scout3",
|
||||
"CUP_V_B_RRV_TL",
|
||||
"CUP_V_I_Carrier_Belt",
|
||||
"CUP_V_I_Guerilla_Jacket",
|
||||
"CUP_V_I_RACS_Carrier_Vest",
|
||||
"CUP_V_I_RACS_Carrier_Vest_2",
|
||||
"CUP_V_I_RACS_Carrier_Vest_3",
|
||||
"CUP_V_OI_TKI_Jacket1_01",
|
||||
"CUP_V_OI_TKI_Jacket1_02",
|
||||
"CUP_V_OI_TKI_Jacket1_03",
|
||||
"CUP_V_OI_TKI_Jacket1_04",
|
||||
"CUP_V_OI_TKI_Jacket1_05",
|
||||
"CUP_V_OI_TKI_Jacket1_06",
|
||||
"CUP_V_OI_TKI_Jacket2_01",
|
||||
"CUP_V_OI_TKI_Jacket2_02",
|
||||
"CUP_V_OI_TKI_Jacket2_03",
|
||||
"CUP_V_OI_TKI_Jacket2_04",
|
||||
"CUP_V_OI_TKI_Jacket2_05",
|
||||
"CUP_V_OI_TKI_Jacket2_06",
|
||||
"CUP_V_OI_TKI_Jacket3_01",
|
||||
"CUP_V_OI_TKI_Jacket3_02",
|
||||
"CUP_V_OI_TKI_Jacket3_03",
|
||||
"CUP_V_OI_TKI_Jacket3_04",
|
||||
"CUP_V_OI_TKI_Jacket3_05",
|
||||
"CUP_V_OI_TKI_Jacket3_06",
|
||||
"CUP_V_OI_TKI_Jacket4_01",
|
||||
"CUP_V_OI_TKI_Jacket4_02",
|
||||
"CUP_V_OI_TKI_Jacket4_03",
|
||||
"CUP_V_OI_TKI_Jacket4_04",
|
||||
"CUP_V_OI_TKI_Jacket4_05",
|
||||
"CUP_V_OI_TKI_Jacket4_06",
|
||||
"CUP_V_O_SLA_Carrier_Belt",
|
||||
"CUP_V_O_SLA_Carrier_Belt02",
|
||||
"CUP_V_O_SLA_Carrier_Belt03",
|
||||
"CUP_V_O_SLA_Flak_Vest01",
|
||||
"CUP_V_O_SLA_Flak_Vest02",
|
||||
"CUP_V_O_SLA_Flak_Vest03",
|
||||
"CUP_V_O_TK_CrewBelt",
|
||||
"CUP_V_O_TK_OfficerBelt",
|
||||
"CUP_V_O_TK_OfficerBelt2",
|
||||
"CUP_V_O_TK_Vest_1",
|
||||
"CUP_V_O_TK_Vest_2"
|
||||
};
|
||||
};
|
265
mpmissions/Exile.Altis/TRADERS/CUPV/ItemListCUPV.hpp
Normal file
265
mpmissions/Exile.Altis/TRADERS/CUPV/ItemListCUPV.hpp
Normal file
@ -0,0 +1,265 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//CUPVEHICLES
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//CUPUnarmed
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_B_HMMWV_Ambulance_ACR { quality = 1; price = 13000; };
|
||||
class CUP_B_HMMWV_Ambulance_USA { quality = 1; price = 13000; };
|
||||
class CUP_B_HMMWV_Ambulance_USMC { quality = 1; price = 13000; };
|
||||
class CUP_B_HMMWV_Transport_USA { quality = 1; price = 13000; };
|
||||
class CUP_B_HMMWV_Unarmed_USA { quality = 1; price = 13000; };
|
||||
class CUP_B_HMMWV_Unarmed_USMC { quality = 1; price = 13000; };
|
||||
class CUP_B_LR_Ambulance_CZ_D { quality = 1; price = 12800; };
|
||||
class CUP_B_LR_Ambulance_CZ_W { quality = 1; price = 12800; };
|
||||
class CUP_B_LR_Ambulance_GB_D { quality = 1; price = 12800; };
|
||||
class CUP_B_LR_Ambulance_GB_W { quality = 1; price = 12800; };
|
||||
class CUP_B_LR_Transport_CZ_D { quality = 1; price = 12800; };
|
||||
class CUP_B_LR_Transport_CZ_W { quality = 1; price = 12800; };
|
||||
class CUP_B_LR_Transport_GB_D { quality = 1; price = 12800; };
|
||||
class CUP_B_LR_Transport_GB_W { quality = 1; price = 12800; };
|
||||
class CUP_B_UAZ_Open_ACR { quality = 1; price = 12500; };
|
||||
class CUP_B_UAZ_Open_CDF { quality = 1; price = 12500; };
|
||||
class CUP_B_UAZ_Unarmed_ACR { quality = 1; price = 12500; };
|
||||
class CUP_B_UAZ_Unarmed_CDF { quality = 1; price = 12500; };
|
||||
class CUP_B_Ural_CDF { quality = 1; price = 12500; };
|
||||
class CUP_B_Ural_Empty_CDF { quality = 1; price = 12500; };
|
||||
class CUP_B_Ural_Open_CDF { quality = 1; price = 12500; };
|
||||
class CUP_B_Ural_Refuel_CDF { quality = 1; price = 15500; };
|
||||
class CUP_B_Ural_Repair_CDF { quality = 1; price = 13000; };
|
||||
class CUP_C_Datsun { quality = 1; price = 12000; };
|
||||
class CUP_C_Datsun_4seat { quality = 1; price = 12000; };
|
||||
class CUP_C_Datsun_Covered { quality = 1; price = 12000; };
|
||||
class CUP_C_Datsun_Plain { quality = 1; price = 12000; };
|
||||
class CUP_C_Datsun_Tubeframe { quality = 1; price = 12000; };
|
||||
class CUP_C_LR_Transport_CTK { quality = 1; price = 12800; };
|
||||
class CUP_C_UAZ_Open_TK_CIV { quality = 1; price = 12500; };
|
||||
class CUP_C_UAZ_Unarmed_TK_CIV { quality = 1; price = 12500; };
|
||||
class CUP_C_Ural_Civ_01 { quality = 1; price = 12500; };
|
||||
class CUP_C_Ural_Civ_02 { quality = 1; price = 12500; };
|
||||
class CUP_C_Ural_Civ_03 { quality = 1; price = 12500; };
|
||||
class CUP_C_Ural_Open_Civ_01 { quality = 1; price = 12500; };
|
||||
class CUP_C_Ural_Open_Civ_02 { quality = 1; price = 12500; };
|
||||
class CUP_C_Ural_Open_Civ_03 { quality = 1; price = 12500; };
|
||||
class CUP_I_M113_Med_RACS { quality = 1; price = 14500; };
|
||||
class CUP_I_M113_Med_UN { quality = 1; price = 14500; };
|
||||
class CUP_I_UAZ_Open_UN { quality = 1; price = 12500; };
|
||||
class CUP_I_UAZ_Unarmed_UN { quality = 1; price = 12500; };
|
||||
class CUP_I_Ural_Empty_UN { quality = 1; price = 12500; };
|
||||
class CUP_I_Ural_Repair_UN { quality = 1; price = 13000; };
|
||||
class CUP_I_Ural_UN { quality = 1; price = 12500; };
|
||||
class CUP_O_LR_Ambulance_TKA { quality = 1; price = 12800; };
|
||||
class CUP_O_LR_Transport_TKA { quality = 1; price = 12800; };
|
||||
class CUP_O_LR_Transport_TKM { quality = 1; price = 12800; };
|
||||
class CUP_O_UAZ_Open_CHDKZ { quality = 1; price = 12500; };
|
||||
class CUP_O_UAZ_Open_RU { quality = 1; price = 12500; };
|
||||
class CUP_O_UAZ_Open_TKA { quality = 1; price = 12500; };
|
||||
class CUP_O_UAZ_Unarmed_CHDKZ { quality = 1; price = 12500; };
|
||||
class CUP_O_UAZ_Unarmed_RU { quality = 1; price = 12500; };
|
||||
class CUP_O_UAZ_Unarmed_TKA { quality = 1; price = 12500; };
|
||||
class CUP_O_Ural_CHDKZ { quality = 1; price = 12500; };
|
||||
class CUP_O_Ural_Empty_CHDKZ { quality = 1; price = 12500; };
|
||||
class CUP_O_Ural_Empty_RU { quality = 1; price = 12500; };
|
||||
class CUP_O_Ural_Empty_SLA { quality = 1; price = 12500; };
|
||||
class CUP_O_Ural_Empty_TKA { quality = 1; price = 12500; };
|
||||
class CUP_O_Ural_Open_CHDKZ { quality = 1; price = 12500; };
|
||||
class CUP_O_Ural_Open_RU { quality = 1; price = 12500; };
|
||||
class CUP_O_Ural_Open_SLA { quality = 1; price = 12500; };
|
||||
class CUP_O_Ural_Open_TKA { quality = 1; price = 12500; };
|
||||
class CUP_O_Ural_RU { quality = 1; price = 12500; };
|
||||
class CUP_O_Ural_Refuel_CHDKZ { quality = 1; price = 15500; };
|
||||
class CUP_O_Ural_Refuel_RU { quality = 1; price = 15500; };
|
||||
class CUP_O_Ural_Refuel_SLA { quality = 1; price = 15500; };
|
||||
class CUP_O_Ural_Refuel_TKA { quality = 1; price = 15500; };
|
||||
class CUP_O_Ural_Repair_CHDKZ { quality = 1; price = 13000; };
|
||||
class CUP_O_Ural_Repair_RU { quality = 1; price = 13000; };
|
||||
class CUP_O_Ural_Repair_SLA { quality = 1; price = 13000; };
|
||||
class CUP_O_Ural_Repair_TKA { quality = 1; price = 13000; };
|
||||
class CUP_O_Ural_SLA { quality = 1; price = 12500; };
|
||||
class CUP_O_Ural_TKA { quality = 1; price = 12500; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//CUPArmed
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_BAF_Jackal2_GMG_D { quality = 1; price = 35000; };
|
||||
class CUP_BAF_Jackal2_GMG_W { quality = 1; price = 35000; };
|
||||
class CUP_BAF_Jackal2_L2A1_D { quality = 1; price = 30000; };
|
||||
class CUP_BAF_Jackal2_L2A1_W { quality = 1; price = 30000; };
|
||||
class CUP_B_BAF_Coyote_L2A1_D { quality = 1; price = 35000; };
|
||||
class CUP_B_BAF_Coyote_L2A1_W { quality = 1; price = 35000; };
|
||||
class CUP_B_BRDM2_CDF { quality = 1; price = 23000; };
|
||||
class CUP_B_BRDM2_HQ_CDF { quality = 1; price = 20000; };
|
||||
class CUP_B_Dingo_GER_Wdl { quality = 1; price = 40000; };
|
||||
class CUP_B_FV432_Bulldog_GB_W_RWS { quality = 1; price = 65000; };
|
||||
class CUP_B_HMMWV_AGS_GPK_ACR { quality = 1; price = 29500; };
|
||||
class CUP_B_HMMWV_Crows_M2_USA { quality = 1; price = 25000; };
|
||||
class CUP_B_HMMWV_Crows_MK19_USA { quality = 1; price = 29500; };
|
||||
class CUP_B_HMMWV_DSHKM_GPK_ACR { quality = 1; price = 26500; };
|
||||
class CUP_B_HMMWV_M1114_USMC { quality = 1; price = 25000; };
|
||||
class CUP_B_HMMWV_M2_GPK_USA { quality = 1; price = 26500; };
|
||||
class CUP_B_HMMWV_M2_USA { quality = 1; price = 26500; };
|
||||
class CUP_B_HMMWV_M2_USMC { quality = 1; price = 25000; };
|
||||
class CUP_B_HMMWV_MK19_USA { quality = 1; price = 29500; };
|
||||
class CUP_B_HMMWV_MK19_USMC { quality = 1; price = 29500; };
|
||||
class CUP_B_HMMWV_SOV_USA { quality = 1; price = 28500; };
|
||||
class CUP_B_LAV25M240_USMC { quality = 1; price = 950000; };
|
||||
class CUP_B_LAV25_HQ_USMC { quality = 1; price = 450000; };
|
||||
class CUP_B_LAV25_USMC { quality = 1; price = 900000; };
|
||||
class CUP_B_LR_MG_CZ_W { quality = 1; price = 24500; };
|
||||
class CUP_B_LR_MG_GB_W { quality = 1; price = 24500; };
|
||||
class CUP_B_LR_Special_CZ_W { quality = 1; price = 28500; };
|
||||
class CUP_B_LR_Special_Des_CZ_D { quality = 1; price = 28500; };
|
||||
class CUP_B_Mastiff_HMG_GB_W { quality = 1; price = 55000; };
|
||||
class CUP_B_Ridgback_HMG_GB_W { quality = 1; price = 45000; };
|
||||
class CUP_B_UAZ_AGS30_CDF { quality = 1; price = 26500; };
|
||||
class CUP_B_UAZ_MG_ACR { quality = 1; price = 22500; };
|
||||
class CUP_B_UAZ_MG_CDF { quality = 1; price = 22500; };
|
||||
class CUP_I_BRDM2_HQ_NAPA { quality = 1; price = 20000; };
|
||||
class CUP_I_BRDM2_HQ_TK_Gue { quality = 1; price = 20000; };
|
||||
class CUP_I_BRDM2_HQ_UN { quality = 1; price = 20000; };
|
||||
class CUP_I_BRDM2_NAPA { quality = 1; price = 23000; };
|
||||
class CUP_I_BRDM2_TK_Gue { quality = 1; price = 23000; };
|
||||
class CUP_I_BRDM2_UN { quality = 1; price = 23000; };
|
||||
class CUP_I_Datsun_PK { quality = 1; price = 20500; };
|
||||
class CUP_I_Datsun_PK_Random { quality = 1; price = 20500; };
|
||||
class CUP_I_Datsun_PK_TK { quality = 1; price = 20500; };
|
||||
class CUP_I_Datsun_PK_TK_Random { quality = 1; price = 20500; };
|
||||
class CUP_I_M113_RACS { quality = 1; price = 35500; };
|
||||
class CUP_I_M113_UN { quality = 1; price = 35500; };
|
||||
class CUP_I_UAZ_AGS30_UN { quality = 1; price = 26500; };
|
||||
class CUP_I_UAZ_MG_UN { quality = 1; price = 22500; };
|
||||
class CUP_O_BRDM2_CHDKZ { quality = 1; price = 23000; };
|
||||
class CUP_O_BRDM2_HQ_CHDKZ { quality = 1; price = 20000; };
|
||||
class CUP_O_BRDM2_HQ_SLA { quality = 1; price = 20000; };
|
||||
class CUP_O_BRDM2_HQ_TKA { quality = 1; price = 20000; };
|
||||
class CUP_O_BRDM2_SLA { quality = 1; price = 23000; };
|
||||
class CUP_O_BRDM2_TKA { quality = 1; price = 23000; };
|
||||
class CUP_O_BTR90_HQ_RU { quality = 1; price = 450000; };
|
||||
class CUP_O_BTR90_RU { quality = 1; price = 1000000; };
|
||||
class CUP_O_Datsun_PK { quality = 1; price = 20500; };
|
||||
class CUP_O_Datsun_PK_Random { quality = 1; price = 20500; };
|
||||
class CUP_O_GAZ_Vodnik_PK_RU { quality = 1; price = 45000; };
|
||||
class CUP_O_LR_MG_TKA { quality = 1; price = 25000; };
|
||||
class CUP_O_LR_MG_TKM { quality = 1; price = 25000; };
|
||||
class CUP_O_UAZ_AGS30_CHDKZ { quality = 1; price = 26500; };
|
||||
class CUP_O_UAZ_AGS30_RU { quality = 1; price = 26500; };
|
||||
class CUP_O_UAZ_AGS30_TKA { quality = 1; price = 26500; };
|
||||
class CUP_O_UAZ_MG_CHDKZ { quality = 1; price = 22500; };
|
||||
class CUP_O_UAZ_MG_RU { quality = 1; price = 22500; };
|
||||
class CUP_O_UAZ_MG_TKA { quality = 1; price = 22500; };
|
||||
class CUP_I_SUV_Armored_ION { quality = 1; price = 35000; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//CUPHelis
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_B_AH1Z_NoWeapons { quality = 1; price = 175000; };
|
||||
class CUP_B_AH6J_ESCORT_USA { quality = 1; price = 100000; };
|
||||
class CUP_B_AW159_Unarmed_BAF { quality = 1; price = 30000; };
|
||||
class CUP_B_CH47F_GB { quality = 1; price = 40000; };
|
||||
class CUP_B_CH47F_USA { quality = 1; price = 40000; };
|
||||
class CUP_B_CH53E_GER { quality = 1; price = 57500; };
|
||||
class CUP_B_CH53E_USMC { quality = 1; price = 57500; };
|
||||
class CUP_B_CH53E_VIV_GER { quality = 1; price = 57500; };
|
||||
class CUP_B_MH60S_FFV_USMC { quality = 1; price = 50000; };
|
||||
class CUP_B_MH60S_USMC { quality = 1; price = 50000; };
|
||||
class CUP_B_MH6J_USA { quality = 1; price = 17000; };
|
||||
class CUP_B_MI6A_CDF { quality = 1; price = 175000; };
|
||||
class CUP_B_Mi171Sh_Unarmed_ACR { quality = 1; price = 30000; };
|
||||
class CUP_B_Mi17_CDF { quality = 1; price = 40000; };
|
||||
class CUP_B_Mi17_medevac_CDF { quality = 1; price = 30000; };
|
||||
class CUP_B_UH1Y_MEV_F { quality = 1; price = 30000; };
|
||||
class CUP_B_UH1Y_UNA_F { quality = 1; price = 30000; };
|
||||
class CUP_B_UH60L_FFV_US { quality = 1; price = 60000; };
|
||||
class CUP_B_UH60L_US { quality = 1; price = 60000; };
|
||||
class CUP_B_UH60L_Unarmed_FFV_MEV_US { quality = 1; price = 30000; };
|
||||
class CUP_B_UH60L_Unarmed_FFV_US { quality = 1; price = 30000; };
|
||||
class CUP_B_UH60L_Unarmed_US { quality = 1; price = 30000; };
|
||||
class CUP_B_UH60M_FFV_US { quality = 1; price = 60000; };
|
||||
class CUP_B_UH60M_US { quality = 1; price = 60000; };
|
||||
class CUP_B_UH60M_Unarmed_FFV_MEV_US { quality = 1; price = 30000; };
|
||||
class CUP_B_UH60M_Unarmed_FFV_US { quality = 1; price = 30000; };
|
||||
class CUP_B_UH60M_Unarmed_US { quality = 1; price = 30000; };
|
||||
class CUP_C_Mi17_Civilian_RU { quality = 1; price = 30000; };
|
||||
class CUP_I_UH60L_FFV_RACS { quality = 1; price = 60000; };
|
||||
class CUP_I_UH60L_RACS { quality = 1; price = 60000; };
|
||||
class CUP_I_UH60L_Unarmed_FFV_MEV_Racs { quality = 1; price = 30000; };
|
||||
class CUP_I_UH60L_Unarmed_FFV_Racs { quality = 1; price = 30000; };
|
||||
class CUP_I_UH60L_Unarmed_RACS { quality = 1; price = 30000; };
|
||||
class CUP_Merlin_HC3 { quality = 1; price = 30000; };
|
||||
class CUP_Merlin_HC3_FFV { quality = 1; price = 30000; };
|
||||
class CUP_Merlin_HC3_MED { quality = 1; price = 30000; };
|
||||
class CUP_O_Mi17_TK { quality = 1; price = 40000; };
|
||||
class CUP_O_Mi8_medevac_CHDKZ { quality = 1; price = 30000; };
|
||||
class CUP_O_Mi8_medevac_RU { quality = 1; price = 30000; };
|
||||
class CUP_I_BTR40_TKG { quality = 1; price = 28500;sellprice = 11500; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//CUPPlanes
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_B_GR9_CAP_GB { quality = 1; price = 550000; };
|
||||
class CUP_B_GR9_Mk82_GB { quality = 1; price = 550000; };
|
||||
class CUP_B_GR9_GBU12_GB { quality = 1; price = 550000; };
|
||||
class CUP_B_GR9_AGM_GB { quality = 1; price = 550000; };
|
||||
class CUP_B_A10_CAS_USA { quality = 1; price = 550000; };
|
||||
class CUP_B_A10_AT_USA { quality = 1; price = 550000; };
|
||||
class CUP_C_AN2_AEROSCHROT_TK_CIV { quality = 1; price = 10000; };
|
||||
class CUP_C_AN2_CIV { quality = 1; price = 10000; };
|
||||
class CUP_C_AN2_AIRTAK_TK_CIV { quality = 1; price = 10000; };
|
||||
class CUP_O_AN2_TK { quality = 1; price = 10000; };
|
||||
class CUP_B_AV8B_CAP_USMC { quality = 1; price = 490000; };
|
||||
class CUP_I_AV8B_CAP_AAF { quality = 1; price = 490000; };
|
||||
class CUP_B_AV8B_MK82_USMC { quality = 1; price = 490000; };
|
||||
class CUP_I_AV8B_MK82_AAF { quality = 1; price = 490000; };
|
||||
class CUP_B_AV8B_GBU12_USMC { quality = 1; price = 490000; };
|
||||
class CUP_I_AV8B_GBU12_AAF { quality = 1; price = 490000; };
|
||||
class CUP_B_AV8B_AGM_USMC { quality = 1; price = 490000; };
|
||||
class CUP_I_AV8B_AGM_AAF { quality = 1; price = 490000; };
|
||||
class CUP_B_C130J_USMC { quality = 1; price = 60000; };
|
||||
class CUP_B_C130J_GB { quality = 1; price = 60000; };
|
||||
class CUP_I_C130J_AAF { quality = 1; price = 60000; };
|
||||
class CUP_I_C130J_RACS { quality = 1; price = 60000; };
|
||||
class CUP_O_C130J_TKA { quality = 1; price = 60000; };
|
||||
class CUP_B_C130J_Cargo_USMC { quality = 1; price = 60000; };
|
||||
class CUP_B_C130J_Cargo_GB { quality = 1; price = 60000; };
|
||||
class CUP_I_C130J_Cargo_AAF { quality = 1; price = 60000; };
|
||||
class CUP_I_C130J_Cargo_RACS { quality = 1; price = 60000; };
|
||||
class CUP_O_C130J_Cargo_TKA { quality = 1; price = 60000; };
|
||||
class CUP_C_C47_CIV { quality = 1; price = 15000; };
|
||||
class CUP_C_DC3_CIV { quality = 1; price = 15000; };
|
||||
class CUP_B_F35B_AA_USMC { quality = 1; price = 550000; };
|
||||
class CUP_B_F35B_CAS_USMC { quality = 1; price = 550000; };
|
||||
class CUP_B_F35B_LGB_USMC { quality = 1; price = 550000; };
|
||||
class CUP_B_F35B_AA_BAF { quality = 1; price = 550000; };
|
||||
class CUP_B_F35B_CAS_BAF { quality = 1; price = 550000; };
|
||||
class CUP_B_F35B_LGB_BAF { quality = 1; price = 550000; };
|
||||
class CUP_B_MV22_USMC { quality = 1; price = 150000; };
|
||||
class CUP_B_MV22_USMC_RAMPGUN { quality = 1; price = 160000; };
|
||||
class CUP_B_Su25_CDF { quality = 1; price = 150000; };
|
||||
class CUP_O_Su25_TKA { quality = 1; price = 150000; };
|
||||
class CUP_O_Su25_SLA { quality = 1; price = 150000; };
|
||||
class CUP_O_Su25_RU_1 { quality = 1; price = 150000; };
|
||||
class CUP_O_Su25_RU_2 { quality = 1; price = 150000; };
|
||||
class CUP_O_Su25_RU_3 { quality = 1; price = 150000; };
|
||||
class CUP_O_SU34_LGB_RU { quality = 1; price = 550000; };
|
||||
class CUP_O_SU34_AGM_RU { quality = 1; price = 550000; };
|
||||
class CUP_O_SU34_LGB_SLA { quality = 1; price = 550000; };
|
||||
class CUP_O_SU34_AGM_SLA { quality = 1; price = 550000; };
|
||||
class CUP_I_SU34_LGB_AAF { quality = 1; price = 550000; };
|
||||
class CUP_I_SU34_AGM_AAF { quality = 1; price = 550000; };
|
||||
class CUP_B_SU34_LGB_CDF { quality = 1; price = 550000; };
|
||||
class CUP_B_SU34_AGM_CDF { quality = 1; price = 550000; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Boats
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class CUP_C_Fishing_Boat_Chernarus { quality = 1; price = 1000; };
|
||||
class CUP_B_RHIB2Turret_USMC { quality = 1; price = 20000; };
|
||||
class CUP_B_RHIB_USMC { quality = 1; price = 20000; };
|
||||
class CUP_B_Seafox_USMC { quality = 1; price = 1000; };
|
||||
class CUP_B_Seafox_USV_USMC { quality = 1; price = 1000; };
|
||||
class CUP_B_Zodiac_USMC { quality = 1; price = 1000; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Bikes
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_B_M1030 { quality = 1; price = 2000; };
|
294
mpmissions/Exile.Altis/TRADERS/CUPV/TraderCategoriesCUPV.hpp
Normal file
294
mpmissions/Exile.Altis/TRADERS/CUPV/TraderCategoriesCUPV.hpp
Normal file
@ -0,0 +1,294 @@
|
||||
class CUPUnarmed
|
||||
{
|
||||
name = "CUP Vehicles Unarmed";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_B_HMMWV_Transport_USA",
|
||||
"CUP_B_HMMWV_Unarmed_USA",
|
||||
"CUP_B_HMMWV_Unarmed_USMC",
|
||||
"CUP_B_LR_Transport_CZ_W",
|
||||
"CUP_B_LR_Transport_GB_W",
|
||||
"CUP_C_UAZ_Open_TK_CIV",
|
||||
"CUP_I_BTR40_TKG",
|
||||
"CUP_O_UAZ_Open_RU",
|
||||
"CUP_O_UAZ_Unarmed_RU",
|
||||
"CUP_O_Ural_Empty_RU",
|
||||
"CUP_O_Ural_Open_RU",
|
||||
"CUP_O_Ural_RU",
|
||||
"CUP_O_Ural_Refuel_RU",
|
||||
"CUP_O_Ural_Repair_RU"
|
||||
/*
|
||||
"CUP_B_HMMWV_Ambulance_ACR",
|
||||
"CUP_B_HMMWV_Ambulance_USA",
|
||||
"CUP_B_HMMWV_Ambulance_USMC",
|
||||
"CUP_B_LR_Ambulance_CZ_D",
|
||||
"CUP_B_LR_Ambulance_CZ_W",
|
||||
"CUP_B_LR_Ambulance_GB_D",
|
||||
"CUP_B_LR_Ambulance_GB_W",
|
||||
"CUP_B_LR_Transport_CZ_D",
|
||||
"CUP_B_LR_Transport_GB_D",
|
||||
"CUP_B_UAZ_Open_ACR",
|
||||
"CUP_B_UAZ_Open_CDF",
|
||||
"CUP_B_UAZ_Unarmed_ACR",
|
||||
"CUP_B_UAZ_Unarmed_CDF",
|
||||
"CUP_B_Ural_CDF",
|
||||
"CUP_B_Ural_Empty_CDF",
|
||||
"CUP_B_Ural_Open_CDF",
|
||||
"CUP_B_Ural_Refuel_CDF",
|
||||
"CUP_B_Ural_Repair_CDF",
|
||||
"CUP_C_Datsun",
|
||||
"CUP_C_Datsun_4seat",
|
||||
"CUP_C_Datsun_Covered",
|
||||
"CUP_C_Datsun_Plain",
|
||||
"CUP_C_Datsun_Tubeframe",
|
||||
"CUP_C_LR_Transport_CTK",
|
||||
"CUP_C_UAZ_Unarmed_TK_CIV",
|
||||
"CUP_C_Ural_Civ_01",
|
||||
"CUP_C_Ural_Civ_02",
|
||||
"CUP_C_Ural_Civ_03",
|
||||
"CUP_C_Ural_Open_Civ_01",
|
||||
"CUP_C_Ural_Open_Civ_02",
|
||||
"CUP_C_Ural_Open_Civ_03",
|
||||
"CUP_I_M113_Med_RACS",
|
||||
"CUP_I_M113_Med_UN",
|
||||
"CUP_I_UAZ_Open_UN",
|
||||
"CUP_I_UAZ_Unarmed_UN",
|
||||
"CUP_I_Ural_Empty_UN",
|
||||
"CUP_I_Ural_Repair_UN",
|
||||
"CUP_I_Ural_UN",
|
||||
"CUP_O_LR_Ambulance_TKA",
|
||||
"CUP_O_LR_Transport_TKA",
|
||||
"CUP_O_LR_Transport_TKM",
|
||||
"CUP_O_UAZ_Open_CHDKZ",
|
||||
"CUP_O_UAZ_Open_TKA",
|
||||
"CUP_O_UAZ_Unarmed_CHDKZ",
|
||||
"CUP_O_UAZ_Unarmed_TKA",
|
||||
"CUP_O_Ural_CHDKZ",
|
||||
"CUP_O_Ural_Empty_CHDKZ",
|
||||
"CUP_O_Ural_Empty_SLA",
|
||||
"CUP_O_Ural_Empty_TKA",
|
||||
"CUP_O_Ural_Open_CHDKZ",
|
||||
"CUP_O_Ural_Open_SLA",
|
||||
"CUP_O_Ural_Open_TKA",
|
||||
"CUP_O_Ural_Refuel_CHDKZ",
|
||||
"CUP_O_Ural_Refuel_SLA",
|
||||
"CUP_O_Ural_Refuel_TKA",
|
||||
"CUP_O_Ural_Repair_CHDKZ",
|
||||
"CUP_O_Ural_Repair_SLA",
|
||||
"CUP_O_Ural_Repair_TKA",
|
||||
"CUP_O_Ural_SLA",
|
||||
"CUP_O_Ural_TKA",
|
||||
*/
|
||||
};
|
||||
};
|
||||
|
||||
class CUPArmed
|
||||
{
|
||||
name = "CUP Vehicles Armed";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_BAF_Jackal2_GMG_W",
|
||||
"CUP_BAF_Jackal2_L2A1_W",
|
||||
"CUP_B_BAF_Coyote_L2A1_W",
|
||||
"CUP_B_Dingo_GER_Wdl",
|
||||
"CUP_B_FV432_Bulldog_GB_W_RWS",
|
||||
"CUP_B_HMMWV_AGS_GPK_ACR",
|
||||
"CUP_B_HMMWV_Crows_M2_USA",
|
||||
"CUP_B_HMMWV_Crows_MK19_USA",
|
||||
"CUP_B_HMMWV_DSHKM_GPK_ACR",
|
||||
"CUP_B_HMMWV_M1114_USMC",
|
||||
"CUP_B_HMMWV_M2_GPK_USA",
|
||||
"CUP_B_HMMWV_M2_USA",
|
||||
"CUP_B_HMMWV_M2_USMC",
|
||||
"CUP_B_HMMWV_MK19_USMC",
|
||||
"CUP_B_HMMWV_SOV_USA",
|
||||
"CUP_B_LAV25M240_USMC",
|
||||
"CUP_B_LAV25_HQ_USMC",
|
||||
"CUP_B_LAV25_USMC",
|
||||
"CUP_B_LR_MG_CZ_W",
|
||||
"CUP_B_LR_MG_GB_W",
|
||||
"CUP_B_LR_Special_CZ_W",
|
||||
"CUP_B_Mastiff_HMG_GB_W",
|
||||
"CUP_B_Ridgback_HMG_GB_W",
|
||||
"CUP_I_Datsun_PK_Random",
|
||||
"CUP_I_SUV_Armored_ION",
|
||||
"CUP_I_UAZ_MG_UN",
|
||||
"CUP_O_BRDM2_CHDKZ",
|
||||
"CUP_O_BRDM2_HQ_CHDKZ",
|
||||
"CUP_O_BRDM2_HQ_SLA",
|
||||
"CUP_O_BRDM2_SLA",
|
||||
"CUP_O_BTR90_HQ_RU",
|
||||
"CUP_O_BTR90_RU",
|
||||
"CUP_O_Datsun_PK_Random",
|
||||
"CUP_O_GAZ_Vodnik_PK_RU",
|
||||
"CUP_O_LR_MG_TKA",
|
||||
"CUP_O_LR_MG_TKM",
|
||||
"CUP_O_UAZ_AGS30_RU",
|
||||
"CUP_O_UAZ_MG_RU"
|
||||
/*
|
||||
"CUP_BAF_Jackal2_GMG_D",
|
||||
"CUP_BAF_Jackal2_L2A1_D",
|
||||
"CUP_B_BAF_Coyote_L2A1_D"
|
||||
"CUP_B_BRDM2_CDF",
|
||||
"CUP_B_BRDM2_HQ_CDF",
|
||||
"CUP_B_HMMWV_MK19_USA",
|
||||
"CUP_B_LR_Special_Des_CZ_D",
|
||||
"CUP_B_UAZ_AGS30_CDF",
|
||||
"CUP_B_UAZ_MG_ACR",
|
||||
"CUP_B_UAZ_MG_CDF",
|
||||
"CUP_I_BRDM2_HQ_NAPA",
|
||||
"CUP_I_BRDM2_HQ_TK_Gue",
|
||||
"CUP_I_BRDM2_HQ_UN",
|
||||
"CUP_I_BRDM2_NAPA",
|
||||
"CUP_I_BRDM2_TK_Gue",
|
||||
"CUP_I_BRDM2_UN",
|
||||
"CUP_I_Datsun_PK",
|
||||
"CUP_I_Datsun_PK_TK",
|
||||
"CUP_I_Datsun_PK_TK_Random",
|
||||
"CUP_I_M113_RACS",
|
||||
"CUP_I_M113_UN",
|
||||
"CUP_I_UAZ_AGS30_UN",
|
||||
"CUP_O_BRDM2_HQ_TKA",
|
||||
"CUP_O_BRDM2_TKA",
|
||||
"CUP_O_Datsun_PK",
|
||||
"CUP_O_UAZ_AGS30_CHDKZ",
|
||||
"CUP_O_UAZ_AGS30_TKA",
|
||||
"CUP_O_UAZ_MG_CHDKZ",
|
||||
"CUP_O_UAZ_MG_TKA",
|
||||
*/
|
||||
};
|
||||
};
|
||||
|
||||
class CUPChoppers
|
||||
{
|
||||
name = "CUP Helicopters";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_B_AH1Z_NoWeapons",
|
||||
"CUP_B_AH6J_ESCORT_USA",
|
||||
"CUP_B_AW159_Unarmed_BAF",
|
||||
"CUP_B_CH47F_GB",
|
||||
"CUP_B_CH47F_USA",
|
||||
"CUP_B_CH53E_GER",
|
||||
"CUP_B_CH53E_USMC",
|
||||
"CUP_B_CH53E_VIV_GER",
|
||||
"CUP_B_MH60S_FFV_USMC",
|
||||
"CUP_B_MH60S_USMC",
|
||||
"CUP_B_MH6J_USA",
|
||||
"CUP_B_MI6A_CDF",
|
||||
"CUP_B_Mi171Sh_Unarmed_ACR",
|
||||
"CUP_B_Mi17_CDF",
|
||||
"CUP_B_Mi17_medevac_CDF",
|
||||
"CUP_B_UH1Y_MEV_F",
|
||||
"CUP_B_UH1Y_UNA_F",
|
||||
"CUP_B_UH60L_FFV_US",
|
||||
"CUP_B_UH60L_US",
|
||||
"CUP_B_UH60L_Unarmed_FFV_MEV_US",
|
||||
"CUP_B_UH60L_Unarmed_FFV_US",
|
||||
"CUP_B_UH60L_Unarmed_US",
|
||||
"CUP_B_UH60M_FFV_US",
|
||||
"CUP_B_UH60M_US",
|
||||
"CUP_B_UH60M_Unarmed_FFV_MEV_US",
|
||||
"CUP_B_UH60M_Unarmed_FFV_US",
|
||||
"CUP_B_UH60M_Unarmed_US",
|
||||
"CUP_C_Mi17_Civilian_RU",
|
||||
"CUP_I_UH60L_FFV_RACS",
|
||||
"CUP_I_UH60L_RACS",
|
||||
"CUP_I_UH60L_Unarmed_FFV_MEV_Racs",
|
||||
"CUP_I_UH60L_Unarmed_FFV_Racs",
|
||||
"CUP_I_UH60L_Unarmed_RACS",
|
||||
"CUP_O_Mi17_TK",
|
||||
"CUP_O_Mi8_medevac_CHDKZ",
|
||||
"CUP_O_Mi8_medevac_RU"
|
||||
/*
|
||||
"CUP_Merlin_HC3",
|
||||
"CUP_Merlin_HC3_FFV",
|
||||
"CUP_Merlin_HC3_MED",
|
||||
*/
|
||||
};
|
||||
};
|
||||
|
||||
class CUPPlanes
|
||||
{
|
||||
name = "CUP Planes";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_B_GR9_CAP_GB",
|
||||
"CUP_C_C47_CIV",
|
||||
"CUP_O_AN2_TK",
|
||||
"CUP_B_A10_AT_USA",
|
||||
"CUP_B_A10_CAS_USA",
|
||||
"CUP_B_AV8B_CAP_USMC",
|
||||
"CUP_B_C130J_Cargo_GB",
|
||||
"CUP_B_C130J_Cargo_USMC",
|
||||
"CUP_B_C130J_GB",
|
||||
"CUP_B_C130J_USMC",
|
||||
"CUP_B_MV22_USMC",
|
||||
"CUP_C_DC3_CIV",
|
||||
"CUP_I_C130J_AAF",
|
||||
"CUP_I_C130J_Cargo_AAF",
|
||||
"CUP_I_C130J_Cargo_RACS",
|
||||
"CUP_I_C130J_RACS",
|
||||
"CUP_O_C130J_Cargo_TKA",
|
||||
"CUP_O_C130J_TKA"
|
||||
/*
|
||||
"CUP_B_AV8B_MK82_USMC",
|
||||
"CUP_B_AV8B_GBU12_USMC",
|
||||
"CUP_B_AV8B_AGM_USMC",
|
||||
"CUP_I_AV8B_CAP_AAF",
|
||||
"CUP_I_AV8B_MK82_AAF",
|
||||
"CUP_I_AV8B_GBU12_AAF",
|
||||
"CUP_I_AV8B_AGM_AAF",
|
||||
"CUP_B_Su25_CDF",
|
||||
"CUP_O_Su25_RU_1",
|
||||
"CUP_O_Su25_RU_2",
|
||||
"CUP_O_Su25_RU_3",
|
||||
"CUP_O_Su25_SLA",
|
||||
"CUP_O_Su25_TKA",
|
||||
"CUP_B_GR9_MK82_GB",
|
||||
"CUP_B_GR9_GBU12_GB",
|
||||
"CUP_B_GR9_AGM_GB",
|
||||
"CUP_O_SU34_LGB_RU",
|
||||
"CUP_O_SU34_LGB_SLA",
|
||||
"CUP_O_SU34_AGM_RU",
|
||||
"CUP_O_SU34_AGM_SLA",
|
||||
"CUP_B_F35B_AA_USMC",
|
||||
"CUP_B_F35B_CAS_USMC",
|
||||
"CUP_B_F35B_LGB_USMC",
|
||||
"CUP_B_F35B_AA_BAF",
|
||||
"CUP_B_F35B_CAS_BAF",
|
||||
"CUP_B_F35B_LGB_BAF",
|
||||
"CUP_I_SU34_AGM_AAF",
|
||||
"CUP_B_SU34_LGB_CDF",
|
||||
"CUP_B_SU34_AGM_CDF"
|
||||
*/
|
||||
};
|
||||
};
|
||||
|
||||
class CUPBoats
|
||||
{
|
||||
name = "CUP Boats";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_C_Fishing_Boat_Chernarus",
|
||||
"CUP_B_RHIB2Turret_USMC",
|
||||
"CUP_B_Seafox_USMC",
|
||||
"CUP_B_Seafox_USV_USMC",
|
||||
"CUP_B_Zodiac_USMC"
|
||||
};
|
||||
};
|
||||
|
||||
class CUPBikes
|
||||
{
|
||||
name = "CUP Bikes";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_B_M1030"
|
||||
};
|
||||
};
|
487
mpmissions/Exile.Altis/TRADERS/CUPW/ItemListCUPW.hpp
Normal file
487
mpmissions/Exile.Altis/TRADERS/CUPW/ItemListCUPW.hpp
Normal file
@ -0,0 +1,487 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// CUP WEAPONS
|
||||
// Thanks to Bob_the_K for update and dupe classes in exile
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Assault rifle
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_arifle_AK107 { quality = 1; price = 400; };
|
||||
class CUP_arifle_AK107_GL { quality = 1; price = 400; };
|
||||
class CUP_arifle_AK74 { quality = 1; price = 400; };
|
||||
class CUP_arifle_AK74_GL { quality = 1; price = 400; };
|
||||
class CUP_arifle_AKM { quality = 1; price = 400; };
|
||||
class CUP_arifle_AKS { quality = 1; price = 400; };
|
||||
class CUP_arifle_AKS74 { quality = 1; price = 400; };
|
||||
class CUP_arifle_AKS74U { quality = 1; price = 400; };
|
||||
class CUP_arifle_AKS_Gold { quality = 1; price = 400; };
|
||||
class CUP_arifle_CZ805_A1 { quality = 1; price = 400; };
|
||||
class CUP_arifle_CZ805_A2 { quality = 1; price = 400; };
|
||||
class CUP_arifle_CZ805_B { quality = 1; price = 400; };
|
||||
class CUP_arifle_CZ805_B_GL { quality = 1; price = 400; };
|
||||
class CUP_arifle_CZ805_GL { quality = 1; price = 400; };
|
||||
class CUP_arifle_FNFAL { quality = 1; price = 400; };
|
||||
class CUP_arifle_FNFAL_railed { quality = 1; price = 400; };
|
||||
class CUP_arifle_G36A { quality = 1; price = 400; };
|
||||
class CUP_arifle_G36A_camo { quality = 1; price = 400; };
|
||||
class CUP_arifle_G36C { quality = 1; price = 400; };
|
||||
class CUP_arifle_G36C_camo { quality = 1; price = 400; };
|
||||
class CUP_arifle_G36K { quality = 1; price = 400; };
|
||||
class CUP_arifle_G36K_camo { quality = 1; price = 400; };
|
||||
class CUP_arifle_L85A2 { quality = 1; price = 400; };
|
||||
class CUP_arifle_L85A2_GL { quality = 1; price = 400; };
|
||||
class CUP_arifle_L86A2 { quality = 1; price = 400; };
|
||||
class CUP_arifle_M16A2 { quality = 1; price = 400; };
|
||||
class CUP_arifle_M16A2_GL { quality = 1; price = 400; };
|
||||
class CUP_arifle_M16A4GL { quality = 1; price = 400; };
|
||||
class CUP_arifle_M16A4_Base { quality = 1; price = 400; };
|
||||
class CUP_arifle_M16A4_GL { quality = 1; price = 400; };
|
||||
class CUP_arifle_M4A1 { quality = 1; price = 400; };
|
||||
class CUP_arifle_M4A1_BUIS_GL { quality = 1; price = 400; };
|
||||
class CUP_arifle_M4A1_BUIS_camo_GL { quality = 1; price = 400; };
|
||||
class CUP_arifle_M4A1_BUIS_desert_GL { quality = 1; price = 400; };
|
||||
class CUP_arifle_M4A1_black { quality = 1; price = 400; };
|
||||
class CUP_arifle_M4A1_camo { quality = 1; price = 400; };
|
||||
class CUP_arifle_M4A1_desert { quality = 1; price = 400; };
|
||||
class CUP_arifle_MG36 { quality = 1; price = 400; };
|
||||
class CUP_arifle_MG36_camo { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk16_CQC { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk16_CQC_EGLM { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk16_CQC_FG { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk16_CQC_SFG { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk16_STD { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk16_STD_EGLM { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk16_STD_FG { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk16_STD_SFG { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk16_SV { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk17_CQC { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk17_CQC_EGLM { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk17_CQC_FG { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk17_CQC_SFG { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk17_STD { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk17_STD_EGLM { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk17_STD_FG { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk17_STD_SFG { quality = 1; price = 400; };
|
||||
class CUP_arifle_Mk20 { quality = 1; price = 400; };
|
||||
class CUP_arifle_RPK74 { quality = 1; price = 400; };
|
||||
class CUP_arifle_Sa58P { quality = 1; price = 400; };
|
||||
class CUP_arifle_Sa58P_des { quality = 1; price = 400; };
|
||||
class CUP_arifle_Sa58RIS1 { quality = 1; price = 400; };
|
||||
class CUP_arifle_Sa58RIS2 { quality = 1; price = 400; };
|
||||
class CUP_arifle_Sa58RIS2_camo { quality = 1; price = 400; };
|
||||
class CUP_arifle_Sa58V { quality = 1; price = 400; };
|
||||
class CUP_arifle_Sa58V_camo { quality = 1; price = 400; };
|
||||
class CUP_arifle_XM8_Carbine { quality = 1; price = 400; };
|
||||
class CUP_arifle_XM8_Carbine_FG { quality = 1; price = 400; };
|
||||
class CUP_arifle_XM8_Carbine_GL { quality = 1; price = 400; };
|
||||
class CUP_arifle_XM8_Compact { quality = 1; price = 400; };
|
||||
class CUP_arifle_XM8_Compact_Rail { quality = 1; price = 400; };
|
||||
class CUP_arifle_XM8_Railed { quality = 1; price = 400; };
|
||||
class CUP_arifle_xm8_SAW { quality = 1; price = 400; };
|
||||
class CUP_arifle_xm8_sharpshooter { quality = 1; price = 400; };
|
||||
class CUP_sgun_AA12 { quality = 1; price = 400; };
|
||||
class CUP_sgun_M1014 { quality = 1; price = 400; };
|
||||
class CUP_sgun_Saiga12K { quality = 1; price = 400; };
|
||||
/* class CUP_arifle_AK107_GL_kobra { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_AK107_GL_pso { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_AK107_kobra { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_AK107_pso { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_AK74_GL_kobra { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_AKS74UN_kobra_snds { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_AKS74_Goshawk { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_AKS74_NSPU { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_CZ805B_GL_ACOG_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_CZ805_A1_Aco_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_CZ805_A1_Holo_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_CZ805_A1_MRCO_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_CZ805_A1_ZDDot_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_CZ805_A2_Aco_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_CZ805_A2_Holo_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_CZ805_A2_MRCO_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_CZ805_A2_ZDDot_Flashlight_Snds { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_CZ805_GL_Hamr_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_CZ805_GL_ZDDot_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_FNFAL_ANPVS4 { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_G36C_camo_holo_snds { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_G36C_holo_snds { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_L85A2_ACOG_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_L85A2_CWS_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_L85A2_GL_ACOG_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_L85A2_GL_Holo_laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_L85A2_GL_SUSAT_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_L85A2_Holo_laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_L85A2_SUSAT_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_L86A2_ACOG { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_M16A4_ACOG_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_M16A4_Aim_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_M16A4_GL_ACOG_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_M4A1_Aim { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_M4A1_GL_ACOG_Flashlight { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_M4A1_GL_Holo_Flashlight { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_M4A1_camo_AIM_snds { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_M4A1_camo_Aim { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_M4A1_camo_GL_Holo_Flashlight { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_M4A1_camo_GL_Holo_Flashlight_Snds { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_M4A3_desert_Aim_Flashlight { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_M4A3_desert_GL_ACOG_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Mk16_CQC_EGLM_Holo_Laser_mfsup { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Mk16_CQC_FG_Aim_Laser_snds { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Mk16_CQC_SFG_Holo { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Mk16_STD_EGLM_ACOG_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Mk16_STD_EGLM_ANPAS13c1_Laser_mfsup { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Mk16_STD_FG_Holo_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Mk16_STD_FG_LeupoldMk4CQT_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Mk17_CQC_SFG_Aim_mfsup { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Mk17_STD_EGL_ElcanSpecter_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Mk17_STD_FG_ANPAS13c1_Laser_Snds { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Mk17_STD_FG_Aim_Laser_snds { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Mk20_LeupoldMk4MRT { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Mk20_SB11420_snds { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Sa58RIS1_Aco_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Sa58RIS1_camo_Aco_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Sa58RIS1_des { quality = 1; price = 400; }; //may be broken
|
||||
class CUP_arifle_Sa58RIS2_Arco_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Sa58RIS2_camo_Arco_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Sa58V_ACOG_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_Sa58V_Aim_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_XM8_Compact_Holo_Flashlight { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_XM8_Railed_ANPAS13c1_Laser { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_XM8_Railed_ANPAS13c1_Laser_snds { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_XM8_Railed_Holo_Laser_snds { quality = 1; price = 400; }; // Dupe bug
|
||||
class CUP_arifle_ksvk_PSO3 { quality = 1; price = 400; }; // Dupe bug */
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Hand Guns
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_hgun_Colt1911 { quality = 1; price = 200; };
|
||||
class CUP_hgun_Compact { quality = 1; price = 200; };
|
||||
class CUP_hgun_Duty { quality = 1; price = 200; };
|
||||
class CUP_hgun_Glock17 { quality = 1; price = 200; };
|
||||
class CUP_hgun_M9 { quality = 1; price = 200; };
|
||||
class CUP_hgun_Makarov { quality = 1; price = 200; };
|
||||
class CUP_hgun_MicroUzi { quality = 1; price = 200; };
|
||||
class CUP_hgun_PB6P9 { quality = 1; price = 200; };
|
||||
class CUP_hgun_Phantom { quality = 1; price = 200; };
|
||||
class CUP_hgun_SA61 { quality = 1; price = 200; };
|
||||
class CUP_hgun_TaurusTracker455 { quality = 1; price = 200; };
|
||||
class CUP_hgun_TaurusTracker455_gold { quality = 1; price = 200; };
|
||||
/* class CUP_hgun_Colt1911_snds { quality = 1; price = 200; }; // Dupe bug
|
||||
class CUP_hgun_Duty_M3X { quality = 1; price = 200; }; // Dupe bug
|
||||
class CUP_hgun_M9_snds { quality = 1; price = 200; }; // Dupe bug
|
||||
class CUP_hgun_MicroUzi_snds { quality = 1; price = 200; }; // Dupe bug
|
||||
class CUP_hgun_PB6P9_snds { quality = 1; price = 200; }; // Dupe bug
|
||||
class CUP_hgun_Phantom_Flashlight { quality = 1; price = 200; }; // Dupe bug
|
||||
class CUP_hgun_Phantom_Flashlight_snds { quality = 1; price = 200; }; // Dupe bug
|
||||
class CUP_hgun_glock17_flashlight { quality = 1; price = 200; }; // Dupe bug
|
||||
class CUP_hgun_glock17_flashlight_snds { quality = 1; price = 200; }; // Dupe bug
|
||||
class CUP_hgun_glock17_snds { quality = 1; price = 200; }; // Dupe bug */
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Light Machine Gun
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_lmg_L110A1 { quality = 1; price = 300; };
|
||||
class CUP_lmg_L7A2 { quality = 1; price = 300; };
|
||||
class CUP_lmg_M240 { quality = 1; price = 300; };
|
||||
class CUP_lmg_M249 { quality = 1; price = 300; };
|
||||
class CUP_lmg_M249_para { quality = 1; price = 300; };
|
||||
class CUP_lmg_Mk48_des { quality = 1; price = 300; };
|
||||
class CUP_lmg_Mk48_wdl { quality = 1; price = 300; };
|
||||
class CUP_lmg_PKM { quality = 1; price = 300; };
|
||||
class CUP_lmg_Pecheneg { quality = 1; price = 300; };
|
||||
class CUP_lmg_UK59 { quality = 1; price = 300; };
|
||||
/* class CUP_lmg_L110A1_Aim_Laser { quality = 1; price = 300; }; // Dupe bug
|
||||
class CUP_lmg_M240_ElcanM143 { quality = 1; price = 300; }; // Dupe bug
|
||||
class CUP_lmg_M249_ANPAS13c2_Laser { quality = 1; price = 300; }; // Dupe bug
|
||||
class CUP_lmg_M249_ElcanM145_Laser { quality = 1; price = 300; }; // Dupe bug
|
||||
class CUP_lmg_M249_Laser { quality = 1; price = 300; }; // Dupe bug
|
||||
class CUP_lmg_M60A4 { quality = 1; price = 300; }; // Dupe bug
|
||||
class CUP_lmg_Mk48_des_Aim_Laser { quality = 1; price = 300; }; // Dupe bug
|
||||
class CUP_lmg_Mk48_wdl_Aim_Laser { quality = 1; price = 300; }; // Dupe bug
|
||||
class CUP_lmg_Pecheneg_PScope { quality = 1; price = 300; }; // Dupe bug */
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Sub Machine Gun
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_smg_EVO { quality = 1; price = 250; };
|
||||
class CUP_smg_MP5A5 { quality = 1; price = 200; };
|
||||
class CUP_smg_MP5SD6 { quality = 1; price = 250; };
|
||||
class CUP_smg_bizon { quality = 1; price = 200; };
|
||||
/* class CUP_smg_EVO_MRad_Flashlight { quality = 1; price = 250; }; // Dupe bug
|
||||
class CUP_smg_EVO_MRad_Flashlight_Snds { quality = 1; price = 250; }; // Dupe bug
|
||||
class CUP_smg_bizon_snds { quality = 1; price = 200; }; // Dupe bug */
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Sniper Rifle
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_srifle_AS50 { quality = 1; price = 1500; };
|
||||
class CUP_srifle_AWM_des { quality = 1; price = 1500; };
|
||||
class CUP_srifle_AWM_wdl { quality = 1; price = 1500; };
|
||||
class CUP_srifle_CZ550 { quality = 1; price = 1500; };
|
||||
class CUP_srifle_CZ750 { quality = 1; price = 1500; };
|
||||
class CUP_srifle_DMR { quality = 1; price = 1500; };
|
||||
class CUP_srifle_LeeEnfield { quality = 1; price = 1500; };
|
||||
class CUP_srifle_M107_Base { quality = 1; price = 1500; };
|
||||
class CUP_srifle_M110 { quality = 1; price = 1500; };
|
||||
class CUP_srifle_M14 { quality = 1; price = 1500; };
|
||||
class CUP_srifle_M24_des { quality = 1; price = 1500; };
|
||||
class CUP_srifle_M24_wdl { quality = 1; price = 1500; };
|
||||
class CUP_srifle_M40A3 { quality = 1; price = 1500; };
|
||||
class CUP_srifle_Mk12SPR { quality = 1; price = 1500; };
|
||||
class CUP_srifle_SVD { quality = 1; price = 1500; };
|
||||
class CUP_srifle_SVD_des { quality = 1; price = 1500; };
|
||||
class CUP_srifle_VSSVintorez { quality = 1; price = 1500; };
|
||||
class CUP_srifle_ksvk { quality = 1; price = 1500; };
|
||||
/* class CUP_srifle_AS50_AMPAS13c2 { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_AS50_SBPMII { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_AWM_des_SBPMII { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_AWM_wdl_SBPMII { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_CZ750_SOS_bipod { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_DMR_LeupoldMk4 { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_M107_ANPAS13c2 { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_M107_LeupoldVX3 { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_M110_ANPAS13c2 { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_M110_ANPVS10 { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_M15_Aim { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_M24_des_LeupoldMk4LRT { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_M24_ghillie { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_M24_wdl_LeupoldMk4LRT { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_Mk12SPR_LeupoldM3LR { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_SVD_Des_pso { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_SVD_NSPU { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_SVD_des_ghillie_pso { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_SVD_pso { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_SVD_wdl_ghillie { quality = 1; price = 1500; }; // Dupe bug
|
||||
class CUP_srifle_VSSVintorez_pso { quality = 1; price = 1500; }; // Dupe bug */
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Grenade Launchers
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_glaunch_6G30 { quality = 1; price = 1000; };
|
||||
class CUP_glaunch_M32 { quality = 1; price = 1000; };
|
||||
class CUP_glaunch_M79 { quality = 1; price = 1000; };
|
||||
class CUP_glaunch_Mk13 { quality = 1; price = 1000; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Launchers
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
/* class CUP_launch_9K32Strela { quality = 1; price = 2000; }; // Dupe bug
|
||||
class CUP_launch_FIM92Stinger { quality = 1; price = 2000; }; // Dupe bug
|
||||
class CUP_launch_Igla { quality = 1; price = 2000; }; // Dupe bug
|
||||
class CUP_launch_Javelin { quality = 1; price = 2000; }; // Dupe bug
|
||||
class CUP_launch_M136 { quality = 1; price = 2000; }; // Dupe bug
|
||||
class CUP_launch_M47 { quality = 1; price = 2000; }; // Dupe bug
|
||||
class CUP_launch_MAAWS { quality = 1; price = 2000; }; // Dupe bug
|
||||
class CUP_launch_MAAWS_Scope { quality = 1; price = 2000; }; // Dupe bug
|
||||
class CUP_launch_Metis { quality = 1; price = 2000; }; // Dupe bug
|
||||
class CUP_launch_Mk153Mod0 { quality = 1; price = 2000; }; // Dupe bug
|
||||
class CUP_launch_Mk153Mod0_SMAWOptics { quality = 1; price = 2000; }; // Dupe bug
|
||||
class CUP_launch_NLAW { quality = 1; price = 2000; }; // Dupe bug
|
||||
class CUP_launch_RPG18 { quality = 1; price = 2000; }; // Dupe bug
|
||||
class CUP_launch_RPG7V { quality = 1; price = 2000; }; // Dupe bug */
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Optic Attachment
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_optic_ACOG { quality = 1; price = 50; };
|
||||
class CUP_optic_AN_PAS_13c1 { quality = 1; price = 50; };
|
||||
class CUP_optic_AN_PAS_13c2 { quality = 1; price = 50; };
|
||||
class CUP_optic_AN_PVS_10 { quality = 1; price = 50; };
|
||||
class CUP_optic_AN_PVS_4 { quality = 1; price = 50; };
|
||||
class CUP_optic_CWS { quality = 1; price = 50; };
|
||||
class CUP_optic_CompM2_Black { quality = 1; price = 50; };
|
||||
class CUP_optic_CompM2_Desert { quality = 1; price = 50; };
|
||||
class CUP_optic_CompM2_Woodland { quality = 1; price = 50; };
|
||||
class CUP_optic_CompM2_Woodland2 { quality = 1; price = 50; };
|
||||
class CUP_optic_CompM4 { quality = 1; price = 50; };
|
||||
class CUP_optic_ELCAN_SpecterDR { quality = 1; price = 50; };
|
||||
class CUP_optic_ElcanM145 { quality = 1; price = 50; };
|
||||
class CUP_optic_Eotech533 { quality = 1; price = 50; };
|
||||
class CUP_optic_GOSHAWK { quality = 1; price = 50; };
|
||||
class CUP_optic_HoloBlack { quality = 1; price = 50; };
|
||||
class CUP_optic_HoloDesert { quality = 1; price = 50; };
|
||||
class CUP_optic_HoloWdl { quality = 1; price = 50; };
|
||||
class CUP_optic_Kobra { quality = 1; price = 50; };
|
||||
class CUP_optic_LeupoldM3LR { quality = 1; price = 50; };
|
||||
class CUP_optic_LeupoldMk4 { quality = 1; price = 50; };
|
||||
class CUP_optic_LeupoldMk4_10x40_LRT_Desert { quality = 1; price = 50; };
|
||||
class CUP_optic_LeupoldMk4_10x40_LRT_Woodland { quality = 1; price = 50; };
|
||||
class CUP_optic_LeupoldMk4_CQ_T { quality = 1; price = 50; };
|
||||
class CUP_optic_LeupoldMk4_MRT_tan { quality = 1; price = 50; };
|
||||
class CUP_optic_Leupold_VX3 { quality = 1; price = 50; };
|
||||
class CUP_optic_MAAWS_Scope { quality = 1; price = 50; };
|
||||
class CUP_optic_MRad { quality = 1; price = 50; };
|
||||
class CUP_optic_NSPU { quality = 1; price = 50; };
|
||||
class CUP_optic_PSO_1 { quality = 1; price = 50; };
|
||||
class CUP_optic_PSO_3 { quality = 1; price = 50; };
|
||||
class CUP_optic_PechenegScope { quality = 1; price = 50; };
|
||||
class CUP_optic_RCO { quality = 1; price = 50; };
|
||||
class CUP_optic_RCO_desert { quality = 1; price = 50; };
|
||||
class CUP_optic_SB_11_4x20_PM { quality = 1; price = 50; };
|
||||
class CUP_optic_SMAW_Scope { quality = 1; price = 50; };
|
||||
class CUP_optic_SUSAT { quality = 1; price = 50; };
|
||||
class CUP_optic_TrijiconRx01_black { quality = 1; price = 50; };
|
||||
class CUP_optic_TrijiconRx01_desert { quality = 1; price = 50; };
|
||||
class CUP_optic_ZDDot { quality = 1; price = 50; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Muzzle Attachment
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class CUP_muzzle_Bizon { quality = 1; price = 20; };
|
||||
class CUP_muzzle_PB6P9 { quality = 1; price = 20; };
|
||||
class CUP_muzzle_PBS4 { quality = 1; price = 20; };
|
||||
class CUP_muzzle_mfsup_SCAR_H { quality = 1; price = 20; };
|
||||
class CUP_muzzle_mfsup_SCAR_L { quality = 1; price = 20; };
|
||||
class CUP_muzzle_snds_AWM { quality = 1; price = 20; };
|
||||
class CUP_muzzle_snds_G36_black { quality = 1; price = 20; };
|
||||
class CUP_muzzle_snds_G36_desert { quality = 1; price = 20; };
|
||||
class CUP_muzzle_snds_L85 { quality = 1; price = 20; };
|
||||
class CUP_muzzle_snds_M110 { quality = 1; price = 20; };
|
||||
class CUP_muzzle_snds_M14 { quality = 1; price = 20; };
|
||||
class CUP_muzzle_snds_M16 { quality = 1; price = 20; };
|
||||
class CUP_muzzle_snds_M16_camo { quality = 1; price = 20; };
|
||||
class CUP_muzzle_snds_M9 { quality = 1; price = 20; };
|
||||
class CUP_muzzle_snds_MicroUzi { quality = 1; price = 20; };
|
||||
class CUP_muzzle_snds_SCAR_H { quality = 1; price = 20; };
|
||||
class CUP_muzzle_snds_SCAR_L { quality = 1; price = 20; };
|
||||
class CUP_muzzle_snds_XM8 { quality = 1; price = 20; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Ammo
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
//// Shotgun
|
||||
class CUP_20Rnd_B_AA12_74Slug { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_B_AA12_HE { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_B_AA12_Pellets { quality = 1; price = 10; };
|
||||
class CUP_8Rnd_B_Beneli_74Slug { quality = 1; price = 10; };
|
||||
class CUP_8Rnd_B_Saiga12_74Slug_M { quality = 1; price = 10; };
|
||||
|
||||
//// Launcher
|
||||
class CUP_1Rnd_HEDP_M203 { quality = 1; price = 50; };
|
||||
class CUP_1Rnd_HE_M203 { quality = 1; price = 50; };
|
||||
class CUP_1Rnd_SmokeGreen_M203 { quality = 1; price = 50; };
|
||||
class CUP_1Rnd_SmokeRed_M203 { quality = 1; price = 50; };
|
||||
class CUP_1Rnd_SmokeYellow_M203 { quality = 1; price = 50; };
|
||||
class CUP_1Rnd_Smoke_M203 { quality = 1; price = 50; };
|
||||
class CUP_6Rnd_FlareGreen_M203 { quality = 1; price = 50; };
|
||||
class CUP_6Rnd_FlareRed_M203 { quality = 1; price = 50; };
|
||||
class CUP_6Rnd_FlareWhite_M203 { quality = 1; price = 50; };
|
||||
class CUP_6Rnd_FlareYellow_M203 { quality = 1; price = 50; };
|
||||
class CUP_6Rnd_HE_M203 { quality = 1; price = 50; };
|
||||
class CUP_6Rnd_SmokeGreen_M203 { quality = 1; price = 50; };
|
||||
class CUP_6Rnd_SmokeRed_M203 { quality = 1; price = 50; };
|
||||
class CUP_6Rnd_SmokeYellow_M203 { quality = 1; price = 50; };
|
||||
class CUP_6Rnd_Smoke_M203 { quality = 1; price = 50; };
|
||||
class CUP_AT13_M { quality = 1; price = 1000; };
|
||||
class CUP_Dragon_EP1_M { quality = 1; price = 1000; };
|
||||
class CUP_FlareGreen_M203 { quality = 1; price = 50; };
|
||||
class CUP_FlareRed_M203 { quality = 1; price = 50; };
|
||||
class CUP_FlareWhite_M203 { quality = 1; price = 50; };
|
||||
class CUP_FlareYellow_M203 { quality = 1; price = 50; };
|
||||
class CUP_Igla_M { quality = 1; price = 1000; };
|
||||
class CUP_Javelin_M { quality = 1; price = 1000; };
|
||||
class CUP_M136_M { quality = 1; price = 1000; };
|
||||
class CUP_MAAWS_HEAT_M { quality = 1; price = 1000; };
|
||||
class CUP_MAAWS_HEDP_M { quality = 1; price = 1000; };
|
||||
class CUP_NLAW_M { quality = 1; price = 1000; };
|
||||
class CUP_OG7_M { quality = 1; price = 1000; };
|
||||
class CUP_PG7VL_M { quality = 1; price = 1000; };
|
||||
class CUP_PG7VR_M { quality = 1; price = 1000; };
|
||||
class CUP_PG7V_M { quality = 1; price = 1000; };
|
||||
class CUP_RPG18_M { quality = 1; price = 1000; };
|
||||
class CUP_SMAW_HEAA_M { quality = 1; price = 1000; };
|
||||
class CUP_SMAW_HEDP_M { quality = 1; price = 1000; };
|
||||
class CUP_Stinger_M { quality = 1; price = 1000; };
|
||||
class CUP_Strela_2_M { quality = 1; price = 1000; };
|
||||
|
||||
//// Handgun
|
||||
class CUP_10Rnd_9x19_Compact { quality = 1; price = 8; };
|
||||
class CUP_15Rnd_9x19_M9 { quality = 1; price = 8; };
|
||||
class CUP_17Rnd_9x19_glock17 { quality = 1; price = 8; };
|
||||
class CUP_18Rnd_9x19_Phantom { quality = 1; price = 8; };
|
||||
class CUP_6Rnd_45ACP_M { quality = 1; price = 8; };
|
||||
class CUP_7Rnd_45ACP_1911 { quality = 1; price = 8; };
|
||||
class CUP_8Rnd_9x18_MakarovSD_M { quality = 1; price = 8; };
|
||||
class CUP_8Rnd_9x18_Makarov_M { quality = 1; price = 8; };
|
||||
|
||||
//// LMG
|
||||
class CUP_100Rnd_TE4_Green_Tracer_556x45_M249 { quality = 1; price = 50; };
|
||||
class CUP_100Rnd_TE4_LRT4_White_Tracer_762x51_Belt_M { quality = 1; price = 50; };
|
||||
class CUP_100Rnd_TE4_Red_Tracer_556x45_M249 { quality = 1; price = 50; };
|
||||
class CUP_100Rnd_TE4_Yellow_Tracer_556x45_M249 { quality = 1; price = 50; };
|
||||
class CUP_200Rnd_TE1_Red_Tracer_556x45_M249 { quality = 1; price = 50; };
|
||||
class CUP_200Rnd_TE4_Green_Tracer_556x45_L110A1 { quality = 1; price = 50; };
|
||||
class CUP_200Rnd_TE4_Red_Tracer_556x45_L110A1 { quality = 1; price = 50; };
|
||||
class CUP_200Rnd_TE4_Red_Tracer_556x45_M249 { quality = 1; price = 50; };
|
||||
class CUP_200Rnd_TE4_Yellow_Tracer_556x45_L110A1 { quality = 1; price = 50; };
|
||||
class CUP_200Rnd_TE4_Yellow_Tracer_556x45_M249 { quality = 1; price = 50; };
|
||||
class CUP_50Rnd_UK59_762x54R_Tracer { quality = 1; price = 50; };
|
||||
|
||||
//// SMG
|
||||
class CUP_20Rnd_B_765x17_Ball_M { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_9x19_EVO { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_9x19_MP5 { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_9x19_UZI { quality = 1; price = 10; };
|
||||
class CUP_64Rnd_9x19_Bizon_M { quality = 1; price = 20; };
|
||||
class CUP_64Rnd_Green_Tracer_9x19_Bizon_M { quality = 1; price = 20; };
|
||||
class CUP_64Rnd_Red_Tracer_9x19_Bizon_M { quality = 1; price = 20; };
|
||||
class CUP_64Rnd_White_Tracer_9x19_Bizon_M { quality = 1; price = 20; };
|
||||
class CUP_64Rnd_Yellow_Tracer_9x19_Bizon_M { quality = 1; price = 20; };
|
||||
|
||||
//// Sniper
|
||||
class CUP_10Rnd_127x99_m107 { quality = 1; price = 10; };
|
||||
class CUP_10Rnd_762x51_CZ750 { quality = 1; price = 10; };
|
||||
class CUP_10Rnd_762x51_CZ750_Tracer { quality = 1; price = 10; };
|
||||
class CUP_10Rnd_762x54_SVD_M { quality = 1; price = 10; };
|
||||
class CUP_10Rnd_9x39_SP5_VSS_M { quality = 1; price = 10; };
|
||||
class CUP_10x_303_M { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_762x51_B_M110 { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_9x39_SP5_VSS_M { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_Green_Tracer_762x51_M110 { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_Red_Tracer_762x51_M110 { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_White_Tracer_762x51_M110 { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_Yellow_Tracer_762x51_M110 { quality = 1; price = 10; };
|
||||
class CUP_5Rnd_127x108_KSVK_M { quality = 1; price = 10; };
|
||||
class CUP_5Rnd_127x99_as50_M { quality = 1; price = 10; };
|
||||
class CUP_5Rnd_762x51_M24 { quality = 1; price = 10; };
|
||||
class CUP_5Rnd_86x70_L115A1 { quality = 1; price = 10; };
|
||||
class CUP_5x_22_LR_17_HMR_M { quality = 1; price = 10; };
|
||||
|
||||
//// Assault Rifle
|
||||
class CUP_100Rnd_556x45_BetaCMag { quality = 1; price = 10; };
|
||||
class CUP_100Rnd_TE1_Green_Tracer_556x45_BetaCMag { quality = 1; price = 10; };
|
||||
class CUP_100Rnd_TE1_Red_Tracer_556x45_BetaCMag { quality = 1; price = 10; };
|
||||
class CUP_100Rnd_TE1_Yellow_Tracer_556x45_BetaCMag { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_556x45_Stanag { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_762x51_B_SCAR { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_762x51_CZ805B { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_762x51_DMR { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_762x51_FNFAL_M { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_Green_Tracer_762x51_CZ805B { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_Green_Tracer_762x51_DMR { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_Green_Tracer_762x51_SCAR { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_Red_Tracer_762x51_CZ805B { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_Red_Tracer_762x51_DMR { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_Red_Tracer_762x51_SCAR { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_White_Tracer_762x51_CZ805B { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_White_Tracer_762x51_DMR { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_White_Tracer_762x51_SCAR { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_Yellow_Tracer_762x51_CZ805B { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_Yellow_Tracer_762x51_DMR { quality = 1; price = 10; };
|
||||
class CUP_20Rnd_TE1_Yellow_Tracer_762x51_SCAR { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_545x39_AK_M { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_556x45_G36 { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_556x45_Stanag { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_762x39_AK47_M { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_Sa58_M { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_Sa58_M_TracerG { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_Sa58_M_TracerR { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_Sa58_M_TracerY { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_TE1_Green_Tracer_545x39_AK_M { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_TE1_Green_Tracer_556x45_G36 { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_TE1_Red_Tracer_545x39_AK_M { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_TE1_Red_Tracer_556x45_G36 { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_TE1_White_Tracer_545x39_AK_M { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_TE1_Yellow_Tracer_545x39_AK_M { quality = 1; price = 10; };
|
||||
class CUP_30Rnd_TE1_Yellow_Tracer_556x45_G36 { quality = 1; price = 10; };
|
||||
class CUP_75Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M { quality = 1; price = 10; };
|
536
mpmissions/Exile.Altis/TRADERS/CUPW/TraderCategoriesCUPW.hpp
Normal file
536
mpmissions/Exile.Altis/TRADERS/CUPW/TraderCategoriesCUPW.hpp
Normal file
@ -0,0 +1,536 @@
|
||||
class CUPPointerAttachments
|
||||
{
|
||||
name = "CUP Pointer Attachments";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
//not used from the items list
|
||||
};
|
||||
};
|
||||
|
||||
class CUPMuzzleAttachments
|
||||
{
|
||||
name = "CUP Suppressor Attachments";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemmuzzle_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_muzzle_PBS4",
|
||||
"CUP_muzzle_PB6P9",
|
||||
"CUP_muzzle_Bizon",
|
||||
"CUP_muzzle_snds_M110",
|
||||
"CUP_muzzle_snds_M14",
|
||||
"CUP_muzzle_snds_M9",
|
||||
"CUP_muzzle_snds_MicroUzi",
|
||||
"CUP_muzzle_snds_AWM",
|
||||
"CUP_muzzle_snds_G36_black",
|
||||
"CUP_muzzle_snds_G36_desert",
|
||||
"CUP_muzzle_snds_L85",
|
||||
"CUP_muzzle_snds_M16_camo",
|
||||
"CUP_muzzle_snds_M16",
|
||||
"CUP_muzzle_snds_SCAR_L",
|
||||
"CUP_muzzle_mfsup_SCAR_L",
|
||||
"CUP_muzzle_snds_SCAR_H",
|
||||
"CUP_muzzle_mfsup_SCAR_H",
|
||||
"CUP_muzzle_snds_XM8"
|
||||
};
|
||||
};
|
||||
|
||||
class CUPOpticAttachments
|
||||
{
|
||||
name = "CUP Scopes";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemoptic_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_optic_PSO_1",
|
||||
"CUP_optic_PSO_3",
|
||||
"CUP_optic_Kobra",
|
||||
"CUP_optic_GOSHAWK",
|
||||
"CUP_optic_NSPU",
|
||||
"CUP_optic_PechenegScope",
|
||||
"CUP_optic_MAAWS_Scope",
|
||||
"CUP_optic_SMAW_Scope",
|
||||
"CUP_optic_AN_PAS_13c2",
|
||||
"CUP_optic_LeupoldMk4",
|
||||
"CUP_optic_HoloBlack",
|
||||
"CUP_optic_HoloWdl",
|
||||
"CUP_optic_HoloDesert",
|
||||
"CUP_optic_Eotech533",
|
||||
"CUP_optic_CompM4",
|
||||
"CUP_optic_SUSAT",
|
||||
"CUP_optic_ACOG",
|
||||
"CUP_optic_CWS",
|
||||
"CUP_optic_Leupold_VX3",
|
||||
"CUP_optic_AN_PVS_10",
|
||||
"CUP_optic_CompM2_Black",
|
||||
"CUP_optic_CompM2_Woodland",
|
||||
"CUP_optic_CompM2_Woodland2",
|
||||
"CUP_optic_CompM2_Desert",
|
||||
"CUP_optic_RCO",
|
||||
"CUP_optic_RCO_desert",
|
||||
"CUP_optic_LeupoldM3LR",
|
||||
"CUP_optic_LeupoldMk4_10x40_LRT_Desert",
|
||||
"CUP_optic_LeupoldMk4_10x40_LRT_Woodland",
|
||||
"CUP_optic_ElcanM145",
|
||||
"CUP_optic_AN_PAS_13c1",
|
||||
"CUP_optic_LeupoldMk4_CQ_T",
|
||||
"CUP_optic_ELCAN_SpecterDR",
|
||||
"CUP_optic_LeupoldMk4_MRT_tan",
|
||||
"CUP_optic_SB_11_4x20_PM",
|
||||
"CUP_optic_ZDDot",
|
||||
"CUP_optic_MRad",
|
||||
"CUP_optic_TrijiconRx01_desert",
|
||||
"CUP_optic_TrijiconRx01_black",
|
||||
"CUP_optic_AN_PVS_4"
|
||||
};
|
||||
};
|
||||
|
||||
class CUPAmmunition
|
||||
{
|
||||
name = "CUP Ammunition";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_20Rnd_B_AA12_Pellets",
|
||||
"CUP_20Rnd_B_AA12_74Slug",
|
||||
"CUP_20Rnd_B_AA12_HE",
|
||||
"CUP_8Rnd_B_Beneli_74Slug",
|
||||
"CUP_8Rnd_B_Saiga12_74Slug_M",
|
||||
"CUP_8Rnd_9x18_Makarov_M",
|
||||
"CUP_8Rnd_9x18_MakarovSD_M",
|
||||
"CUP_15Rnd_9x19_M9",
|
||||
"CUP_18Rnd_9x19_Phantom",
|
||||
"CUP_6Rnd_45ACP_M",
|
||||
"CUP_17Rnd_9x19_glock17",
|
||||
"CUP_7Rnd_45ACP_1911",
|
||||
"CUP_10Rnd_9x19_Compact",
|
||||
"CUP_100Rnd_TE4_LRT4_White_Tracer_762x51_Belt_M",
|
||||
"CUP_200Rnd_TE4_Red_Tracer_556x45_M249",
|
||||
"CUP_200Rnd_TE4_Yellow_Tracer_556x45_M249",
|
||||
"CUP_200Rnd_TE1_Red_Tracer_556x45_M249",
|
||||
"CUP_100Rnd_TE4_Green_Tracer_556x45_M249",
|
||||
"CUP_100Rnd_TE4_Red_Tracer_556x45_M249",
|
||||
"CUP_100Rnd_TE4_Yellow_Tracer_556x45_M249",
|
||||
"CUP_200Rnd_TE4_Green_Tracer_556x45_L110A1",
|
||||
"CUP_200Rnd_TE4_Red_Tracer_556x45_L110A1",
|
||||
"CUP_200Rnd_TE4_Yellow_Tracer_556x45_L110A1",
|
||||
"CUP_50Rnd_UK59_762x54R_Tracer",
|
||||
"CUP_64Rnd_9x19_Bizon_M",
|
||||
"CUP_64Rnd_Green_Tracer_9x19_Bizon_M",
|
||||
"CUP_64Rnd_Red_Tracer_9x19_Bizon_M",
|
||||
"CUP_64Rnd_White_Tracer_9x19_Bizon_M",
|
||||
"CUP_64Rnd_Yellow_Tracer_9x19_Bizon_M",
|
||||
"CUP_30Rnd_9x19_EVO",
|
||||
"CUP_30Rnd_9x19_UZI",
|
||||
"CUP_30Rnd_9x19_MP5",
|
||||
"CUP_20Rnd_B_765x17_Ball_M",
|
||||
"CUP_5Rnd_127x99_as50_M",
|
||||
"CUP_5Rnd_86x70_L115A1",
|
||||
"CUP_10Rnd_762x51_CZ750_Tracer",
|
||||
"CUP_10Rnd_762x51_CZ750",
|
||||
"CUP_10x_303_M",
|
||||
"CUP_5Rnd_762x51_M24",
|
||||
"CUP_10Rnd_127x99_m107",
|
||||
"CUP_20Rnd_762x51_B_M110",
|
||||
"CUP_20Rnd_TE1_Yellow_Tracer_762x51_M110",
|
||||
"CUP_20Rnd_TE1_Red_Tracer_762x51_M110",
|
||||
"CUP_20Rnd_TE1_Green_Tracer_762x51_M110",
|
||||
"CUP_20Rnd_TE1_White_Tracer_762x51_M110",
|
||||
"CUP_10Rnd_762x54_SVD_M",
|
||||
"CUP_10Rnd_9x39_SP5_VSS_M",
|
||||
"CUP_20Rnd_9x39_SP5_VSS_M",
|
||||
"CUP_5x_22_LR_17_HMR_M",
|
||||
"CUP_5Rnd_127x108_KSVK_M",
|
||||
"CUP_30Rnd_545x39_AK_M",
|
||||
"CUP_30Rnd_TE1_Green_Tracer_545x39_AK_M",
|
||||
"CUP_30Rnd_TE1_Red_Tracer_545x39_AK_M",
|
||||
"CUP_30Rnd_TE1_White_Tracer_545x39_AK_M",
|
||||
"CUP_30Rnd_TE1_Yellow_Tracer_545x39_AK_M",
|
||||
"CUP_75Rnd_TE4_LRT4_Green_Tracer_545x39_RPK_M",
|
||||
"CUP_30Rnd_762x39_AK47_M",
|
||||
"CUP_30Rnd_556x45_Stanag",
|
||||
"CUP_30Rnd_556x45_G36",
|
||||
"CUP_30Rnd_TE1_Red_Tracer_556x45_G36",
|
||||
"CUP_30Rnd_TE1_Green_Tracer_556x45_G36",
|
||||
"CUP_30Rnd_TE1_Yellow_Tracer_556x45_G36",
|
||||
"CUP_100Rnd_556x45_BetaCMag",
|
||||
"CUP_100Rnd_TE1_Red_Tracer_556x45_BetaCMag",
|
||||
"CUP_100Rnd_TE1_Green_Tracer_556x45_BetaCMag",
|
||||
"CUP_100Rnd_TE1_Yellow_Tracer_556x45_BetaCMag",
|
||||
"CUP_20Rnd_556x45_Stanag",
|
||||
"CUP_20Rnd_762x51_CZ805B",
|
||||
"CUP_20Rnd_TE1_Yellow_Tracer_762x51_CZ805B",
|
||||
"CUP_20Rnd_TE1_Red_Tracer_762x51_CZ805B",
|
||||
"CUP_20Rnd_TE1_Green_Tracer_762x51_CZ805B",
|
||||
"CUP_20Rnd_TE1_White_Tracer_762x51_CZ805B",
|
||||
"CUP_20Rnd_762x51_DMR",
|
||||
"CUP_20Rnd_TE1_Yellow_Tracer_762x51_DMR",
|
||||
"CUP_20Rnd_TE1_Red_Tracer_762x51_DMR",
|
||||
"CUP_20Rnd_TE1_Green_Tracer_762x51_DMR",
|
||||
"CUP_20Rnd_TE1_White_Tracer_762x51_DMR",
|
||||
"CUP_20Rnd_762x51_FNFAL_M",
|
||||
"CUP_30Rnd_Sa58_M_TracerG",
|
||||
"CUP_30Rnd_Sa58_M_TracerR",
|
||||
"CUP_30Rnd_Sa58_M_TracerY",
|
||||
"CUP_30Rnd_Sa58_M",
|
||||
"CUP_20Rnd_762x51_B_SCAR",
|
||||
"CUP_20Rnd_TE1_Yellow_Tracer_762x51_SCAR",
|
||||
"CUP_20Rnd_TE1_Red_Tracer_762x51_SCAR",
|
||||
"CUP_20Rnd_TE1_Green_Tracer_762x51_SCAR",
|
||||
"CUP_20Rnd_TE1_White_Tracer_762x51_SCAR"
|
||||
};
|
||||
};
|
||||
|
||||
class CUPPistols
|
||||
{
|
||||
name = "CUP Pistols";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\handgun_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_hgun_Colt1911",
|
||||
// "CUP_hgun_Colt1911_snds",
|
||||
"CUP_hgun_Compact",
|
||||
// "CUP_hgun_Duty_M3X",
|
||||
"CUP_hgun_Glock17",
|
||||
// "CUP_hgun_glock17_flashlight_snds",
|
||||
// "CUP_hgun_glock17_snds",
|
||||
// "CUP_hgun_glock17_flashlight",
|
||||
"CUP_hgun_M9",
|
||||
// "CUP_hgun_M9_snds",
|
||||
"CUP_hgun_Makarov",
|
||||
"CUP_hgun_PB6P9",
|
||||
// "CUP_hgun_PB6P9_snds",
|
||||
"CUP_hgun_MicroUzi",
|
||||
// "CUP_hgun_MicroUzi_snds",
|
||||
// "CUP_hgun_Phantom_Flashlight",
|
||||
// "CUP_hgun_Phantom_Flashlight_snds",
|
||||
"CUP_hgun_TaurusTracker455",
|
||||
"CUP_hgun_TaurusTracker455_gold",
|
||||
"CUP_hgun_SA61",
|
||||
"CUP_hgun_Duty",
|
||||
"CUP_hgun_Phantom"
|
||||
};
|
||||
};
|
||||
|
||||
class CUPSubMachineGuns
|
||||
{
|
||||
name = "CUP Submachine Guns";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_smg_bizon",
|
||||
// "CUP_smg_bizon_snds",
|
||||
"CUP_smg_EVO",
|
||||
// "CUP_smg_EVO_MRad_Flashlight",
|
||||
// "CUP_smg_EVO_MRad_Flashlight_Snds",
|
||||
"CUP_smg_MP5SD6",
|
||||
"CUP_smg_MP5A5"
|
||||
};
|
||||
};
|
||||
|
||||
class CUPLightMachineGuns
|
||||
{
|
||||
name = "CUP Light Machine Guns";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_lmg_L7A2",
|
||||
"CUP_lmg_L110A1",
|
||||
// "CUP_lmg_L110A1_Aim_Laser",
|
||||
// "CUP_lmg_M60A4",
|
||||
"CUP_lmg_M240",
|
||||
// "CUP_lmg_M240_ElcanM143",
|
||||
"CUP_lmg_M249",
|
||||
"CUP_lmg_M249_para",
|
||||
// "CUP_lmg_M249_ElcanM145_Laser",
|
||||
// "CUP_lmg_M249_Laser",
|
||||
// "CUP_lmg_M249_ANPAS13c2_Laser",
|
||||
// "CUP_lmg_Mk48_des_Aim_Laser",
|
||||
// "CUP_lmg_Mk48_wdl_Aim_Laser",
|
||||
"CUP_lmg_Mk48_des",
|
||||
"CUP_lmg_Mk48_wdl",
|
||||
"CUP_lmg_PKM",
|
||||
// "CUP_lmg_Pecheneg_PScope",
|
||||
"CUP_lmg_UK59",
|
||||
"CUP_lmg_Pecheneg"
|
||||
};
|
||||
};
|
||||
|
||||
class CUPAssaultRifles
|
||||
{
|
||||
name = "CUP Assault Rifles";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_arifle_AK74",
|
||||
"CUP_arifle_AK107",
|
||||
"CUP_arifle_AK107_GL",
|
||||
"CUP_arifle_AKS74",
|
||||
"CUP_arifle_AKS74U",
|
||||
"CUP_arifle_AK74_GL",
|
||||
"CUP_arifle_AKM",
|
||||
"CUP_arifle_AKS",
|
||||
"CUP_arifle_AKS_Gold",
|
||||
"CUP_arifle_RPK74",
|
||||
// "CUP_arifle_AK107_GL_kobra",
|
||||
// "CUP_arifle_AK107_kobra",
|
||||
// "CUP_arifle_AK107_GL_pso",
|
||||
// "CUP_arifle_AK107_pso",
|
||||
// "CUP_arifle_AKS74UN_kobra_snds",
|
||||
// "CUP_arifle_AKS74_Goshawk",
|
||||
// "CUP_arifle_AKS74_NSPU",
|
||||
// "CUP_arifle_AK74_GL_kobra",
|
||||
// "CUP_arifle_CZ805_A1_ZDDot_Laser",
|
||||
// "CUP_arifle_CZ805_GL_ZDDot_Laser",
|
||||
"CUP_arifle_CZ805_A2",
|
||||
// "CUP_arifle_CZ805_A2_ZDDot_Flashlight_Snds",
|
||||
// "CUP_arifle_CZ805B_GL_ACOG_Laser",
|
||||
"CUP_arifle_FNFAL",
|
||||
// "CUP_arifle_FNFAL_ANPVS4",
|
||||
"CUP_arifle_FNFAL_railed",
|
||||
"CUP_arifle_G36A",
|
||||
"CUP_arifle_G36A_camo",
|
||||
"CUP_arifle_G36K",
|
||||
"CUP_arifle_G36K_camo",
|
||||
"CUP_arifle_G36C",
|
||||
"CUP_arifle_G36C_camo",
|
||||
"CUP_arifle_MG36",
|
||||
"CUP_arifle_MG36_camo",
|
||||
// "CUP_arifle_G36C_holo_snds",
|
||||
// "CUP_arifle_G36C_camo_holo_snds",
|
||||
// "CUP_arifle_ksvk_PSO3",
|
||||
// "CUP_arifle_L85A2_Holo_laser",
|
||||
// "CUP_arifle_L85A2_GL_Holo_laser",
|
||||
// "CUP_arifle_L85A2_SUSAT_Laser",
|
||||
// "CUP_arifle_L85A2_GL_SUSAT_Laser",
|
||||
// "CUP_arifle_L85A2_CWS_Laser",
|
||||
// "CUP_arifle_L85A2_ACOG_Laser",
|
||||
"CUP_arifle_L85A2",
|
||||
"CUP_arifle_L85A2_GL",
|
||||
// "CUP_arifle_L85A2_GL_ACOG_Laser",
|
||||
// "CUP_arifle_L86A2_ACOG",
|
||||
"CUP_arifle_L86A2",
|
||||
"CUP_arifle_M16A2",
|
||||
"CUP_arifle_M16A2_GL",
|
||||
// "CUP_arifle_M16A4_Aim_Laser",
|
||||
// "CUP_arifle_M16A4_ACOG_Laser",
|
||||
"CUP_arifle_M16A4_GL",
|
||||
// "CUP_arifle_M16A4_GL_ACOG_Laser",
|
||||
"CUP_arifle_M4A1",
|
||||
"CUP_arifle_M4A1_camo",
|
||||
// "CUP_arifle_M4A1_camo_Aim",
|
||||
// "CUP_arifle_M4A3_desert_Aim_Flashlight",
|
||||
// "CUP_arifle_M4A3_desert_GL_ACOG_Laser",
|
||||
// "CUP_arifle_M4A1_Aim",
|
||||
// "CUP_arifle_M4A1_camo_AIM_snds",
|
||||
// "CUP_arifle_M4A1_GL_Holo_Flashlight",
|
||||
// "CUP_arifle_M4A1_GL_ACOG_Flashlight",
|
||||
// "CUP_arifle_M4A1_camo_GL_Holo_Flashlight",
|
||||
// "CUP_arifle_M4A1_camo_GL_Holo_Flashlight_Snds",
|
||||
"CUP_arifle_M16A4_Base",
|
||||
// "CUP_arifle_M16A4GL",
|
||||
"CUP_arifle_M4A1_BUIS_GL",
|
||||
"CUP_arifle_M4A1_BUIS_camo_GL",
|
||||
"CUP_arifle_M4A1_BUIS_desert_GL",
|
||||
"CUP_arifle_M4A1_black",
|
||||
"CUP_arifle_M4A1_desert",
|
||||
"CUP_arifle_Sa58P",
|
||||
"CUP_arifle_Sa58V",
|
||||
// "CUP_arifle_Sa58V_ACOG_Laser",
|
||||
// "CUP_arifle_Sa58V_Aim_Laser",
|
||||
"CUP_arifle_Mk16_CQC",
|
||||
// "CUP_arifle_Mk16_CQC_FG_Aim_Laser_snds",
|
||||
// "CUP_arifle_Mk16_CQC_SFG_Holo",
|
||||
// "CUP_arifle_Mk16_STD_EGLM_ACOG_Laser",
|
||||
// "CUP_arifle_Mk16_STD_EGLM_ANPAS13c1_Laser_mfsup",
|
||||
// "CUP_arifle_Mk16_STD_FG_Holo_Laser",
|
||||
// "CUP_arifle_Mk16_STD_FG_LeupoldMk4CQT_Laser",
|
||||
// "CUP_arifle_Mk17_CQC_SFG_Aim_mfsup",
|
||||
// "CUP_arifle_Mk17_STD_FG_Aim_Laser_snds",
|
||||
// "CUP_arifle_Mk20_SB11420_snds",
|
||||
// "CUP_arifle_Mk17_STD_EGL_ElcanSpecter_Laser",
|
||||
// "CUP_arifle_Mk17_STD_FG_ANPAS13c1_Laser_Snds",
|
||||
"CUP_arifle_XM8_Compact_Rail",
|
||||
"CUP_arifle_XM8_Railed",
|
||||
"CUP_arifle_XM8_Carbine",
|
||||
"CUP_arifle_XM8_Carbine_FG",
|
||||
"CUP_arifle_XM8_Carbine_GL",
|
||||
"CUP_arifle_XM8_Compact",
|
||||
// "CUP_arifle_XM8_Compact_Holo_Flashlight",
|
||||
// "CUP_arifle_XM8_Railed_Holo_Laser_snds",
|
||||
"CUP_arifle_xm8_SAW",
|
||||
"CUP_arifle_xm8_sharpshooter",
|
||||
// "CUP_arifle_XM8_Railed_ANPAS13c1_Laser",
|
||||
// "CUP_arifle_XM8_Railed_ANPAS13c1_Laser_snds",
|
||||
"CUP_arifle_CZ805_A1",
|
||||
"CUP_arifle_CZ805_GL",
|
||||
// "CUP_arifle_CZ805_A2_Holo_Laser",
|
||||
// "CUP_arifle_CZ805_A1_Holo_Laser",
|
||||
// "CUP_arifle_CZ805_A2_Aco_Laser",
|
||||
// "CUP_arifle_CZ805_A1_Aco_Laser",
|
||||
// "CUP_arifle_CZ805_A1_MRCO_Laser",
|
||||
// "CUP_arifle_CZ805_A2_MRCO_Laser",
|
||||
// "CUP_arifle_CZ805_GL_Hamr_Laser",
|
||||
"CUP_arifle_CZ805_B_GL",
|
||||
"CUP_arifle_CZ805_B",
|
||||
"CUP_arifle_Sa58P_des",
|
||||
"CUP_arifle_Sa58V_camo",
|
||||
"CUP_arifle_Sa58RIS1",
|
||||
// "CUP_arifle_Sa58RIS1_des", //may be broken
|
||||
"CUP_arifle_Sa58RIS2",
|
||||
"CUP_arifle_Sa58RIS2_camo",
|
||||
// "CUP_arifle_Sa58RIS1_Aco_Laser",
|
||||
// "CUP_arifle_Sa58RIS2_Arco_Laser",
|
||||
// "CUP_arifle_Sa58RIS1_camo_Aco_Laser",
|
||||
// "CUP_arifle_Sa58RIS2_camo_Arco_Laser",
|
||||
"CUP_arifle_Mk16_CQC_FG",
|
||||
"CUP_arifle_Mk16_CQC_SFG",
|
||||
"CUP_arifle_Mk16_CQC_EGLM",
|
||||
"CUP_arifle_Mk16_STD",
|
||||
"CUP_arifle_Mk16_STD_FG",
|
||||
"CUP_arifle_Mk16_STD_SFG",
|
||||
"CUP_arifle_Mk16_STD_EGLM",
|
||||
"CUP_arifle_Mk16_SV",
|
||||
// "CUP_arifle_Mk16_CQC_EGLM_Holo_Laser_mfsup",
|
||||
"CUP_arifle_Mk17_CQC",
|
||||
"CUP_arifle_Mk17_CQC_FG",
|
||||
"CUP_arifle_Mk17_CQC_SFG",
|
||||
"CUP_arifle_Mk17_CQC_EGLM",
|
||||
"CUP_arifle_Mk17_STD",
|
||||
"CUP_arifle_Mk17_STD_FG",
|
||||
"CUP_arifle_Mk17_STD_SFG",
|
||||
"CUP_arifle_Mk17_STD_EGLM",
|
||||
"CUP_arifle_Mk20",
|
||||
// "CUP_arifle_Mk20_LeupoldMk4MRT",
|
||||
"CUP_sgun_AA12",
|
||||
"CUP_sgun_M1014",
|
||||
"CUP_sgun_Saiga12K"
|
||||
};
|
||||
};
|
||||
|
||||
class CUPSniperRifles
|
||||
{
|
||||
name = "CUP Sniper Rifles";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
// "CUP_srifle_AS50_SBPMII",
|
||||
// "CUP_srifle_AS50_AMPAS13c2",
|
||||
"CUP_srifle_AWM_des",
|
||||
"CUP_srifle_AWM_wdl",
|
||||
// "CUP_srifle_AWM_des_SBPMII",
|
||||
// "CUP_srifle_AWM_wdl_SBPMII",
|
||||
"CUP_srifle_CZ750",
|
||||
// "CUP_srifle_CZ750_SOS_bipod",
|
||||
"CUP_srifle_DMR",
|
||||
// "CUP_srifle_DMR_LeupoldMk4",
|
||||
"CUP_srifle_CZ550",
|
||||
"CUP_srifle_LeeEnfield",
|
||||
"CUP_srifle_M14",
|
||||
// "CUP_srifle_M15_Aim",
|
||||
"CUP_srifle_Mk12SPR",
|
||||
// "CUP_srifle_Mk12SPR_LeupoldM3LR",
|
||||
"CUP_srifle_M24_des",
|
||||
"CUP_srifle_M24_wdl",
|
||||
// "CUP_srifle_M24_ghillie",
|
||||
// "CUP_srifle_M24_wdl_LeupoldMk4LRT",
|
||||
// "CUP_srifle_M24_des_LeupoldMk4LRT",
|
||||
"CUP_srifle_M40A3",
|
||||
"CUP_srifle_M107_Base",
|
||||
// "CUP_srifle_M107_LeupoldVX3",
|
||||
// "CUP_srifle_M107_ANPAS13c2",
|
||||
"CUP_srifle_M110",
|
||||
// "CUP_srifle_M110_ANPAS13c2",
|
||||
// "CUP_srifle_M110_ANPVS10",
|
||||
"CUP_srifle_SVD",
|
||||
"CUP_srifle_SVD_des",
|
||||
// "CUP_srifle_SVD_Des_pso",
|
||||
// "CUP_srifle_SVD_pso",
|
||||
// "CUP_srifle_SVD_wdl_ghillie",
|
||||
// "CUP_srifle_SVD_des_ghillie_pso",
|
||||
// "CUP_srifle_SVD_NSPU",
|
||||
"CUP_srifle_ksvk",
|
||||
"CUP_srifle_VSSVintorez",
|
||||
// "CUP_srifle_VSSVintorez_pso",
|
||||
"CUP_srifle_AS50"
|
||||
};
|
||||
};
|
||||
|
||||
class CUPExplosive
|
||||
{
|
||||
name = "CUP Explosive Weapons";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"CUP_glaunch_M32",
|
||||
"CUP_glaunch_M79",
|
||||
"CUP_glaunch_Mk13"
|
||||
};
|
||||
};
|
||||
|
||||
class CUPLaunchers
|
||||
{
|
||||
name = "CUP Launchers";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
/* "CUP_launch_Igla",
|
||||
"CUP_launch_Javelin",
|
||||
"CUP_launch_M47",
|
||||
"CUP_launch_M136",
|
||||
"CUP_launch_MAAWS_Scope",
|
||||
"CUP_launch_Metis",
|
||||
"CUP_launch_NLAW",
|
||||
"CUP_launch_RPG7V",
|
||||
"CUP_launch_RPG18",
|
||||
"CUP_launch_Mk153Mod0_SMAWOptics",
|
||||
"CUP_launch_FIM92Stinger",
|
||||
"CUP_launch_MAAWS",
|
||||
"CUP_launch_Mk153Mod0",
|
||||
"CUP_launch_9K32Strela" */
|
||||
};
|
||||
};
|
||||
|
||||
class CUPLauncherAmmo
|
||||
{
|
||||
name = "CUP Launcher Ammo";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
/* "CUP_Igla_M",
|
||||
"CUP_M136_M",
|
||||
"CUP_MAAWS_HEAT_M",
|
||||
"CUP_MAAWS_HEDP_M",
|
||||
"CUP_AT13_M",
|
||||
"CUP_NLAW_M",
|
||||
"CUP_PG7V_M",
|
||||
"CUP_PG7VL_M",
|
||||
"CUP_PG7VR_M",
|
||||
"CUP_OG7_M",
|
||||
"CUP_RPG18_M",
|
||||
"CUP_SMAW_HEAA_M",
|
||||
"CUP_SMAW_HEDP_M",
|
||||
"CUP_Stinger_M",
|
||||
"CUP_Strela_2_M",
|
||||
"CUP_Dragon_EP1_M",
|
||||
"CUP_Javelin_M",
|
||||
"CUP_6Rnd_HE_M203",
|
||||
"CUP_6Rnd_FlareWhite_M203",
|
||||
"CUP_6Rnd_FlareGreen_M203",
|
||||
"CUP_6Rnd_FlareRed_M203",
|
||||
"CUP_6Rnd_FlareYellow_M203",
|
||||
"CUP_6Rnd_Smoke_M203",
|
||||
"CUP_6Rnd_SmokeRed_M203",
|
||||
"CUP_6Rnd_SmokeGreen_M203",
|
||||
"CUP_6Rnd_SmokeYellow_M203",
|
||||
"CUP_1Rnd_HE_M203",
|
||||
"CUP_1Rnd_HEDP_M203",
|
||||
"CUP_FlareWhite_M203",
|
||||
"CUP_FlareGreen_M203",
|
||||
"CUP_FlareRed_M203",
|
||||
"CUP_FlareYellow_M203",
|
||||
"CUP_1Rnd_Smoke_M203",
|
||||
"CUP_1Rnd_SmokeRed_M203",
|
||||
"CUP_1Rnd_SmokeGreen_M203",
|
||||
"CUP_1Rnd_SmokeYellow_M203" */
|
||||
};
|
||||
};
|
23
mpmissions/Exile.Altis/TRADERS/CUSTOM/ItemListCUSTOM.hpp
Normal file
23
mpmissions/Exile.Altis/TRADERS/CUSTOM/ItemListCUSTOM.hpp
Normal file
@ -0,0 +1,23 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Building Supplies
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class Exile_Item_ConcreteDoorwayKit { quality = 3; price = 2200; sellPrice = 50;};
|
||||
class Exile_Item_ConcreteFloorKit { quality = 3; price = 2200; sellPrice = 50;};
|
||||
class Exile_Item_ConcreteFloorPortKit { quality = 3; price = 2200; sellPrice = 50;};
|
||||
class Exile_Item_ConcreteGateKit { quality = 3; price = 2200; sellPrice = 50;};
|
||||
class Exile_Item_ConcreteStairsKit { quality = 3; price = 2200; sellPrice = 50;};
|
||||
class Exile_Item_ConcreteSupportKit { quality = 3; price = 2200; sellPrice = 50;};
|
||||
class Exile_Item_ConcreteWallKit { quality = 3; price = 2200; sellPrice = 50;};
|
||||
class Exile_Item_MetalHedgehogKit { quality = 2; price = 1200; sellPrice = 50;};
|
||||
class Exile_Item_WoodDoorKit { quality = 1; price = 750; sellPrice = 50;};
|
||||
class Exile_Item_WoodDoorwayKit { quality = 1; price = 750; sellPrice = 50;};
|
||||
class Exile_Item_WoodFloorKit { quality = 1; price = 750; sellPrice = 50;};
|
||||
class Exile_Item_WoodFloorPortKit { quality = 1; price = 750; sellPrice = 50;};
|
||||
class Exile_Item_WoodGateKit { quality = 1; price = 750; sellPrice = 50;};
|
||||
class Exile_Item_WoodStairsKit { quality = 1; price = 750; sellPrice = 50;};
|
||||
class Exile_Item_WoodSupportKit { quality = 1; price = 500; sellPrice = 50;};
|
||||
class Exile_Item_WoodWallHalfKit { quality = 1; price = 500; sellPrice = 50;};
|
||||
class Exile_Item_WoodWallKit { quality = 1; price = 750; sellPrice = 50;};
|
||||
class Exile_Item_WoodWindowKit { quality = 1; price = 750; sellPrice = 50;};
|
||||
class Exile_Item_WorkBenchKit { quality = 1; price = 500; sellPrice = 50;};
|
||||
class Exile_Item_WoodDrawBridgeKit { quality = 1; price = 750; sellPrice = 50;};
|
@ -0,0 +1,38 @@
|
||||
class CBuilding
|
||||
{
|
||||
name = "Building Supplies";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"Exile_Item_ConcreteDoorwayKit",
|
||||
"Exile_Item_ConcreteFloorKit",
|
||||
"Exile_Item_ConcreteFloorPortKit",
|
||||
"Exile_Item_ConcreteGateKit",
|
||||
"Exile_Item_ConcreteStairsKit",
|
||||
"Exile_Item_ConcreteSupportKit",
|
||||
"Exile_Item_ConcreteWallKit",
|
||||
"Exile_Item_MetalHedgehogKit",
|
||||
"Exile_Item_WoodDoorKit",
|
||||
"Exile_Item_WoodDoorwayKit",
|
||||
"Exile_Item_WoodFloorKit",
|
||||
"Exile_Item_WoodFloorPortKit",
|
||||
"Exile_Item_WoodGateKit",
|
||||
"Exile_Item_WoodStairsKit",
|
||||
"Exile_Item_WoodSupportKit",
|
||||
"Exile_Item_WoodWallHalfKit",
|
||||
"Exile_Item_WoodWallKit",
|
||||
"Exile_Item_WoodWindowKit",
|
||||
"Exile_Item_WorkBenchKit"
|
||||
//"Exile_Item_WoodDrawBridgeKit",
|
||||
};
|
||||
};
|
||||
|
||||
class CPlanes
|
||||
{
|
||||
name = "Custom Planes";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
// moved to arma3
|
||||
};
|
||||
};
|
456
mpmissions/Exile.Altis/TRADERS/CfgTraders.hpp
Normal file
456
mpmissions/Exile.Altis/TRADERS/CfgTraders.hpp
Normal file
@ -0,0 +1,456 @@
|
||||
/**
|
||||
* Weapons, scopes, silencers, ammo
|
||||
*/
|
||||
class Exile_Trader_Armory
|
||||
{
|
||||
name = "ARMORY";
|
||||
showWeaponFilter = 1;
|
||||
categories[] =
|
||||
{
|
||||
"APEXAmmunition",
|
||||
"APEXAssaultRifles",
|
||||
"APEXBipodAttachments",
|
||||
"APEXLightMachineGuns",
|
||||
"APEXMuzzleAttachments",
|
||||
"APEXOpticAttachments",
|
||||
"APEXPistols",
|
||||
"APEXSniperRifles",
|
||||
"APEXSubMachineGuns",
|
||||
"Ammunition",
|
||||
"AssaultRifles",
|
||||
/*"BPAmmunition",
|
||||
"BPAssaultRifles",
|
||||
"BPLightMachineGuns",
|
||||
"BPMuzzleAttachments",
|
||||
"BPOpticAttachments",
|
||||
"BPPistols",
|
||||
"BPPointerAttachments",
|
||||
"BPSniperRifles",
|
||||
"BPSubMachineGuns",
|
||||
"BipodAttachments",
|
||||
"CUPAmmunition",
|
||||
"CUPAssaultRifles",
|
||||
"CUPLightMachineGuns",
|
||||
"CUPMuzzleAttachments",
|
||||
"CUPOpticAttachments",
|
||||
"CUPPistols",
|
||||
"CUPPointerAttachments",
|
||||
"CUPSniperRifles",
|
||||
"CUPSubMachineGuns",
|
||||
"FFAAAmunition",
|
||||
"FFAABipodAttachments",
|
||||
"FFAAMuzzleAttachments",
|
||||
"FFAAMuzzleAttachments",
|
||||
"FFAAPistols",
|
||||
"FFAAPointerAttachments",
|
||||
"FFAARifles",
|
||||
"FFAASmg",
|
||||
"FFAASniperRifles",
|
||||
"FHQACCESSORIES",
|
||||
"GREFAmmunition",
|
||||
"GREFWeapons",
|
||||
"HAPASSAULTRIFLES",
|
||||
"HAPSNIPERRIFLES",
|
||||
"HWPweapons",
|
||||
"KAAmmunition",
|
||||
"KAAttachments",
|
||||
"KAMuzzleAttachments",
|
||||
"KAOpticAttachments",
|
||||
"KAPistols",
|
||||
"KARifles",*/
|
||||
"LightMachineGuns",
|
||||
/*"MASAmmunition",
|
||||
"MASAssaultRifles",
|
||||
"MASLightMachineGuns",
|
||||
"MASMuzzleAttachments",
|
||||
"MASOpticAttachments",
|
||||
"MASPistols",
|
||||
"MASPointerAttachments",
|
||||
"MASSniperRifles",
|
||||
"MASSubMachineGuns",
|
||||
"MuzzleAttachments",
|
||||
"NIAAmmunition",
|
||||
"NIAAssaultRifles",
|
||||
"NIAAttachments",
|
||||
"NIALightMachineGuns",
|
||||
"NIAMuzzleAttachments",
|
||||
"NIAOpticAttachments",
|
||||
"NIASniperRifles",*/
|
||||
"OpticAttachments",
|
||||
"Pistols",
|
||||
"PointerAttachments",
|
||||
/*"R3FAmmunition",
|
||||
"R3FAssaultRifles",
|
||||
"R3FBipodAttachments",
|
||||
"R3FLightMachineGuns",
|
||||
"R3FMuzzleAttachments",
|
||||
"R3FOpticAttachments",
|
||||
"R3FPistols",
|
||||
"R3FPointerAttachments",
|
||||
"R3FSniperRifles",
|
||||
"R3FSubMachineGuns",
|
||||
"RHSAmmunition",
|
||||
"RHSAssaultRifles",
|
||||
"RHSBipodAttachments",
|
||||
"RHSForegripAttachments",
|
||||
"RHSLightMachineGuns",
|
||||
"RHSMuzzleAttachments",
|
||||
"RHSOpticAttachments",
|
||||
"RHSPistols",
|
||||
"RHSPointerAttachments",
|
||||
"RHSSniperRifles",
|
||||
"RHSSubMachineGuns",
|
||||
"SAFAmmunition",
|
||||
"SAFAttachments",
|
||||
"SAFWeapons",*/
|
||||
"Shotguns",
|
||||
"SniperRifles",
|
||||
"SubMachineGuns"
|
||||
//"HLCAmmunition", //should use NIArms
|
||||
//"HLCAssaultRifles", //should use NIArms
|
||||
//"HLCLightMachineGuns", //should use NIArms
|
||||
//"HLCMuzzleAttachments", //should use NIArms
|
||||
//"HLCOpticAttachments", //should use NIArms
|
||||
//"HLCSniperRifles", //should use NIArms
|
||||
// Whatever your last line is make sure it doesn't have a comma! <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* Satchels, nades, UAVs, static MGs
|
||||
*/
|
||||
class Exile_Trader_SpecialOperations
|
||||
{
|
||||
name = "SPECIAL OPERATIONS";
|
||||
showWeaponFilter = 1; // for noob tubes
|
||||
categories[] =
|
||||
{
|
||||
/*"A3LauncherAmmo",
|
||||
"A3Launchers",
|
||||
"APEXLauncherAmmo",
|
||||
"ApexLaunchers",
|
||||
"CUPExplosive",
|
||||
"CUPLauncherAmmo",
|
||||
"CUPLaunchers",*/
|
||||
//"ExplosiveWeapons",
|
||||
"Explosives",
|
||||
"Flares",
|
||||
/*"MASExplosive",
|
||||
"MASLauncherAmmo",
|
||||
"MASLaunchers",*/
|
||||
"Navigation",
|
||||
/*"R3FLauncherAmmo",
|
||||
"R3FLaunchers",
|
||||
"RHSExplosives",
|
||||
"RHSLauncherAmmo",
|
||||
"RHSLaunchers",
|
||||
//"RHSStaticMG", //not recommended except for militarised servers due to rockets/mortar etc
|
||||
"RHSUGLAmmo",
|
||||
"SAFMines",*/
|
||||
"Smokes",
|
||||
"StaticMGs",
|
||||
"UAVs"
|
||||
// Whatever your last line is make sure it doesn't have a comma! <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* Uniforms, vests, helmets, backpacks
|
||||
*/
|
||||
class Exile_Trader_Equipment
|
||||
{
|
||||
name = "EQUIPMENT";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
//"A3Backpacks",
|
||||
"APEXBackpacks",
|
||||
"APEXHeadgear",
|
||||
"APEXUniforms",
|
||||
"APEXVests",
|
||||
"Backpacks",
|
||||
/*"CUPBackpacks",
|
||||
"CUPHeadgear",
|
||||
"CUPUniforms",
|
||||
"CUPVests",
|
||||
"FFAAHeadgear",
|
||||
"FFAAUniform",
|
||||
"FFAAVest",
|
||||
"FFAAbackpack",
|
||||
"FFAAfaceware",*/
|
||||
"FirstAid",
|
||||
/*"GREFHeadgear",
|
||||
"GREFUniforms",
|
||||
"GREFVests",
|
||||
"HAPBACKPACKS",
|
||||
"HAPHEADGEAR",
|
||||
"HAPUNIFORMS",
|
||||
"HAPVESTS",*/
|
||||
"Headgear",
|
||||
/*"MASBackpacks",
|
||||
"MASHeadgear",
|
||||
"MASTools",
|
||||
"RHSAccessories",
|
||||
"RHSBackpacks",
|
||||
"RHSHeadgear",
|
||||
"RHSUniforms",
|
||||
"RHSVests",
|
||||
"SAFBackpacks",
|
||||
"SAFHeadgear",
|
||||
"SAFUniforms",
|
||||
"SAFVests",
|
||||
"TRYKBackpacks",
|
||||
"TRYKHeadgear",
|
||||
"TRYKUniforms",
|
||||
"TRYKVests",*/
|
||||
"Tools",
|
||||
"Uniforms",
|
||||
"Vests"
|
||||
//"APEXTools", //not used
|
||||
// Whatever your last line is make sure it doesn't have a comma! <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* Cans, cans, cans
|
||||
*/
|
||||
class Exile_Trader_Food
|
||||
{
|
||||
name = "FAST FOOD";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"Drinks",
|
||||
"Food"
|
||||
//"NonVeganFood"
|
||||
// Whatever your last line is make sure it doesn't have a comma! <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* Light bulbs, metal, etc.
|
||||
*/
|
||||
class Exile_Trader_Hardware
|
||||
{
|
||||
name = "HARDWARE";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"Hardware",
|
||||
//"R3FTools",
|
||||
"ExtendedBaseMod",
|
||||
//"CBuilding"
|
||||
// Whatever your last line is make sure it doesn't have a comma! <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* Sells cars and general vehicles
|
||||
*/
|
||||
class Exile_Trader_Vehicle
|
||||
{
|
||||
name = "VEHICLE";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"A3Armed",
|
||||
"A3Cars",
|
||||
"A3Trucks",
|
||||
"ApexCars",
|
||||
//"ApexTrucks",
|
||||
"Bikes",
|
||||
/*"CTrucks",
|
||||
"CUGVs",
|
||||
"CUPArmed",
|
||||
"CUPUnarmed",*/
|
||||
"Cars",
|
||||
/*"FMPCars",
|
||||
"FMPTrucks",
|
||||
"FOXCars",
|
||||
"FOXTrucks",
|
||||
"GREFArmed",
|
||||
"GREFUnarmed",
|
||||
"HAPCARS",
|
||||
"HAPTRUCKS",
|
||||
"HVPCars",
|
||||
"JonzieCars",
|
||||
"MASArmed",
|
||||
"MASCars",
|
||||
"MASTrucks",
|
||||
"RHSVehicles",
|
||||
"SAFArmed",
|
||||
"SAFUnarmed",*/
|
||||
"Trucks"
|
||||
//"MASTanks"
|
||||
//"A3Tanks"
|
||||
//"UGV"
|
||||
//"A3UGVs"
|
||||
// Whatever your last line is make sure it doesn't have a comma! <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* Sells choppers and planes
|
||||
*/
|
||||
class Exile_Trader_Aircraft
|
||||
{
|
||||
name = "AIRCRAFT";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"A3Planes",
|
||||
"A3armedChoppers",
|
||||
"A3unarmedChoppers",
|
||||
//"ApexChoppers",
|
||||
"ApexPlanes",
|
||||
"ApexVTOL",
|
||||
/*"CChoppers",
|
||||
"CPlanes",
|
||||
"CUPChoppers",*/
|
||||
"Choppers",
|
||||
/*"GREFChoppers",
|
||||
"GREFPlanes",
|
||||
"HVPPlanes",
|
||||
"MASChoppers",
|
||||
"MASPlanes",*/
|
||||
"Planes",
|
||||
//"JetPlanes",
|
||||
"Pods",
|
||||
/*"RHSChoppers",
|
||||
"RHSPlanes",
|
||||
"SAFChoppers"*/
|
||||
"ApexUAVs",
|
||||
"A3UAVs"
|
||||
//"CUAVs",
|
||||
// Whatever your last line is make sure it doesn't have a comma! <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* Sells ships and boats
|
||||
*/
|
||||
class Exile_Trader_Boat
|
||||
{
|
||||
name = "BOAT";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"A3Boats",
|
||||
"ApexBoats",
|
||||
"Boats",
|
||||
//"RHSBoats",
|
||||
// Whatever your last line is make sure it doesn't have a comma! <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<
|
||||
};
|
||||
};
|
||||
|
||||
class Exile_Trader_Diving
|
||||
{
|
||||
name = "DIVERS";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"Diving"
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* Sells Community Items
|
||||
*/
|
||||
class Exile_Trader_CommunityCustoms
|
||||
{
|
||||
name = "COMMUNITY";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"Community"
|
||||
};
|
||||
};
|
||||
class Exile_Trader_CommunityCustoms2
|
||||
{
|
||||
name = "COMMUNITY";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"Community2"
|
||||
};
|
||||
};
|
||||
|
||||
class Exile_Trader_CommunityCustoms3
|
||||
{
|
||||
name = "COMMUNITY";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"Community3"
|
||||
};
|
||||
};
|
||||
|
||||
class Exile_Trader_CommunityCustoms4
|
||||
{
|
||||
name = "COMMUNITY";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"Community4"
|
||||
};
|
||||
};
|
||||
|
||||
class Exile_Trader_CommunityCustoms5
|
||||
{
|
||||
name = "COMMUNITY";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"Community5"
|
||||
};
|
||||
};
|
||||
|
||||
class Exile_Trader_CommunityCustoms6
|
||||
{
|
||||
name = "COMMUNITY";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"Community6"
|
||||
};
|
||||
};
|
||||
|
||||
class Exile_Trader_CommunityCustoms7
|
||||
{
|
||||
name = "COMMUNITY";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"Community7"
|
||||
};
|
||||
};
|
||||
|
||||
class Exile_Trader_CommunityCustoms8
|
||||
{
|
||||
name = "COMMUNITY";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"Community8"
|
||||
};
|
||||
};
|
||||
|
||||
class Exile_Trader_CommunityCustoms9
|
||||
{
|
||||
name = "COMMUNITY";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"Community9"
|
||||
};
|
||||
};
|
||||
|
||||
class Exile_Trader_CommunityCustoms10
|
||||
{
|
||||
name = "COMMUNITY";
|
||||
showWeaponFilter = 0;
|
||||
categories[] =
|
||||
{
|
||||
"Community10"
|
||||
};
|
||||
};
|
316
mpmissions/Exile.Altis/TRADERS/EBM/ItemListEBM.hpp
Normal file
316
mpmissions/Exile.Altis/TRADERS/EBM/ItemListEBM.hpp
Normal file
@ -0,0 +1,316 @@
|
||||
/*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 - file cleaned up a bit
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
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; };Removed
|
||||
//class CamoNet_INDP_open_F_Kit { quality = 1; price = 1000; sellPrice = 50; };Removed
|
||||
//class CamoNet_BLUFOR_open_F_Kit { quality = 1; price = 1000; sellPrice = 50; };Removed
|
||||
|
||||
///////////////////////// 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; }; Removed
|
||||
|
||||
///////////////////////// 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.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; };Removed
|
||||
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_tower_green_F_Kit { quality = 4; price = 50000; sellPrice = 50; }; //changed
|
||||
//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; };
|
||||
//class Land_GarageShelter_01_F_Kit { quality = 2; price = 20000; sellPrice = 50; }; //V0.2.7
|
||||
class Land_HBarrier_01_big_tower_green_F_Kit { quality = 2; price = 20000; sellPrice = 50; }; //V0.2.8
|
||||
class Land_Bagbunker_01_large_green_F_Kit { quality = 2; price = 20000; sellPrice = 50; }; //V0.2.8
|
||||
class Land_Bagfence_01_short_green_F_Kit { quality = 1; price = 2000; sellPrice = 50; }; //V0.2.8
|
||||
class Land_Bagfence_01_long_green_F_Kit { quality = 1; price = 2000; sellPrice = 50; }; //V0.2.8
|
||||
//class Land_PetroglyphWall_02_F_Kit { quality = 1; price = 8500; sellPrice = 50; }; //V0.2.8
|
||||
//class Land_PetroglyphWall_01_F_Kit { quality = 1; price = 8500; sellPrice = 50; }; //V0.2.8
|
||||
class Land_IRMaskingCover_02_F_Kit { quality = 1; price = 15000; sellPrice = 50; }; //V0.2.8
|
||||
class Land_IRMaskingCover_01_F_Kit { quality = 1; price = 10000; sellPrice = 50; }; //V0.2.8
|
||||
//class Land_Breakwater_02_F_Kit { quality = 3; price = 35000; sellPrice = 50; }; //V0.2.8
|
||||
//class Land_Breakwater_01_F_Kit { quality = 3; price = 35000; sellPrice = 50; }; //V0.2.8
|
||||
//class Land_BasaltWall_01_gate_F_Kit { quality = 3; price = 150000; sellPrice = 50; }; //V0.2.8
|
||||
//class Land_BasaltWall_01_8m_F_Kit { quality = 3; price = 15000; sellPrice = 50; }; //V0.2.8
|
||||
//class Land_BasaltWall_01_4m_F_Kit { quality = 3; price = 15000; sellPrice = 50; }; //V0.2.8
|
||||
class Land_Ammobox_rounds_F_Kit { quality = 1; price = 2000; sellPrice = 50; }; //V0.2.8
|
||||
class Land_Airport_01_hangar_F_Kit { quality = 2; price = 50000; sellPrice = 50; }; //V0.2.8
|
||||
#endif
|
||||
|
||||
///////////////////////// V0.2.7
|
||||
class Land_i_House_Small_03_V1_F_Kit { quality = 2; price = 25000; sellPrice = 50; };
|
||||
class Land_i_House_Big_01_V2_F_Kit { quality = 2; price = 50000; sellPrice = 50; };
|
||||
class Land_PlasticCase_01_medium_F_Kit { quality = 1; price = 8000; sellPrice = 50; };
|
||||
class Land_Research_HQ_F_Kit { quality = 4; price = 50000; sellPrice = 50; };
|
||||
class Land_Research_house_V1_F_Kit { quality = 4; price = 40000; sellPrice = 50; };
|
||||
|
||||
///////////////////////// V0.2.8
|
||||
class Land_Suitcase_F_Kit { quality = 2; price = 40000; sellPrice = 50; };
|
||||
class B_Slingload_01_fuel_F_Kit { quality = 6; price = 70000; sellPrice = 50; };
|
||||
class B_Slingload_01_Ammo_F_Kit { quality = 6; price = 70000; sellPrice = 50; };
|
||||
|
||||
///////////////////////// V0.3.1
|
||||
class Land_FlatTV_01_F_Kit { quality = 3; price = 5000; sellPrice = 50; };
|
||||
class Land_ChairPlastic_F_Kit { quality = 3; price = 1000; sellPrice = 50; };
|
||||
class Land_GamingSet_01_console_F_Kit { quality = 5; price = 70000; sellPrice = 50; };
|
||||
class Land_GamingSet_01_controller_F_Kit { quality = 5; price = 70000; sellPrice = 50; };
|
||||
class Land_GymBench_01_F_Kit { quality = 2; price = 5000; sellPrice = 50; };
|
||||
class Land_GymRack_03_F_Kit { quality = 2; price = 5000; sellPrice = 50; };
|
||||
class Land_OfficeCabinet_01_F_Kit { quality = 2; price = 1000; sellPrice = 50; };
|
||||
class Land_OfficeChair_01_F_Kit { quality = 2; price = 1000; sellPrice = 50; };
|
||||
class Land_PCSet_01_case_F_Kit { quality = 5; price = 70000; sellPrice = 50; };
|
||||
class Land_PCSet_01_keyboard_F_Kit { quality = 5; price = 70000; sellPrice = 50; };
|
||||
class Land_PCSet_01_mouse_F_Kit { quality = 5; price = 70000; sellPrice = 50; };
|
||||
class Land_PCSet_01_screen_F_Kit { quality = 5; price = 70000; sellPrice = 50; };
|
||||
class Land_Printer_01_F_Kit { quality = 5; price = 3000; sellPrice = 50; };
|
||||
class Land_RattanChair_01_F_Kit { quality = 2; price = 1000; sellPrice = 50; };
|
||||
class Land_RattanTable_01_F_Kit { quality = 2; price = 1000; sellPrice = 50; };
|
||||
class Land_Sleeping_bag_blue_F_Kit { quality = 1; price = 1000; sellPrice = 50; };
|
||||
class Land_Sleeping_bag_brown_F_Kit { quality = 1; price = 1000; sellPrice = 50; };
|
||||
class Land_Trophy_01_bronze_F_Kit { quality = 3; price = 50000; sellPrice = 50; };
|
||||
class Land_Trophy_01_gold_F_Kit { quality = 6; price = 100000; sellPrice = 50; };
|
||||
class Land_Trophy_01_silver_F_Kit { quality = 5; price = 80000; sellPrice = 50; };
|
||||
class Land_Sun_chair_green_F_Kit { quality = 1; price = 2000; sellPrice = 50; };
|
||||
class Land_Sunshade_01_F_Kit { quality = 1; price = 2000; sellPrice = 50; };
|
||||
class Land_Sunshade_02_F_Kit { quality = 1; price = 2000; sellPrice = 50; };
|
||||
class Land_Sunshade_03_F_Kit { quality = 1; price = 2000; sellPrice = 50; };
|
||||
class Land_Sunshade_F_Kit { quality = 1; price = 2000; sellPrice = 50; };
|
||||
class Land_TablePlastic_01_F_Kit { quality = 1; price = 2000; sellPrice = 50; };
|
||||
class Land_WoodenTable_large_F_Kit { quality = 1; price = 2000; sellPrice = 50; };
|
||||
class Land_WoodenTable_small_F_Kit { quality = 1; price = 2000; sellPrice = 50; };
|
||||
class OfficeTable_01_new_F_Kit { quality = 3; price = 2000; sellPrice = 50; };
|
||||
class Land_DieselGroundPowerUnit_01_F_Kit { quality = 5; price = 70000; sellPrice = 50; };
|
||||
class Land_EngineCrane_01_F_Kit { quality = 5; price = 25000; sellPrice = 50; };
|
||||
class Land_PalletTrolley_01_yellow_F_Kit { quality = 3; price = 20000; sellPrice = 50; };
|
||||
class Land_PressureWasher_01_F_Kit { quality = 3; price = 20000; sellPrice = 50; };
|
||||
class Land_WeldingTrolley_01_F_Kit { quality = 3; price = 20000; sellPrice = 50; };
|
||||
class Land_Workbench_01_F_Kit { quality = 3; price = 5000; sellPrice = 50; };
|
||||
class ArrowDesk_L_F_Kit { quality = 1; price = 1000; sellPrice = 50; };
|
||||
class ArrowDesk_R_F_Kit { quality = 1; price = 1000; sellPrice = 50; };
|
||||
class PlasticBarrier_02_grey_F_Kit { quality = 1; price = 5000; sellPrice = 50; };
|
||||
class PlasticBarrier_02_yellow_F_Kit { quality = 1; price = 5000; sellPrice = 50; };
|
||||
class PlasticBarrier_03_blue_F_Kit { quality = 1; price = 5000; sellPrice = 50; };
|
||||
class PlasticBarrier_03_orange_F_Kit { quality = 1; price = 5000; sellPrice = 50; };
|
||||
class RoadBarrier_F_Kit { quality = 3; price = 1000; sellPrice = 50; };
|
||||
class RoadBarrier_small_F_Kit { quality = 3; price = 1000; sellPrice = 50; };
|
||||
class RoadCone_F_Kit { quality = 3; price = 1000; sellPrice = 50; };
|
||||
class RoadCone_L_F_Kit { quality = 3; price = 1000; sellPrice = 50; };
|
||||
class TapeSign_F_Kit { quality = 3; price = 1000; sellPrice = 50; };
|
||||
class Land_Target_Dueling_01_F_Kit { quality = 5; price = 3000; sellPrice = 50; };
|
||||
class TargetP_Inf_F_Kit { quality = 5; price = 3000; sellPrice = 50; };
|
||||
class Fridge_01_closed_F_Kit { quality = 3; price = 1000; sellPrice = 50; };
|
||||
class Land_MetalCase_01_large_F_Kit { quality = 2; price = 15000; sellPrice = 50; };
|
||||
class Land_Microwave_01_F_Kit { quality = 3; price = 1000; sellPrice = 50; };
|
||||
class Land_ShelvesWooden_F_Kit { quality = 1; price = 5000; sellPrice = 50; };
|
||||
class Land_ShelvesWooden_blue_F_Kit { quality = 1; price = 5000; sellPrice = 50; };
|
||||
class Land_ShelvesWooden_khaki_F_Kit { quality = 1; price = 5000; sellPrice = 50; };
|
||||
class Land_ToolTrolley_01_F_Kit { quality = 3; price = 12000; sellPrice = 50; };
|
||||
class Land_ToolTrolley_02_F_Kit { quality = 3; price = 12000; sellPrice = 50; };
|
||||
class Land_Sign_Mines_F_Kit { quality = 3; price = 1000; sellPrice = 50; };
|
||||
class Land_PortableHelipadLight_01_F_Kit { quality = 1; price = 10000; sellPrice = 50; };
|
||||
class PortableHelipadLight_01_blue_F_Kit { quality = 1; price = 10000; sellPrice = 50; };
|
||||
class PortableHelipadLight_01_green_F_Kit { quality = 1; price = 10000; sellPrice = 50; };
|
||||
class PortableHelipadLight_01_red_F_Kit { quality = 1; price = 10000; sellPrice = 50; };
|
||||
class PortableHelipadLight_01_white_F_Kit { quality = 1; price = 10000; sellPrice = 50; };
|
||||
class PortableHelipadLight_01_yellow_F_Kit { quality = 1; price = 10000; sellPrice = 50; };
|
||||
class Land_GamingSet_01_powerSupply_F_Kit { quality = 5; price = 80000; sellPrice = 50; };
|
||||
class Land_GamingSet_01_camera_F_Kit { quality = 5; price = 80000; sellPrice = 50; };
|
||||
class WaterPump_01_forest_F_Kit { quality = 4; price = 70000; sellPrice = 50; };
|
||||
class WaterPump_01_sand_F_Kit { quality = 4; price = 70000; sellPrice = 50; };
|
||||
class Land_TripodScreen_01_large_F_Kit { quality = 4; price = 60000; sellPrice = 50; };
|
||||
class Land_TripodScreen_01_dual_v2_F_Kit { quality = 4; price = 50000; sellPrice = 50; };
|
||||
class Land_TripodScreen_01_dual_v1_F_Kit { quality = 4; price = 50000; sellPrice = 50; };
|
||||
class TargetP_Inf_Acc2_F_Kit { quality = 5; price = 3000; sellPrice = 50; };
|
||||
class TargetBootcampHuman_F_Kit { quality = 5; price = 3000; sellPrice = 50; };
|
||||
class Target_F_Kit { quality = 5; price = 3000; sellPrice = 50; };
|
||||
class Land_SatelliteAntenna_01_F_Kit { quality = 3; price = 10000; sellPrice = 50; };
|
||||
class Land_Projector_01_F_Kit { quality = 3; price = 1000; sellPrice = 50; };
|
||||
class Land_PortableGenerator_01_F_Kit { quality = 3; price = 20000; sellPrice = 50; };
|
||||
class Land_Obstacle_Ramp_F_Kit { quality = 1; price = 10000; sellPrice = 50; };
|
||||
class MetalBarrel_burning_F_Kit { quality = 1; price = 10000; sellPrice = 50; };
|
||||
|
||||
///////////////////////// V0.3.1
|
||||
class EBM_Brickwall_window_Kit { quality = 1; price = 3000; sellPrice = 50; };
|
||||
class EBM_Brickwall_stairs_Kit { quality = 1; price = 1000; sellPrice = 50; };
|
||||
class EBM_Brickwall_floorport_door_Kit { quality = 1; price = 10000; sellPrice = 50; };
|
||||
class EBM_Brickwall_floorport_Kit { quality = 1; price = 1000; sellPrice = 50; };
|
||||
class EBM_Brickwall_floor_Kit { quality = 1; price = 1000; sellPrice = 50; };
|
||||
class EBM_Brickwall_door_Kit { quality = 1; price = 5000; sellPrice = 50; };
|
||||
class EBM_Brickwall_hole_Kit { quality = 1; price = 1000; sellPrice = 50; };
|
||||
class EBM_Helipad_Kit { quality = 1; price = 50000; sellPrice = 50; };
|
||||
class EBM_Airhook_Kit { quality = 1; price = 10000; sellPrice = 50; };
|
||||
class EBM_Parksign_Kit { quality = 1; price = 500; sellPrice = 50; };
|
||||
class EBM_Brickwall_Kit { quality = 1; price = 1000; sellPrice = 50; };
|
||||
|
||||
///////////////////////// V0.3.4
|
||||
class EBM_Metalwall_window_Kit { quality = 5; price = 30000; sellPrice = 50; };
|
||||
class EBM_Metalwall_stairs_Kit { quality = 5; price = 10000; sellPrice = 50; };
|
||||
class EBM_Metalwall_floorport_door_Kit { quality = 5; price = 100000; sellPrice = 50; };
|
||||
class EBM_Metalwall_floorport_Kit { quality = 5; price = 20000; sellPrice = 50; };
|
||||
class EBM_Metalwall_floor_Kit { quality = 5; price = 10000; sellPrice = 50; };
|
||||
class EBM_Metalwall_door_Kit { quality = 5; price = 50000; sellPrice = 50; };
|
||||
class EBM_Metalwall_hole_Kit { quality = 5; price = 20000; sellPrice = 50; };
|
||||
class EBM_Metalwall_half_Kit { quality = 5; price = 20000; sellPrice = 50; };
|
||||
class EBM_Metalwall_Kit { quality = 5; price = 10000; sellPrice = 50; };
|
||||
class EBM_Medikit_Kit { quality = 5; price = 50000; sellPrice = 50; };
|
||||
class EBM_pollard_Kit { quality = 5; price = 10000; sellPrice = 50; };
|
||||
class EBM_ATM_Kit { quality = 5; price = 10000; sellPrice = 50; };
|
301
mpmissions/Exile.Altis/TRADERS/EBM/TraderCategoriesEBM.hpp
Normal file
301
mpmissions/Exile.Altis/TRADERS/EBM/TraderCategoriesEBM.hpp
Normal file
@ -0,0 +1,301 @@
|
||||
/*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",Removed
|
||||
//"CamoNet_INDP_open_F_Kit",Removed
|
||||
//"CamoNet_BLUFOR_open_F_Kit",Removed
|
||||
///////////////////////// 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",// Removed!
|
||||
///////////////////////// 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",// Removed
|
||||
"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_Airport_01_hangar_F_Kit",//V0.2.8
|
||||
"Land_Ammobox_rounds_F_Kit",//V0.2.8
|
||||
"Land_BagBunker_01_small_green_F_Kit",
|
||||
"Land_Bagbunker_01_large_green_F_Kit",//V0.2.8
|
||||
"Land_Bagfence_01_long_green_F_Kit",//V0.2.8
|
||||
"Land_Bagfence_01_short_green_F_Kit",//V0.2.8
|
||||
"Land_HBarrier_01_big_tower_green_F_Kit",//V0.2.8
|
||||
"Land_HBarrier_01_line_3_green_F_Kit",
|
||||
"Land_HBarrier_01_line_5_green_F_Kit",
|
||||
"Land_HBarrier_01_tower_green_F_Kit", //name changed
|
||||
"Land_IRMaskingCover_01_F_Kit",//V0.2.8
|
||||
"Land_IRMaskingCover_02_F_Kit",//V0.2.8
|
||||
/*
|
||||
"Land_Airport_01_controlTower_F_Kit",
|
||||
"Land_BasaltWall_01_4m_F_Kit",//V0.2.8
|
||||
"Land_BasaltWall_01_8m_F_Kit",//V0.2.8
|
||||
"Land_BasaltWall_01_gate_F_Kit",//V0.2.8
|
||||
"Land_Breakwater_01_F_Kit",//V0.2.8
|
||||
"Land_Breakwater_02_F_Kit",//V0.2.8
|
||||
"Land_GarageShelter_01_F_Kit", //V0.2.7
|
||||
"Land_PetroglyphWall_01_F_Kit",//V0.2.8
|
||||
"Land_PetroglyphWall_02_F_Kit",//V0.2.8
|
||||
"Land_PillboxBunker_01_big_F_Kit",
|
||||
"Land_PillboxBunker_01_hex_F_Kit",
|
||||
"Land_PillboxBunker_01_rectangle_F_Kit",
|
||||
"Land_PillboxWall_01_3m_F_Kit",
|
||||
"Land_PillboxWall_01_6m_F_Kit",
|
||||
"Land_trench_01_forest_F_Kit",
|
||||
"Land_trench_01_grass_F_Kit",
|
||||
*/
|
||||
#endif
|
||||
///////////////////////// V0.2.7
|
||||
"Land_i_House_Small_03_V1_F_Kit",//Bungalow
|
||||
"Land_i_House_Big_01_V2_F_Kit",
|
||||
"Land_PlasticCase_01_medium_F_Kit",
|
||||
"Land_Research_HQ_F_Kit",
|
||||
"Land_Research_house_V1_F_Kit",
|
||||
///////////////////////// V0.2.8 - Some Apex buildings
|
||||
"Land_Suitcase_F_Kit",
|
||||
"B_Slingload_01_fuel_F_Kit",
|
||||
"B_Slingload_01_Ammo_F_Kit",
|
||||
///////////////////////// V0.3.1
|
||||
"Land_FlatTV_01_F_Kit",
|
||||
"Land_ChairPlastic_F_Kit",
|
||||
"Land_GamingSet_01_console_F_Kit",
|
||||
"Land_GamingSet_01_controller_F_Kit",
|
||||
"Land_GymBench_01_F_Kit",
|
||||
"Land_GymRack_03_F_Kit",
|
||||
"Land_OfficeCabinet_01_F_Kit",
|
||||
"Land_OfficeChair_01_F_Kit",
|
||||
"Land_PCSet_01_case_F_Kit",
|
||||
"Land_PCSet_01_keyboard_F_Kit",
|
||||
"Land_PCSet_01_mouse_F_Kit",
|
||||
"Land_PCSet_01_screen_F_Kit",
|
||||
"Land_Printer_01_F_Kit",
|
||||
"Land_RattanChair_01_F_Kit",
|
||||
"Land_RattanTable_01_F_Kit",
|
||||
"Land_Sleeping_bag_blue_F_Kit",
|
||||
"Land_Sleeping_bag_brown_F_Kit",
|
||||
"Land_Trophy_01_bronze_F_Kit",
|
||||
"Land_Trophy_01_gold_F_Kit",
|
||||
"Land_Trophy_01_silver_F_Kit",
|
||||
"Land_Sun_chair_green_F_Kit",
|
||||
"Land_Sunshade_01_F_Kit",
|
||||
"Land_Sunshade_02_F_Kit",
|
||||
"Land_Sunshade_03_F_Kit",
|
||||
"Land_Sunshade_F_Kit",
|
||||
"Land_TablePlastic_01_F_Kit",
|
||||
"Land_WoodenTable_large_F_Kit",
|
||||
"Land_WoodenTable_small_F_Kit",
|
||||
"OfficeTable_01_new_F_Kit",
|
||||
"Land_DieselGroundPowerUnit_01_F_Kit",
|
||||
"Land_EngineCrane_01_F_Kit",
|
||||
"Land_PalletTrolley_01_yellow_F_Kit",
|
||||
"Land_PressureWasher_01_F_Kit",
|
||||
"Land_WeldingTrolley_01_F_Kit",
|
||||
"Land_Workbench_01_F_Kit",
|
||||
"ArrowDesk_L_F_Kit",
|
||||
"ArrowDesk_R_F_Kit",
|
||||
"PlasticBarrier_02_grey_F_Kit",
|
||||
"PlasticBarrier_02_yellow_F_Kit",
|
||||
"PlasticBarrier_03_blue_F_Kit",
|
||||
"PlasticBarrier_03_orange_F_Kit",
|
||||
"RoadBarrier_F_Kit",
|
||||
"RoadBarrier_small_F_Kit",
|
||||
"RoadCone_F_Kit",
|
||||
"RoadCone_L_F_Kit",
|
||||
"TapeSign_F_Kit",
|
||||
"Land_Target_Dueling_01_F_Kit",
|
||||
"TargetP_Inf_F_Kit",
|
||||
"Fridge_01_closed_F_Kit",
|
||||
"Land_MetalCase_01_large_F_Kit",
|
||||
"Land_Microwave_01_F_Kit",
|
||||
"Land_ShelvesWooden_F_Kit",
|
||||
"Land_ShelvesWooden_blue_F_Kit",
|
||||
"Land_ShelvesWooden_khaki_F_Kit",
|
||||
"Land_ToolTrolley_01_F_Kit",
|
||||
"Land_ToolTrolley_02_F_Kit",
|
||||
"Land_Sign_Mines_F_Kit",
|
||||
"Land_PortableHelipadLight_01_F_Kit",
|
||||
"PortableHelipadLight_01_blue_F_Kit",
|
||||
"PortableHelipadLight_01_green_F_Kit",
|
||||
"PortableHelipadLight_01_red_F_Kit",
|
||||
"PortableHelipadLight_01_white_F_Kit",
|
||||
"PortableHelipadLight_01_yellow_F_Kit",
|
||||
"Land_GamingSet_01_powerSupply_F_Kit",
|
||||
"Land_GamingSet_01_camera_F_Kit",
|
||||
"WaterPump_01_forest_F_Kit",
|
||||
"WaterPump_01_sand_F_Kit",
|
||||
"Land_TripodScreen_01_large_F_Kit",
|
||||
"Land_TripodScreen_01_dual_v2_F_Kit",
|
||||
"Land_TripodScreen_01_dual_v1_F_Kit",
|
||||
"TargetP_Inf_Acc2_F_Kit",
|
||||
"TargetBootcampHuman_F_Kit",
|
||||
"Target_F_Kit",
|
||||
"Land_SatelliteAntenna_01_F_Kit",
|
||||
"Land_Projector_01_F_Kit",
|
||||
"Land_PortableGenerator_01_F_Kit",
|
||||
"Land_Obstacle_Ramp_F_Kit",
|
||||
"MetalBarrel_burning_F_Kit",
|
||||
///////////////////////// V0.3.2
|
||||
"EBM_Brickwall_window_Kit",
|
||||
"EBM_Brickwall_stairs_Kit",
|
||||
"EBM_Brickwall_floorport_door_Kit",
|
||||
"EBM_Brickwall_floorport_Kit",
|
||||
"EBM_Brickwall_floor_Kit",
|
||||
"EBM_Brickwall_door_Kit",
|
||||
"EBM_Brickwall_hole_Kit",
|
||||
"EBM_Helipad_Kit",
|
||||
"EBM_Airhook_Kit",
|
||||
"EBM_Parksign_Kit",
|
||||
"EBM_Brickwall_Kit",
|
||||
///////////////////////// V0.3.3
|
||||
/*"EBM_Metalwall_window_Kit",
|
||||
"EBM_Metalwall_stairs_Kit",
|
||||
"EBM_Metalwall_floorport_door_Kit",
|
||||
"EBM_Metalwall_floorport_Kit",
|
||||
"EBM_Metalwall_floor_Kit",
|
||||
"EBM_Metalwall_door_Kit",
|
||||
"EBM_Metalwall_hole_Kit",
|
||||
"EBM_Metalwall_half_Kit",
|
||||
"EBM_Metalwall_Kit",*/
|
||||
"EBM_Medikit_Kit",
|
||||
"EBM_pollard_Kit",
|
||||
"EBM_ATM_Kit"
|
||||
};
|
||||
};
|
1389
mpmissions/Exile.Altis/TRADERS/EXILE/ItemListExile.hpp
Normal file
1389
mpmissions/Exile.Altis/TRADERS/EXILE/ItemListExile.hpp
Normal file
File diff suppressed because it is too large
Load Diff
1228
mpmissions/Exile.Altis/TRADERS/EXILE/TraderCategoriesExile.hpp
Normal file
1228
mpmissions/Exile.Altis/TRADERS/EXILE/TraderCategoriesExile.hpp
Normal file
File diff suppressed because it is too large
Load Diff
27
mpmissions/Exile.Altis/TRADERS/PODS/ItemListPODS.hpp
Normal file
27
mpmissions/Exile.Altis/TRADERS/PODS/ItemListPODS.hpp
Normal file
@ -0,0 +1,27 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// PODS
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Camo Taru Pods
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//class Land_Pod_Heli_Transport_04_bench_black_F { quality = 1; price = 13000; };
|
||||
//class Land_Pod_Heli_Transport_04_box_black_F { quality = 1; price = 20000; };
|
||||
//class Land_Pod_Heli_Transport_04_covered_black_F { quality = 1; price = 12000; };
|
||||
//class Land_Pod_Heli_Transport_04_fuel_F { quality = 1; price = 15500; };
|
||||
//--class Land_Pod_Heli_Transport_04_fuel_black_F { quality = 1; price = 15500; };
|
||||
//class Land_Pod_Heli_Transport_04_medevac_F { quality = 1; price = 15500; };
|
||||
//class Land_Pod_Heli_Transport_04_medevac_black_F { quality = 1; price = 15500; };
|
||||
//--class Land_Pod_Heli_Transport_04_repair_black_F { quality = 1; price = 15500; };
|
||||
//--class Land_Pod_Heli_Transport_04_ammo_F { quality = 1; price = 150000; };
|
||||
//class Land_Pod_Heli_Transport_04_bench_F { quality = 1; price = 13000; };
|
||||
//--class Land_Pod_Heli_Transport_04_box_F { quality = 1; price = 20000; };
|
||||
//class Land_Pod_Heli_Transport_04_covered_F { quality = 1; price = 12000; };
|
||||
//--class Land_Pod_Heli_Transport_04_repair_F { quality = 1; price = 15500; };
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Huron Pods
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
class B_Slingload_01_Cargo_F { quality = 1; price = 12000; };
|
||||
class B_Slingload_01_Fuel_F { quality = 1; price = 15500; };
|
||||
class B_Slingload_01_Medevac_F { quality = 1; price = 16500; };
|
||||
class B_Slingload_01_Repair_F { quality = 1; price = 16500; };
|
27
mpmissions/Exile.Altis/TRADERS/PODS/TraderCategoriesPODS.hpp
Normal file
27
mpmissions/Exile.Altis/TRADERS/PODS/TraderCategoriesPODS.hpp
Normal file
@ -0,0 +1,27 @@
|
||||
class Pods
|
||||
{
|
||||
name = "Pods";
|
||||
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
||||
items[] =
|
||||
{
|
||||
"B_Slingload_01_Cargo_F",
|
||||
"Land_Pod_Heli_Transport_04_bench_F",
|
||||
"Land_Pod_Heli_Transport_04_bench_black_F",
|
||||
"Land_Pod_Heli_Transport_04_box_F",
|
||||
"Land_Pod_Heli_Transport_04_box_black_F",
|
||||
"Land_Pod_Heli_Transport_04_covered_F",
|
||||
"Land_Pod_Heli_Transport_04_covered_black_F"
|
||||
/*
|
||||
"B_Slingload_01_Fuel_F",
|
||||
"B_Slingload_01_Medevac_F",
|
||||
"B_Slingload_01_Repair_F",
|
||||
"Land_Pod_Heli_Transport_04_ammo_F",
|
||||
"Land_Pod_Heli_Transport_04_fuel_F",
|
||||
"Land_Pod_Heli_Transport_04_fuel_black_F",
|
||||
"Land_Pod_Heli_Transport_04_medevac_F",
|
||||
"Land_Pod_Heli_Transport_04_medevac_black_F",
|
||||
"Land_Pod_Heli_Transport_04_repair_F",
|
||||
"Land_Pod_Heli_Transport_04_repair_black_F",
|
||||
*/
|
||||
};
|
||||
};
|
2471
mpmissions/Exile.Altis/custom/evolved/Evolved.sqf
Normal file
2471
mpmissions/Exile.Altis/custom/evolved/Evolved.sqf
Normal file
File diff suppressed because it is too large
Load Diff
674
mpmissions/Exile.Altis/custom/evolved/LICENSE
Normal file
674
mpmissions/Exile.Altis/custom/evolved/LICENSE
Normal file
@ -0,0 +1,674 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
{one line to give the program's name and a brief idea of what it does.}
|
||||
Copyright (C) {year} {name of author}
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
{project} Copyright (C) {year} {fullname}
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
@ -0,0 +1,63 @@
|
||||
/**
|
||||
* Exile Mod
|
||||
* www.exilemod.com
|
||||
* © 2015 Exile Mod Team
|
||||
*
|
||||
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
|
||||
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
|
||||
*/
|
||||
|
||||
private["_vehicle","_attachedObjects","_position", "_vehicles"];
|
||||
|
||||
if (ExilePlayerInSafezone) exitWith { false };
|
||||
ExilePlayerInSafezone = true;
|
||||
if (alive player) then
|
||||
{
|
||||
player allowDamage false;
|
||||
player removeAllEventHandlers "HandleDamage";
|
||||
};
|
||||
_vehicle = vehicle player;
|
||||
if !(_vehicle isEqualTo player) then
|
||||
{
|
||||
if (local _vehicle) then
|
||||
{
|
||||
_vehicle allowDamage false;
|
||||
};
|
||||
_attachedObjects = attachedObjects _vehicle;
|
||||
if !(_attachedObjects isEqualTo []) then
|
||||
{
|
||||
_position = getPosATL _vehicle;
|
||||
{
|
||||
if ((_x isKindOf "PipeBombBase")) then
|
||||
{
|
||||
detach _x;
|
||||
_x setPosATL [(_position select 0) + random 2, (_position select 1) + random 2, 0.05];
|
||||
_x setDir (random 260);
|
||||
};
|
||||
}
|
||||
forEach _attachedObjects;
|
||||
};
|
||||
ExileClientSafeZoneVehicle = _vehicle;
|
||||
ExileClientSafeZoneVehicleFiredEventHandler = _vehicle addEventHandler ["Fired", {_this call ExileClient_object_player_event_onFiredSafeZoneVehicle}];
|
||||
}
|
||||
else
|
||||
{
|
||||
_attachedObjects = attachedObjects _vehicle;
|
||||
if !(_attachedObjects isEqualTo []) then
|
||||
{
|
||||
_position = getPosATL _vehicle;
|
||||
{
|
||||
if ((_x isKindOf "PipeBombBase")) then
|
||||
{
|
||||
detach _x;
|
||||
_x setPosATL [(_position select 0) + random 2, (_position select 1) + random 2, 0.05];
|
||||
_x setDir (random 260);
|
||||
};
|
||||
}
|
||||
forEach _attachedObjects;
|
||||
};
|
||||
};
|
||||
ExileClientSafeZoneESPEventHandler = addMissionEventHandler ["Draw3D", {20 call ExileClient_gui_safezone_safeESP}];
|
||||
["Welcome! God mode enabled."] spawn ExileClient_gui_baguette_show;
|
||||
ExileClientSafeZoneUpdateThreadHandle = [1, ExileClient_object_player_thread_safeZone, [], true] call ExileClient_system_thread_addtask;
|
||||
true
|
211
mpmissions/Exile.Altis/stringtable.xml
Normal file
211
mpmissions/Exile.Altis/stringtable.xml
Normal file
@ -0,0 +1,211 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Project name="ExAd">
|
||||
<Package name="HaloParachute">
|
||||
<Container name="Actions">
|
||||
<Key ID="STR_ExAd_HALOPARACHUTE_ACTIONS_HALO">
|
||||
<Original>Halo Jump</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_HALOPARACHUTE_ACTIONS_PARACHUTE">
|
||||
<Original>Open Parachute</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_HALOPARACHUTE_ACTIONS_DETACH">
|
||||
<Original>Open Parachute</Original>
|
||||
</Key>
|
||||
</Container>
|
||||
<Container name="Info">
|
||||
<Key ID="STR_ExAd_HALOPARACHUTE_INFO_DETACH">
|
||||
<Original>Alt+Shift+V to Eject from Parachute!</Original>
|
||||
</Key>
|
||||
</Container>
|
||||
</Package>
|
||||
<Package name="VirtualGarage">
|
||||
<Container name="Notifications">
|
||||
<Key ID="STR_ExAd_VG_NOTI_FULL">
|
||||
<Original>You garage is full!</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_VG_NOTI_NOT_PERSISTENT">
|
||||
<Original>You can only store pincode protected vehicles into the garage!</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_VG_NOTI_NOT_AVAILABLE">
|
||||
<Original>The vehicle is not available anymore!</Original>
|
||||
</Key>
|
||||
</Container>
|
||||
<Container name="APP">
|
||||
<Key ID="STR_ExAd_VG_APP_DETAILS">
|
||||
<Original>%2 %1Pin code: %3 %1Fuel: %4 %1Damage: %5 %1Texture: %6 %1Items: %7 %1Magazines: %8 %1Weapons: %9</Original> <!-- %1 - New line | %2 - Vehicle class display name | %3 - Pin Code | %4 - Fuel | %5 - Damage | %6 - Texture | %7 - Items | %8 - Magazines | %9 - Weapons -->
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_VG_APP_BTN_BACK">
|
||||
<Original>GO BACK</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_VG_APP_BTN_FETCH">
|
||||
<Original>Fetch</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_VG_APP_BTN_STORE">
|
||||
<Original>Store</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_VG_APP_TTL_DETAILS">
|
||||
<Original>Stored Vehicle Details</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_VG_APP_TTL_STORED">
|
||||
<Original>Stored</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_VG_APP_TTL_NEAR">
|
||||
<Original>In Radius</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_VG_APP_CB_SECRET">
|
||||
<Original>Stream friendly UI</Original>
|
||||
</Key>
|
||||
</Container>
|
||||
</Package>
|
||||
<Package name="Grinding">
|
||||
<Container name="Notifications">
|
||||
<Key ID="STR_ExAd_GRINDING_NOTI_BROKE">
|
||||
<Original>Your grinder broke, get a new one before you can continue.</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_GRINDING_NOTI_EMPTY_BAT">
|
||||
<Original>Find some batteries to get the grinder to work.</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_GRINDING_NOTI_PROGRESS">
|
||||
<Original>I think I'm getting through.</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_GRINDING_NOTI_FINISHED">
|
||||
<Original>You have broken the code lock.</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_GRINDING_NOTI_RESTORED">
|
||||
<Original>You've changed the look</Original>
|
||||
</Key>
|
||||
</Container>
|
||||
<Package name="Hacking">
|
||||
<Container name="Notifications">
|
||||
<Key ID="STR_ExAd_HACKING_NOTI_MAX_TERRITORY_HACKS_REACHED">
|
||||
<Original>Connection failed! Territory Wi-Fi is down!</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_HACKING_NOTI_TERRITORY_ONE_HACK">
|
||||
<Original>Wi-Fi occupied!!</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_HACKING_NOTI_MAX_SIM_HACKS">
|
||||
<Original>The laptop overloaded and got destroyed! Another hacker is already using the grid.</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_HACKING_NOTI_NO_PLAYER_PRESENT">
|
||||
<Original>No Wi-Fi available!</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_HACKING_NOTI_VG_SUCCESS">
|
||||
<Original>Hack successful! The Virtual Garage unloaded a %1</Original> <!-- %1 indicates the vehicle class name that's going to be shown-->
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_HACKING_NOTI_VG_NO_VEH">
|
||||
<Original>Hack successful! No vehicles were stored in the Virtual Garage.</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_HACKING_NOTI_SAFE_SUCCESS">
|
||||
<Original>Hack successful! The safe is now unlocked.</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_HACKING_NOTI_INTERUPTED">
|
||||
<Original>Hack has been interupted</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_HACKING_NOTI_FAILED">
|
||||
<Original>Hack failed! Circuits overloaded!</Original>
|
||||
</Key>
|
||||
</Container>
|
||||
<Container name="Hint">
|
||||
<Key ID="STR_ExAd_HACKING_HINT_TITLE">
|
||||
<Original>Hack Activity</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_HACKING_HINT_HACK_START">
|
||||
<Original>Someone is hacking another person's base!</Original>
|
||||
</Key>
|
||||
</Container>
|
||||
</Package>
|
||||
<Package name="StatsBar">
|
||||
<Container name="App">
|
||||
<Key ID="STR_ExAd_SB_APP_GO_BACK">
|
||||
<Original>Go Back</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_KD">
|
||||
<Original>Kill/Death Ratio</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_HP">
|
||||
<Original>Health</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_THIRST">
|
||||
<Original>Thirst</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_HUNGER">
|
||||
<Original>Hunger</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_WALLET">
|
||||
<Original>POP TABS in wallet</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_BANK">
|
||||
<Original>POP TABS in bank</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_RESPECT">
|
||||
<Original>Respect</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_COLORS">
|
||||
<Original>Use color indications</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_FPS">
|
||||
<Original>FPS</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_TIMER">
|
||||
<Original>Restart time</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_TEMP">
|
||||
<Original>Body Temperature</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_GRID">
|
||||
<Original>Grid location</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_COMPASS">
|
||||
<Original>Compass</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_PLAYERS">
|
||||
<Original>Players online</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_CLAN_MEMBERS">
|
||||
<Original>Family members online</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_CB_HIDE_EXILE_SB">
|
||||
<Original>Hide Exile Status bar</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_SLIDER_BG_COLOR">
|
||||
<Original>Background Color</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_SLIDER_POS_SIZE">
|
||||
<Original>Position/Size</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_COMBO_FONT">
|
||||
<Original>Font</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_COMBO_TOOLTIP_FONT">
|
||||
<Original>Font</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_COMBO_TOOLTIP_ALIGN">
|
||||
<Original>Align</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_SLIDER_TEXT_COLOR">
|
||||
<Original>Text Color</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_SLIDER_UPDATE_RATE">
|
||||
<Original>Update Rate</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_SLIDER_TEXT_SIZE">
|
||||
<Original>Text Size</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_SLIDER_TEXT_MARGIN">
|
||||
<Original>Margin</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_SLIDER_TEXT_PADDING">
|
||||
<Original>Padding</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_SLIDER_IMG_SIZE">
|
||||
<Original>Image Size</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_BTN_SHOW">
|
||||
<Original>Show</Original>
|
||||
</Key>
|
||||
<Key ID="STR_ExAd_SB_APP_BTN_HIDE">
|
||||
<Original>Hide</Original>
|
||||
</Key>
|
||||
</Container>
|
||||
</Package>
|
||||
</Project>
|
Loading…
x
Reference in New Issue
Block a user