File tree 4 files changed +6
-7
lines changed 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- // Fix RPT error because Redds referenced sound files are not found
1
+ // Fix RPT error because Redd's referenced sound files are not found
2
2
class CfgAnimationSourceSounds {
3
3
class Redd_Heckluke_sound {
4
4
class DoorMovementDone1 {
Original file line number Diff line number Diff line change 1
1
class CfgMagazines {
2
2
class 140Rnd_30mm_MP_shells_Tracer_Red;
3
3
class Redd_MK20_HE_Mag : 140Rnd_30mm_MP_shells_Tracer_Red {
4
- displayName = " 20mm HE-T" ;
4
+ displayName = " 20 mm HE-T" ;
5
5
displayNameShort = " HE-T" ;
6
6
count = 275 ;
7
7
};
8
8
9
9
class 60Rnd_30mm_APFSDS_shells_Tracer_Red;
10
10
class Redd_MK20_AP_Mag : 60Rnd_30mm_APFSDS_shells_Tracer_Red {
11
- displayName = " 20mm APDS-T" ;
11
+ displayName = " 20 mm APDS-T" ;
12
12
displayNameShort = " APDS-T" ;
13
13
count = 125 ;
14
14
};
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ class CfgWeapons {
5
5
};
6
6
7
7
class Redd_MG3 ;
8
- class GVAR (mg3): Redd_MG3
9
- {
8
+ class GVAR (mg3): Redd_MG3 {
10
9
magazineReloadTime = 0.1 ;
11
10
};
12
11
};
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ class CfgVehicles
159
159
{
160
160
class MainTurret : MainTurret
161
161
{
162
- discreteDistanceInitIndex = 6 ; // Set initial gun zeoring to 800 m
162
+ discreteDistanceInitIndex = 6 ; // Set initial gun zeroing to 800 m
163
163
lockWhenDriverOut = 0 ; // Don't lock turret when driver is turned out
164
164
stabilizedInAxes = 0 ;
165
165
turretInfoType = QEGVAR(Redd_Main,RSC_Turret);
@@ -177,7 +177,7 @@ class CfgVehicles
177
177
" Redd_MK20_HE_Mag" ,
178
178
" Redd_MK20_AP_Mag" ,
179
179
" Redd_Mg3_Mag" ,
180
- " Redd_SmokeLauncherMag" // PzGrenBtl402_SmokeLauncher still uses Redds Mags
180
+ " Redd_SmokeLauncherMag" // PzGrenBtl402_SmokeLauncher still uses Redd's Mags
181
181
};
182
182
183
183
// Remove NVG
You can’t perform that action at this time.
0 commit comments