From 38648f659ae5ea70fa33d67ccb314e40a1f038ac Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Thu, 28 Jul 2022 12:37:50 +0200 Subject: [PATCH 1/2] Change: Reduce China Hackers pack and unpack times and time variations --- .../GameFilesEdited/Data/INI/Object/BossGeneral.ini | 10 +++++----- .../GameFilesEdited/Data/INI/Object/ChinaInfantry.ini | 10 +++++----- .../Data/INI/Object/InfantryGeneral.ini | 10 +++++----- .../GameFilesEdited/Data/INI/Object/NukeGeneral.ini | 10 +++++----- .../GameFilesEdited/Data/INI/Object/TankGeneral.ini | 10 +++++----- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini index 9eb76f49c..9bb89777a 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini @@ -18585,8 +18585,8 @@ Object Boss_InfantryHacker ; Patch104p @bugfix commy2 3/10/2021 Fix unit would hack faster than other Hackers inside the Internet Center. Behavior = HackInternetAIUpdate ModuleTag_03 - UnpackTime = 7300 ;animation time is 7300 (changing this will scale anim speed) - PackTime = 5133 ;animation time is 5133 (changing this will scale anim speed) + UnpackTime = 6570 ;animation time is 7300 (changing this will scale anim speed) ; Patch104p @tweak from 7300 to 7300-PackUnpackVariationFactor*7300 to have smoother animations + PackTime = 3850 ;animation time is 5133 (changing this will scale anim speed) ; Patch104p @balance from 5133 to 75% to allow for quicker Hacker evacuations CashUpdateDelay = 2000 CashUpdateDelayFast = 1600 ; Patch104p @balance from 1800 to streamline with Super Hacker Internet Center hack speed RegularCashAmount = 5 @@ -18594,7 +18594,7 @@ Object Boss_InfantryHacker EliteCashAmount = 8 HeroicCashAmount = 10 XpPerCashUpdate = 1 - PackUnpackVariationFactor = 0.5 ;Adds + or - 20% to pack and unpack time randomly. + PackUnpackVariationFactor = 0.1 ;Adds + or - n% to pack and unpack time randomly. ; Patch104p @balance from 0.5 to allow for quicker Hacker evacuations End Locomotor = SET_NORMAL BasicHumanLocomotorPlus25 ; Patch104p @balance +25% movement speed to allow for quicker Hacker evacuations @@ -18608,8 +18608,8 @@ Object Boss_InfantryHacker Behavior = SpecialAbilityUpdate ModuleTag_05 SpecialPowerTemplate = SpecialAbilityHackerDisableBuilding StartAbilityRange = 150.0 - UnpackTime = 7300 ;animation time is 7300 (changing this will scale anim speed) - PackTime = 5133 ;animation time is 5133 (changing this will scale anim speed) + UnpackTime = 6570 ;animation time is 7300 (changing this will scale anim speed) ; Patch104p @tweak from 7300 to be consistent with Internet Hack time + PackTime = 3850 ;animation time is 5133 (changing this will scale anim speed) ; Patch104p @tweak from 5133 to be consistent with Internet Hack time PreparationTime = 3000 ;PersistentPrepTime = 500 ; old setting diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/ChinaInfantry.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/ChinaInfantry.ini index 8f8824e2a..b77024ff4 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/ChinaInfantry.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/ChinaInfantry.ini @@ -1341,8 +1341,8 @@ Object ChinaInfantryHacker End Behavior = HackInternetAIUpdate ModuleTag_03 - UnpackTime = 7300 ;animation time is 7300 (changing this will scale anim speed) - PackTime = 5133 ;animation time is 5133 (changing this will scale anim speed) + UnpackTime = 6570 ;animation time is 7300 (changing this will scale anim speed) ; Patch104p @tweak from 7300 to 7300-PackUnpackVariationFactor*7300 to have smoother animations + PackTime = 3850 ;animation time is 5133 (changing this will scale anim speed) ; Patch104p @balance from 5133 to 75% to allow for quicker Hacker evacuations CashUpdateDelay = 2000 CashUpdateDelayFast = 1600 ; Patch104p @balance from 1800 to streamline with Super Hacker Internet Center hack speed RegularCashAmount = 5 @@ -1350,7 +1350,7 @@ Object ChinaInfantryHacker EliteCashAmount = 8 HeroicCashAmount = 10 XpPerCashUpdate = 1 - PackUnpackVariationFactor = 0.5 ;Adds + or - 20% to pack and unpack time randomly. + PackUnpackVariationFactor = 0.1 ;Adds + or - n% to pack and unpack time randomly. ; Patch104p @balance from 0.5 to allow for quicker Hacker evacuations End Locomotor = SET_NORMAL BasicHumanLocomotorPlus25 ; Patch104p @balance +25% movement speed to allow for quicker Hacker evacuations @@ -1364,8 +1364,8 @@ Object ChinaInfantryHacker Behavior = SpecialAbilityUpdate ModuleTag_05 SpecialPowerTemplate = SpecialAbilityHackerDisableBuilding StartAbilityRange = 150.0 - UnpackTime = 7300 ;animation time is 7300 (changing this will scale anim speed) - PackTime = 5133 ;animation time is 5133 (changing this will scale anim speed) + UnpackTime = 6570 ;animation time is 7300 (changing this will scale anim speed) ; Patch104p @tweak from 7300 to be consistent with Internet Hack time + PackTime = 3850 ;animation time is 5133 (changing this will scale anim speed) ; Patch104p @tweak from 5133 to be consistent with Internet Hack time PreparationTime = 3000 ;PersistentPrepTime = 500 ; old setting diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/InfantryGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/InfantryGeneral.ini index d1d0a78e2..dbd14ae91 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/InfantryGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/InfantryGeneral.ini @@ -1438,8 +1438,8 @@ Object Infa_ChinaInfantryHacker Behavior = HackInternetAIUpdate ModuleTag_03 - UnpackTime = 7300 ;animation time is 7300 (changing this will scale anim speed) - PackTime = 5133 ;animation time is 5133 (changing this will scale anim speed) + UnpackTime = 6570 ;animation time is 7300 (changing this will scale anim speed) ; Patch104p @tweak from 7300 to 7300-PackUnpackVariationFactor*7300 to have smoother animations + PackTime = 3850 ;animation time is 5133 (changing this will scale anim speed) ; Patch104p @balance from 5133 to 75% to allow for quicker Hacker evacuations CashUpdateDelay = 2000 CashUpdateDelayFast = 1600 ; Fast speed used inside a container (can only hack inside an Internet Center) RegularCashAmount = 5 @@ -1447,7 +1447,7 @@ Object Infa_ChinaInfantryHacker EliteCashAmount = 8 HeroicCashAmount = 10 XpPerCashUpdate = 1 - PackUnpackVariationFactor = 0.5 ;Adds + or - 20% to pack and unpack time randomly. + PackUnpackVariationFactor = 0.1 ;Adds + or - n% to pack and unpack time randomly. ; Patch104p @balance from 0.5 to allow for quicker Hacker evacuations End Locomotor = SET_NORMAL BasicHumanLocomotorPlus25 ; Patch104p @balance +25% movement speed to allow for quicker Hacker evacuations @@ -1461,8 +1461,8 @@ Object Infa_ChinaInfantryHacker Behavior = SpecialAbilityUpdate ModuleTag_05 SpecialPowerTemplate = SpecialAbilityHackerDisableBuilding StartAbilityRange = 150.0 - UnpackTime = 7300 ;animation time is 7300 (changing this will scale anim speed) - PackTime = 5133 ;animation time is 5133 (changing this will scale anim speed) + UnpackTime = 6570 ;animation time is 7300 (changing this will scale anim speed) ; Patch104p @tweak from 7300 to be consistent with Internet Hack time + PackTime = 3850 ;animation time is 5133 (changing this will scale anim speed) ; Patch104p @tweak from 5133 to be consistent with Internet Hack time PreparationTime = 3000 ;PersistentPrepTime = 500 ; old setting diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/NukeGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/NukeGeneral.ini index 93a849091..8e0247f1f 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/NukeGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/NukeGeneral.ini @@ -2761,8 +2761,8 @@ Object Nuke_ChinaInfantryHacker End Behavior = HackInternetAIUpdate ModuleTag_03 - UnpackTime = 7300 ;animation time is 7300 (changing this will scale anim speed) - PackTime = 5133 ;animation time is 5133 (changing this will scale anim speed) + UnpackTime = 6570 ;animation time is 7300 (changing this will scale anim speed) ; Patch104p @tweak from 7300 to 7300-PackUnpackVariationFactor*7300 to have smoother animations + PackTime = 3850 ;animation time is 5133 (changing this will scale anim speed) ; Patch104p @balance from 5133 to 75% to allow for quicker Hacker evacuations CashUpdateDelay = 2000 CashUpdateDelayFast = 1600 ; Patch104p @balance from 1800 to streamline with Super Hacker Internet Center hack speed RegularCashAmount = 5 @@ -2770,7 +2770,7 @@ Object Nuke_ChinaInfantryHacker EliteCashAmount = 8 HeroicCashAmount = 10 XpPerCashUpdate = 1 - PackUnpackVariationFactor = 0.5 ;Adds + or - 20% to pack and unpack time randomly. + PackUnpackVariationFactor = 0.1 ;Adds + or - n% to pack and unpack time randomly. ; Patch104p @balance from 0.5 to allow for quicker Hacker evacuations End Locomotor = SET_NORMAL BasicHumanLocomotorPlus25 ; Patch104p @balance +25% movement speed to allow for quicker Hacker evacuations @@ -2784,8 +2784,8 @@ Object Nuke_ChinaInfantryHacker Behavior = SpecialAbilityUpdate ModuleTag_05 SpecialPowerTemplate = SpecialAbilityHackerDisableBuilding StartAbilityRange = 150.0 - UnpackTime = 7300 ;animation time is 7300 (changing this will scale anim speed) - PackTime = 5133 ;animation time is 5133 (changing this will scale anim speed) + UnpackTime = 6570 ;animation time is 7300 (changing this will scale anim speed) ; Patch104p @tweak from 7300 to be consistent with Internet Hack time + PackTime = 3850 ;animation time is 5133 (changing this will scale anim speed) ; Patch104p @tweak from 5133 to be consistent with Internet Hack time PreparationTime = 3000 ;PersistentPrepTime = 500 ; old setting diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/TankGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/TankGeneral.ini index f3116d470..5a7b4f3eb 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/TankGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/TankGeneral.ini @@ -2492,8 +2492,8 @@ Object Tank_ChinaInfantryHacker End Behavior = HackInternetAIUpdate ModuleTag_03 - UnpackTime = 7300 ;animation time is 7300 (changing this will scale anim speed) - PackTime = 5133 ;animation time is 5133 (changing this will scale anim speed) + UnpackTime = 6570 ;animation time is 7300 (changing this will scale anim speed) ; Patch104p @tweak from 7300 to 7300-PackUnpackVariationFactor*7300 to have smoother animations + PackTime = 3850 ;animation time is 5133 (changing this will scale anim speed) ; Patch104p @balance from 5133 to 75% to allow for quicker Hacker evacuations CashUpdateDelay = 2000 CashUpdateDelayFast = 1600 ; Patch104p @balance from 1800 to streamline with Super Hacker Internet Center hack speed RegularCashAmount = 5 @@ -2501,7 +2501,7 @@ Object Tank_ChinaInfantryHacker EliteCashAmount = 8 HeroicCashAmount = 10 XpPerCashUpdate = 1 - PackUnpackVariationFactor = 0.5 ;Adds + or - 20% to pack and unpack time randomly. + PackUnpackVariationFactor = 0.1 ;Adds + or - n% to pack and unpack time randomly. ; Patch104p @balance from 0.5 to allow for quicker Hacker evacuations End Locomotor = SET_NORMAL BasicHumanLocomotorPlus25 ; Patch104p @balance +25% movement speed to allow for quicker Hacker evacuations @@ -2515,8 +2515,8 @@ Object Tank_ChinaInfantryHacker Behavior = SpecialAbilityUpdate ModuleTag_05 SpecialPowerTemplate = SpecialAbilityHackerDisableBuilding StartAbilityRange = 150.0 - UnpackTime = 7300 ;animation time is 7300 (changing this will scale anim speed) - PackTime = 5133 ;animation time is 5133 (changing this will scale anim speed) + UnpackTime = 6570 ;animation time is 7300 (changing this will scale anim speed) ; Patch104p @tweak from 7300 to be consistent with Internet Hack time + PackTime = 3850 ;animation time is 5133 (changing this will scale anim speed) ; Patch104p @tweak from 5133 to be consistent with Internet Hack time PreparationTime = 3000 ;PersistentPrepTime = 500 ; old setting From 11e3b4ad46ba14bde9156f136585467e84ef168f Mon Sep 17 00:00:00 2001 From: xezon <4720891+xezon@users.noreply.github.com> Date: Thu, 28 Jul 2022 12:38:41 +0200 Subject: [PATCH 2/2] Reduce HackerCashPing audio limit --- Patch104pZH/GameFilesEdited/Data/INI/SoundEffects.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Patch104pZH/GameFilesEdited/Data/INI/SoundEffects.ini b/Patch104pZH/GameFilesEdited/Data/INI/SoundEffects.ini index 0a146b272..06028d10d 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/SoundEffects.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/SoundEffects.ini @@ -3786,7 +3786,7 @@ End AudioEvent HackerCashPing Sounds = ihaccasa ihaccasb VolumeShift = -5 - Limit = 2 + Limit = 1 Volume = 20 Priority = lowest Type = world shrouded everyone