Files
Aurora.3/SQL/migrate-2023/V016__lobby_music_volume.sql
Wowzewow (Wezzy)andGitHub 5006e41347 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>
2025-07-21 10:33:51 +00:00

2 lines
122 B
SQL

ALTER TABLE `ss13_player_preferences` ADD COLUMN `lobby_music_vol` INT(11) NOT NULL DEFAULT 85 AFTER `toggles_secondary`;