Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class CfgPatches
- {
- class STDR_acre_rhs_patch
- {
- units[] = {};
- weapons[] = {};
- requiredVersion = 1.320000;
- requiredAddons[] = {"rhsusf_main", "rhs_main", "rhs_c_a2port_car", "rhs_c_cars", "rhs_c_heavyweapons", "rhs_c_trucks", "rhsusf_c_a2port_car", "rhsusf_c_fmtv", "rhsusf_c_heavyweapons", "rhsusf_c_hemtt_a2", "rhsusf_c_rg33", "rhs_c_btr", "rhs_c_a2port_armor", "rhsusf_c_m113"};
- author[] = {"Sparfell"};
- };
- };
- class CfgVehicles
- {
- // USF
- class StaticMGWeapon;
- class rhs_m2staticmg_base: StaticMGWeapon
- {
- insideSoundCoef = 0.1;
- };
- class StaticGrenadeLauncher;
- class RHS_MK19_TriPod_base: StaticGrenadeLauncher
- {
- insideSoundCoef = 0.1;
- };
- class MRAP_01_base_F;
- class rhsusf_hmmwe_base: MRAP_01_base_F
- {
- insideSoundCoef = 0.4;
- };
- class rhsusf_m998_w_2dr: rhsusf_hmmwe_base
- {
- insideSoundCoef = 0.2;
- };
- class rhsusf_rg33_base: MRAP_01_base_F
- {
- insideSoundCoef = 0.6;
- };
- class Truck_01_base_F;
- class rhsusf_HEMTT_A2_base: Truck_01_base_F
- {
- insideSoundCoef = 0.4;
- };
- class rhsusf_fmtv_base: Truck_01_base_F
- {
- insideSoundCoef = 0.4;
- };
- class APC_Tracked_02_base_F;
- class rhsusf_m113tank_base: APC_Tracked_02_base_F
- {
- insideSoundCoef = 0.8;
- };
- // AFRF
- class Offroad_01_base_F;
- class RHS_UAZ_Base: Offroad_01_base_F
- {
- insideSoundCoef = 0.2;
- };
- class rhs_uaz_open_Base: RHS_UAZ_Base
- {
- insideSoundCoef = 0.1;
- };
- class RHS_Ural_BaseTurret;
- class RHS_Ural_Base: RHS_Ural_BaseTurret
- {
- insideSoundCoef = 0.2;
- };
- class RHS_BM21_MSV_01: RHS_Ural_BaseTurret
- {
- insideSoundCoef = 0.2;
- };
- class MRAP_02_base_F;
- class rhs_tigr_base: MRAP_02_base_F
- {
- insideSoundCoef = 0.4;
- };
- class rhs_nsv_tripod_base: StaticMGWeapon
- {
- insideSoundCoef = 0.1;
- };
- class Truck_F;
- class rhs_truck: Truck_F
- {
- insideSoundCoef = 0.2;
- };
- class Wheeled_APC_F;
- class rhs_btr_base: Wheeled_APC_F
- {
- insideSoundCoef = 0.8;
- };
- class rhs_btr60_base: rhs_btr_base
- {
- insideSoundCoef = 0.8;
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement