mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
New Title Screen Music & Splashscreens (#72)
* music * hsghberhbnsrh * k * i like this better * fugoff leon * oops * afgegwsrgvewsrg
This commit is contained in:
@@ -55,7 +55,7 @@ var/datum/subsystem/ticker/ticker
|
|||||||
/datum/subsystem/ticker/New()
|
/datum/subsystem/ticker/New()
|
||||||
NEW_SS_GLOBAL(ticker)
|
NEW_SS_GLOBAL(ticker)
|
||||||
|
|
||||||
login_music = pickweight(list('sound/ambience/title1.ogg' = 31, 'sound/ambience/title2.ogg' = 31, 'sound/ambience/title3.ogg' = 31, 'sound/ambience/title4.ogg' = 31, 'sound/ambience/title5.ogg' = 31, 'sound/ambience/title6.ogg' = 31, 'sound/ambience/clown.ogg' = 7)) // choose title music!
|
login_music = pickweight(list('sound/ambience/title1.ogg' = 30, 'sound/ambience/title2.ogg' = 30, 'sound/ambience/title3.ogg' = 30, 'sound/ambience/title4.ogg' = 30, 'sound/ambience/title5.ogg' = 30, 'sound/ambience/title6.ogg' = 30, 'sound/ambience/title7.ogg' = 30, 'sound/ambience/clown.ogg' = 3)) // choose title music!
|
||||||
if(SSevent.holidays && SSevent.holidays[APRIL_FOOLS])
|
if(SSevent.holidays && SSevent.holidays[APRIL_FOOLS])
|
||||||
login_music = 'sound/ambience/clown.ogg'
|
login_music = 'sound/ambience/clown.ogg'
|
||||||
|
|
||||||
@@ -553,4 +553,3 @@ var/datum/subsystem/ticker/ticker
|
|||||||
|
|
||||||
/datum/subsystem/ticker/proc/send_gamemode_vote(var/)
|
/datum/subsystem/ticker/proc/send_gamemode_vote(var/)
|
||||||
SSvote.initiate_vote("roundtype","server")
|
SSvote.initiate_vote("roundtype","server")
|
||||||
|
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ var/list/teleportlocs = list()
|
|||||||
power_environ = 0
|
power_environ = 0
|
||||||
valid_territory = 0
|
valid_territory = 0
|
||||||
outdoors = 1
|
outdoors = 1
|
||||||
ambientsounds = list('sound/ambience/ambispace.ogg','sound/ambience/title2.ogg',)
|
ambientsounds = list('sound/ambience/ambispace.ogg','sound/ambience/title3.ogg',)
|
||||||
blob_allowed = 0 //Eating up space doesn't count for victory as a blob.
|
blob_allowed = 0 //Eating up space doesn't count for victory as a blob.
|
||||||
|
|
||||||
/area/space/nearstation
|
/area/space/nearstation
|
||||||
|
|||||||
@@ -24,14 +24,13 @@
|
|||||||
/turf/closed/indestructible/splashscreen
|
/turf/closed/indestructible/splashscreen
|
||||||
name = "Space Station 13"
|
name = "Space Station 13"
|
||||||
icon = 'icons/misc/fullscreen.dmi'
|
icon = 'icons/misc/fullscreen.dmi'
|
||||||
icon_state = "title"
|
icon_state = "title1"
|
||||||
layer = FLY_LAYER
|
layer = FLY_LAYER
|
||||||
var/titlescreen = TITLESCREEN
|
|
||||||
|
|
||||||
/turf/closed/indestructible/splashscreen/New()
|
/turf/closed/indestructible/splashscreen/New()
|
||||||
..()
|
..()
|
||||||
if(titlescreen)
|
icon_state = pick("title1","title2","title3","title4","title5")
|
||||||
icon_state = titlescreen
|
|
||||||
|
|
||||||
/turf/closed/indestructible/riveted
|
/turf/closed/indestructible/riveted
|
||||||
icon_state = "riveted"
|
icon_state = "riveted"
|
||||||
@@ -79,4 +78,4 @@
|
|||||||
name = "iced rock"
|
name = "iced rock"
|
||||||
desc = "Extremely densely-packed sheets of ice and rock, forged over the years of the harsh cold."
|
desc = "Extremely densely-packed sheets of ice and rock, forged over the years of the harsh cold."
|
||||||
icon = 'icons/turf/walls.dmi'
|
icon = 'icons/turf/walls.dmi'
|
||||||
icon_state = "icerock"
|
icon_state = "icerock"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 1.5 MiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
sound/ambience/title7.ogg
Normal file
BIN
sound/ambience/title7.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user