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' )