Fixed the fucking game

This commit is contained in:
Sotirios Pupakis
2024-04-10 20:18:34 +02:00
parent 935db3fde6
commit 962476766d
2 changed files with 3 additions and 33 deletions

View File

@@ -17,7 +17,7 @@ class CfgWeapons {
reloadMagazineSound[] = {QPATHTOF(TBD_M119\sounds\reload.ogg), 3, 1, 50}; reloadMagazineSound[] = {QPATHTOF(TBD_M119\sounds\reload.ogg), 3, 1, 50};
magazineReloadTime = 0.5; magazineReloadTime = 0.5;
class Single1 { class Single1: Mode_SemiAuto {
displayName="105mm howitzer charge 1"; displayName="105mm howitzer charge 1";
sounds[]= sounds[]=
{ {
@@ -30,7 +30,7 @@ class CfgWeapons {
{QPATHTOF(TBD_M119\sounds\reload.ogg), 3, 1, 50}; {QPATHTOF(TBD_M119\sounds\reload.ogg), 3, 1, 50};
reloadTime=0.35; reloadTime=0.35;
artilleryDispersion=1.9; artilleryDispersion=1.9;
artilleryCharge = 0.14; artilleryCharge = 1;
aiRateOfFire=1; aiRateOfFire=1;
aiRateOfFireDistance=10; aiRateOfFireDistance=10;
minRange=0; minRange=0;
@@ -40,35 +40,5 @@ class CfgWeapons {
maxRange=2; maxRange=2;
maxRangeProbab=0.0099999998; maxRangeProbab=0.0099999998;
}; };
class Single2: Single1 {
displayName="105mm howitzer charge 2";
artilleryCharge = 0.28;
};
class Single3: Single1 {
displayName="105mm howitzer charge 3";
artilleryCharge = 0.42;
};
class Single4: Single1 {
displayName="105mm howitzer charge 4";
artilleryCharge = 0.56;
};
class Single5: Single1 {
displayName="105mm howitzer charge 5";
artilleryCharge = 0.70;
};
class Single6: Single1 {
displayName="105mm howitzer charge 6";
artilleryCharge = 0.84;
};
class Single7: Single1 {
displayName="105mm howitzer charge 7";
artilleryCharge = 1;
};
}; };
}; };

View File

@@ -10,7 +10,7 @@ class CfgPatches {
}; };
}; };
class Mode_FullAuto; class Mode_SemiAuto;
#include "CfgSoundShaders.hpp" #include "CfgSoundShaders.hpp"
#include "CfgSoundSets.hpp" #include "CfgSoundSets.hpp"
#include "CfgWeapons.hpp" #include "CfgWeapons.hpp"