From 7c1c5068033d3867456ae139b0fc39cc1f41a671 Mon Sep 17 00:00:00 2001 From: NachosChipeados <103285866+NachosChipeados@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:50:31 -0400 Subject: [PATCH 1/2] fix arc cannon charge effect disappearing --- .../mod/scripts/weapons/mp_titanweapon_arc_cannon.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_arc_cannon.txt b/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_arc_cannon.txt index 2672dca9c..7ee2e2d62 100644 --- a/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_arc_cannon.txt +++ b/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_arc_cannon.txt @@ -104,7 +104,7 @@ WeaponData "charge_effect_3p" "wpn_arc_cannon_charge" "charge_effect_attachment" "muzzle_flash" - + "charge_effect_show_during_drain" "0" // Spread "spread_stand_hip" "10" From 7c9af13e482c03c36f9ebba88424dc29efe8709a Mon Sep 17 00:00:00 2001 From: NachosChipeados <103285866+NachosChipeados@users.noreply.github.com> Date: Tue, 3 Sep 2024 08:28:27 -0400 Subject: [PATCH 2/2] Add unused extra charge effect --- .../mod/scripts/weapons/mp_titanweapon_arc_cannon.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_arc_cannon.txt b/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_arc_cannon.txt index 7ee2e2d62..0ef3ed33b 100644 --- a/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_arc_cannon.txt +++ b/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_arc_cannon.txt @@ -103,6 +103,9 @@ WeaponData "charge_effect_1p" "wpn_arc_cannon_charge_fp" "charge_effect_3p" "wpn_arc_cannon_charge" "charge_effect_attachment" "muzzle_flash" + "charge_effect2_1p" "wpn_ARC_knob_FP" + "charge_effect2_3p" "wpn_ARC_knob" + "charge_effect2_attachment" "SPINNING_KNOB" "charge_effect_show_during_drain" "0"