aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2024-07-07 00:19:21 +0200
committerGitHub <noreply@github.com>2024-07-07 00:19:21 +0200
commit1c54129e11b496f049764d0bc7feed53a6341a57 (patch)
tree0a59c2ebfd81894d61a2841d396a3886c2c84289 /Northstar.CustomServers
parent34bd1b1ae6b9b232ce85e2ff3b7192c141a31853 (diff)
downloadNorthstarMods-1c54129e11b496f049764d0bc7feed53a6341a57.tar.gz
NorthstarMods-1c54129e11b496f049764d0bc7feed53a6341a57.zip
Mitigate muted audio during dropship intro (#812)v1.26.1-rc5
Co-authored-by: Zanieon <william-millennium@hotmail.com>
Diffstat (limited to 'Northstar.CustomServers')
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/mp/_classic_mp_dropship_intro.gnut1
1 files changed, 1 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/mp/_classic_mp_dropship_intro.gnut b/Northstar.CustomServers/mod/scripts/vscripts/mp/_classic_mp_dropship_intro.gnut
index 3d8abd9d6..5ab14121f 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/mp/_classic_mp_dropship_intro.gnut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/mp/_classic_mp_dropship_intro.gnut
@@ -190,6 +190,7 @@ void function SpawnPlayerIntoDropship( entity player, int playerDropshipIndex, e
HolsterAndDisableWeapons( player )
player.DisableWeaponViewModel()
UnMuteAll( player )
+ StopSoundOnEntity( player, "Duck_For_FrontierDefenseTitanSelectScreen" )
// hide hud and fade screen out from black
AddCinematicFlag( player, CE_FLAG_CLASSIC_MP_SPAWNING )