mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
RHS Compat - Add reqAddons, Fix M113
Adds requiredAddons for used units Fixes class rhsusf_m113tank_base
This commit is contained in:
parent
9833a543b0
commit
27d683f8e2
@ -5,7 +5,7 @@ class CfgPatches {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"rhs_c_weapons", "rhs_c_troops"};
|
||||
requiredAddons[] = {"rhs_c_weapons", "rhs_c_troops", "rhs_c_bmd", "rhs_c_bmp", "rhs_c_bmp3", "rhs_c_a2port_armor", "rhs_c_btr", "rhs_c_sprut", "rhs_c_t72", "rhs_c_tanks", "rhs_c_a2port_air", "rhs_c_a2port_car", "rhs_c_cars", "rhs_c_2s3", "rhs_c_rva"};
|
||||
author[]={"Ruthberg", "GitHawk"};
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
@ -88,7 +88,7 @@ class cfgVehicles {
|
||||
};
|
||||
|
||||
class APC_Tracked_02_base_F;
|
||||
class rhsusf_m113_tank_base : APC_Tracked_02_base_F {
|
||||
class rhsusf_m113tank_base: APC_Tracked_02_base_F {
|
||||
EGVAR(refuel,fuelCapacity) = 360;
|
||||
};
|
||||
|
||||
|
@ -5,7 +5,7 @@ class CfgPatches {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"rhsusf_c_weapons", "rhsusf_c_troops"};
|
||||
requiredAddons[] = {"rhsusf_c_weapons", "rhsusf_c_troops", "rhsusf_c_m1a1", "rhsusf_c_m1a2", "RHS_US_A2_AirImport", "rhsusf_c_m109", "rhsusf_c_hmmwv", "rhsusf_c_rg33", "rhsusf_c_fmtv", "rhsusf_c_m113", "RHS_US_A2Port_Armor"};
|
||||
author[]={"Ruthberg", "GitHawk"};
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user