From b18f065551dd048456bb59fe5dac63bd72aaf786 Mon Sep 17 00:00:00 2001 From: cetteup Date: Tue, 13 Sep 2022 18:57:01 +0200 Subject: [PATCH] feat: Add additional help voice over lines to disable --- pkg/game/bf2/help.go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkg/game/bf2/help.go b/pkg/game/bf2/help.go index afee976..55ffda0 100644 --- a/pkg/game/bf2/help.go +++ b/pkg/game/bf2/help.go @@ -1,6 +1,7 @@ package bf2 var voiceOverHelpLines = []string{ + "DuckInTurret", "HUD_HELP_BATTLERECORDER_controlsQ", "HUD_HELP_BATTLERECORDER_controlsT", "HUD_HELP_COMMANDER_ARTILLERY_description", @@ -125,4 +126,13 @@ var voiceOverHelpLines = []string{ "HUD_HELP_WORLD_PLAYER_RADAR_friendly", "HUD_HELP_WORLD_PLAYER_UAV_TRAILER_enemy", "HUD_HELP_WORLD_PLAYER_UAV_TRAILER_friendly", + "RURIF_AK101", + "USRIF_M24", + "air_f35b", + "ammokit", + "c4_explosives", + "gbrif_l96a1", + "medikit", + "switchToGuidedMissiles", + "ushgr_m67", }