From c70c50255fbd6c66073a1c286defc067fe84cdd8 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 29 Dec 2024 02:13:37 -0500 Subject: [PATCH] Use universal sound variable to set sounds for Project Brutality and Army of Drakeness. --- .launch/TobyCustom/ArmyOfDarknessDoom.sh | 2 ++ .launch/TobyCustom/Project_Brutality.sh | 1 + .launch/TobyCustom/Project_BrutalityLatest.sh | 1 + 3 files changed, 4 insertions(+) diff --git a/.launch/TobyCustom/ArmyOfDarknessDoom.sh b/.launch/TobyCustom/ArmyOfDarknessDoom.sh index 14641fa..9ef3030 100755 --- a/.launch/TobyCustom/ArmyOfDarknessDoom.sh +++ b/.launch/TobyCustom/ArmyOfDarknessDoom.sh @@ -21,3 +21,5 @@ elif [[ -e "${gamePath}/DoomMetalVol6.wad" ]]; then fi source ${BASH_SOURCE[0]%/*}/.mapmenu + +flags=('+Toby_UniversalBeacon_UseUniversalSounds' 'true') diff --git a/.launch/TobyCustom/Project_Brutality.sh b/.launch/TobyCustom/Project_Brutality.sh index 310a0d4..c8ef659 100755 --- a/.launch/TobyCustom/Project_Brutality.sh +++ b/.launch/TobyCustom/Project_Brutality.sh @@ -31,4 +31,5 @@ flags=( '+pb_weapon_recoil_mod_vertical' '0' '+vertspread' 'true' '+Toby_SnapToTargetTargetingMode' '1' + '+Toby_UniversalBeacon_UseUniversalSounds' 'false' ) diff --git a/.launch/TobyCustom/Project_BrutalityLatest.sh b/.launch/TobyCustom/Project_BrutalityLatest.sh index 27b8f37..1f1a6b2 100755 --- a/.launch/TobyCustom/Project_BrutalityLatest.sh +++ b/.launch/TobyCustom/Project_BrutalityLatest.sh @@ -30,4 +30,5 @@ flags=( '+pb_weapon_recoil_mod_vertical' '0' '+vertspread' 'true' '+Toby_SnapToTargetTargetingMode' '1' + '+Toby_UniversalBeacon_UseUniversalSounds' 'false' )