Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Changes server title, icon, and splashscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Koshenko committed May 4, 2020
1 parent 7a664ae commit 7c2303b
Show file tree
Hide file tree
Showing 8 changed files with 1,252 additions and 11 deletions.
8 changes: 7 additions & 1 deletion code/game/turfs/closed/_closed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@
*/

..()
icon_state = "title_loading"
icon_state = "transition"
addtimer(CALLBACK(src, .proc/swap_splashscreen, 'fallout/icons/title_roll.dmi', ""), 5 SECONDS)
addtimer(CALLBACK(src, .proc/swap_splashscreen, 'fallout/icons/splashscreen.dmi', "title_loading"), 40 SECONDS)

/turf/closed/indestructible/splashscreen/proc/swap_splashscreen(new_icon, new_icon_state)
icon = new_icon
icon_state = new_icon_state

/turf/closed/indestructible/splashscreen/vv_edit_var(var_name, var_value)
. = ..()
Expand Down
2 changes: 1 addition & 1 deletion config/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SERVERNAME Mojave Sun
# SERVERSQLNAME tgstation

## Station name: The name of the station as it is referred to in-game. If commented out, the game will generate a random name instead.
STATIONNAME Desert Wasteland
STATIONNAME Post-Apocalyptic Wasteland

## Put on byond hub: Uncomment this to put your server on the byond hub.
#HUB
Expand Down
Binary file added fallout/icons/title_roll.dmi
Binary file not shown.
Binary file added fallout/icons/turf/walls/metal.dmi
Binary file not shown.
Binary file added fallout/icons/turf/walls/metal_low.dmi
Binary file not shown.
Binary file added icons/mojave_sun.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,235 changes: 1,235 additions & 0 deletions icons/mojave_sun.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions interface/skin.dmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ macro "default"


menu "menu"
elem
elem
name = "&File"
command = ""
saved-params = "is-checked"
elem
elem
name = "&Quick screenshot\tF2"
command = ".screenshot auto"
category = "&File"
saved-params = "is-checked"
elem
elem
name = "&Save screenshot as...\tShift+F2"
command = ".screenshot"
category = "&File"
saved-params = "is-checked"
elem
elem
name = ""
command = ""
category = "&File"
Expand All @@ -26,21 +26,21 @@ menu "menu"
command = ".reconnect"
category = "&File"
saved-params = "is-checked"
elem
elem
name = "&Quit\tAlt-F4"
command = ".quit"
category = "&File"
saved-params = "is-checked"
elem
elem
name = "&Help"
command = ""
saved-params = "is-checked"
elem
elem
name = "&Admin Help\tF1"
command = "adminhelp"
category = "&Help"
saved-params = "is-checked"
elem
elem
name = "&Hotkeys"
command = "hotkeys-help"
category = "&Help"
Expand All @@ -55,7 +55,7 @@ window "mainwindow"
anchor2 = none
is-default = true
saved-params = "pos;size;is-minimized;is-maximized"
icon = 'icons\\tg_32.png'
icon = 'icons\\mojave_sun.png'
macro = "default"
menu = "menu"
elem "split"
Expand Down

0 comments on commit 7c2303b

Please sign in to comment.