New Lobby Music + Adjust Volume (#20965)

Adds five new songs for Aurora lobby music - no more baseline SS13
stuff!
Also backports the original Title3 for that OG SS13 goodness.

Taken mostly from CCMixter.
Information in licensing_information.txt.

Also, updates the lobby music toggle to be a volume input. Set to 0 to
mute.

---------

Signed-off-by: Wowzewow (Wezzy) <42310821+alsoandanswer@users.noreply.github.com>
This commit is contained in:
Wowzewow (Wezzy)
2025-07-21 10:33:51 +00:00
committed by GitHub
parent 71af7f3f22
commit 5006e41347
24 changed files with 158 additions and 53 deletions
@@ -0,0 +1 @@
ALTER TABLE `ss13_player_preferences` ADD COLUMN `lobby_music_vol` INT(11) NOT NULL DEFAULT 85 AFTER `toggles_secondary`;