From b66e4525224039a77b7691b2634f9bea5070529b Mon Sep 17 00:00:00 2001 From: commy2 Date: Sun, 28 Aug 2022 14:54:53 +0200 Subject: [PATCH] Add: Cheering Animation For Missile Defender (#1013) --- .../GameFilesEdited/Data/INI/Object/AirforceGeneral.ini | 6 ++++++ .../GameFilesEdited/Data/INI/Object/AmericaInfantry.ini | 6 ++++++ .../GameFilesEdited/Data/INI/Object/LaserGeneral.ini | 6 ++++++ .../GameFilesEdited/Data/INI/Object/SuperWeaponGeneral.ini | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/AirforceGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/AirforceGeneral.ini index 4d6b9302e..f928234bd 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/AirforceGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/AirforceGeneral.ini @@ -3992,6 +3992,12 @@ Object AirF_AmericaInfantryMissileDefender TransitionKey = None End + ; Patch104p @tweak commy2 28/08/2022 Implement cheering animations. + ConditionState = SPECIAL_CHEERING + Animation = NITHNT_SKL.NITHNT_CHA + AnimationMode = LOOP + End + ;PARACHUTING ANIMATIONS ConditionState = FREEFALL Animation = NITHNT_SKL.NITHNT_PFL diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/AmericaInfantry.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/AmericaInfantry.ini index 831d4975c..804483542 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/AmericaInfantry.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/AmericaInfantry.ini @@ -1181,6 +1181,12 @@ Object AmericaInfantryMissileDefender TransitionKey = None End + ; Patch104p @tweak commy2 28/08/2022 Implement cheering animations. + ConditionState = SPECIAL_CHEERING + Animation = NITHNT_SKL.NITHNT_CHA + AnimationMode = LOOP + End + ;PARACHUTING ANIMATIONS ConditionState = FREEFALL Animation = NITHNT_SKL.NITHNT_PFL diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/LaserGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/LaserGeneral.ini index ad915b49e..08064a14e 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/LaserGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/LaserGeneral.ini @@ -3540,6 +3540,12 @@ Object Lazr_AmericaInfantryMissileDefender TransitionKey = None End + ; Patch104p @tweak commy2 28/08/2022 Implement cheering animations. + ConditionState = SPECIAL_CHEERING + Animation = NITHNT_SKL.NITHNT_CHA + AnimationMode = LOOP + End + ;PARACHUTING ANIMATIONS ConditionState = FREEFALL Animation = NITHNT_SKL.NITHNT_PFL diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/SuperWeaponGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/SuperWeaponGeneral.ini index 98147e6f5..294fe53e9 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/SuperWeaponGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/SuperWeaponGeneral.ini @@ -4024,6 +4024,12 @@ Object SupW_AmericaInfantryMissileDefender TransitionKey = None End + ; Patch104p @tweak commy2 28/08/2022 Implement cheering animations. + ConditionState = SPECIAL_CHEERING + Animation = NITHNT_SKL.NITHNT_CHA + AnimationMode = LOOP + End + ;PARACHUTING ANIMATIONS ConditionState = FREEFALL Animation = NITHNT_SKL.NITHNT_PFL