mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Oops bollocks
This commit is contained in:
@ -10,7 +10,7 @@ class CfgAmmo {
|
|||||||
ACE_ballisticCoefficients[]={0.168};
|
ACE_ballisticCoefficients[]={0.168};
|
||||||
ACE_velocityBoundaries[]={};
|
ACE_velocityBoundaries[]={};
|
||||||
ACE_standardAtmosphere="ASM";
|
ACE_standardAtmosphere="ASM";
|
||||||
ACE_dragModel=7;-
|
ACE_dragModel=7;
|
||||||
ACE_muzzleVelocities[]={780, 880, 920};
|
ACE_muzzleVelocities[]={780, 880, 920};
|
||||||
ACE_barrelLengths[]={254.0, 414.02, 508.0};
|
ACE_barrelLengths[]={254.0, 414.02, 508.0};
|
||||||
};
|
};
|
||||||
|
@ -14,12 +14,4 @@ class cfgMagazines {
|
|||||||
class rhs_mag_127x108mm_1470 : rhs_mag_127x108mm_50 {
|
class rhs_mag_127x108mm_1470 : rhs_mag_127x108mm_50 {
|
||||||
ace_isbelt = 0;
|
ace_isbelt = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
class CA_LauncherMagazine;
|
|
||||||
class rhs_mag_smaw_SR: CA_LauncherMagazine {
|
|
||||||
EGVAR(overpressure,priority) = 99;
|
|
||||||
EGVAR(overpressure,angle) = 0;
|
|
||||||
EGVAR(overpressure,range) = 0;
|
|
||||||
EGVAR(overpressure,damage) = 0;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
@ -5,7 +5,7 @@ class CfgPatches {
|
|||||||
units[] = {};
|
units[] = {};
|
||||||
weapons[] = {};
|
weapons[] = {};
|
||||||
requiredVersion = REQUIRED_VERSION;
|
requiredVersion = REQUIRED_VERSION;
|
||||||
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","rhsusf_c_weapons"};
|
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"};
|
author[]={"Ruthberg", "GitHawk"};
|
||||||
VERSION_CONFIG;
|
VERSION_CONFIG;
|
||||||
};
|
};
|
||||||
|
@ -19,4 +19,12 @@ class cfgMagazines {
|
|||||||
class RHS_48Rnd_40mm_MK19: VehicleMagazine {
|
class RHS_48Rnd_40mm_MK19: VehicleMagazine {
|
||||||
ace_isbelt = 1;
|
ace_isbelt = 1;
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
class CA_LauncherMagazine;
|
||||||
|
class rhs_mag_smaw_SR: CA_LauncherMagazine {
|
||||||
|
EGVAR(overpressure,priority) = 99;
|
||||||
|
EGVAR(overpressure,angle) = 0;
|
||||||
|
EGVAR(overpressure,range) = 0;
|
||||||
|
EGVAR(overpressure,damage) = 0;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
Reference in New Issue
Block a user