diff --git a/code/global.dm b/code/global.dm index 5950ccfd14..63f2460bfd 100644 --- a/code/global.dm +++ b/code/global.dm @@ -26,6 +26,8 @@ var/diary = null var/error_log = null var/debug_log = null var/href_logfile = null +//CHOMPStation Removal Start TFF 24/12/19 - Blep. Remove extra stuff. Where do these even come in? +/* var/station_name = "Yawn Wider Station" var/const/station_orig = "Yawn Wider Station" //station_name can't be const due to event prefix/suffix var/const/station_short = "V.O.R.E." @@ -36,7 +38,9 @@ var/const/company_name = "NanoTrasen" var/const/company_short = "NT" var/const/star_name = "Virgo-Erigone" var/const/starsys_name = "Virgo-Erigone" -var/const/game_version = "VOREStation" +*/ +//CHOMPStation Removal End +var/const/game_version = "CHOMPStation" //CHOMPStation Edit TFF 24/12/19 - Chompers var/changelog_hash = "" var/game_year = (text2num(time2text(world.realtime, "YYYY")) + 544) var/round_progressing = 1 diff --git a/code/modules/mob/new_player/login_ch.dm b/code/modules/mob/new_player/login_ch.dm new file mode 100644 index 0000000000..524f2c6926 --- /dev/null +++ b/code/modules/mob/new_player/login_ch.dm @@ -0,0 +1,2 @@ +/obj/effect/lobby_image + name = "CHOMPStation" \ No newline at end of file diff --git a/code/modules/mob/new_player/login_vr.dm b/code/modules/mob/new_player/login_vr.dm index 5eeb269bc5..e359afd756 100644 --- a/code/modules/mob/new_player/login_vr.dm +++ b/code/modules/mob/new_player/login_vr.dm @@ -1,2 +1,5 @@ +//CHOMPStation Edit TFF 24/12/19 - Prioritise login_ch.dm over this +/* /obj/effect/lobby_image - name = "VORE Station" \ No newline at end of file + name = "VORE Station" +*/ \ No newline at end of file diff --git a/icons/misc/title.dmi b/icons/misc/title.dmi index e201ce4e69..5e2b81d382 100644 Binary files a/icons/misc/title.dmi and b/icons/misc/title.dmi differ diff --git a/icons/misc/title_ch.dmi b/icons/misc/title_ch.dmi new file mode 100644 index 0000000000..60dfb84442 Binary files /dev/null and b/icons/misc/title_ch.dmi differ diff --git a/interface/skin.dmf b/interface/skin.dmf index ebde572420..0cfec1da54 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -2,1078 +2,805 @@ macro "borghotkeymode" elem name = "TAB" command = ".winset \"mainwindow.macro=borgmacro hotkey_toggle.is-checked=false input.focus=true input.background-color=#D3B5B5\"" - is-disabled = false elem name = "CENTER+REP" command = ".center" - is-disabled = false elem name = "NORTHEAST" command = ".northeast" - is-disabled = false elem name = "SOUTHEAST" command = ".southeast" - is-disabled = false elem name = "SOUTHWEST" command = ".southwest" - is-disabled = false elem name = "NORTHWEST" command = ".northwest" - is-disabled = false elem name = "ALT+WEST" command = "westfaceperm" - is-disabled = false elem name = "CTRL+WEST" command = "westface" - is-disabled = false elem name = "WEST+REP" command = ".west" - is-disabled = false elem name = "ALT+NORTH" command = "northfaceperm" - is-disabled = false elem name = "CTRL+NORTH" command = "northface" - is-disabled = false elem name = "NORTH+REP" command = ".moveup" - is-disabled = false elem name = "ALT+EAST" command = "eastfaceperm" - is-disabled = false elem name = "CTRL+EAST" command = "eastface" - is-disabled = false elem name = "EAST+REP" command = ".moveright" - is-disabled = false elem name = "ALT+SOUTH" command = "southfaceperm" - is-disabled = false elem name = "CTRL+SOUTH" command = "southface" - is-disabled = false elem name = "SOUTH+REP" command = ".movedown" - is-disabled = false elem name = "INSERT" command = "a-intent right" - is-disabled = false elem name = "DELETE" command = "delete-key-pressed" - is-disabled = false elem name = "1" command = "toggle-module 1" - is-disabled = false elem name = "CTRL+1" command = "toggle-module 1" - is-disabled = false elem name = "2" command = "toggle-module 2" - is-disabled = false elem name = "CTRL+2" command = "toggle-module 2" - is-disabled = false elem name = "3" command = "toggle-module 3" - is-disabled = false elem name = "CTRL+3" command = "toggle-module 3" - is-disabled = false elem name = "4" command = "a-intent left" - is-disabled = false elem name = "CTRL+4" command = "a-intent left" - is-disabled = false elem name = "5" command = ".me" - is-disabled = false elem name = "A+REP" command = ".moveleft" - is-disabled = false elem name = "CTRL+A+REP" command = ".moveleft" - is-disabled = false elem name = "D+REP" command = ".moveright" - is-disabled = false elem name = "CTRL+D+REP" command = ".moveright" - is-disabled = false elem name = "F" command = "a-intent left" - is-disabled = false elem name = "CTRL+F" command = "a-intent left" - is-disabled = false elem name = "G" command = "a-intent right" - is-disabled = false elem name = "CTRL+G" command = "a-intent right" - is-disabled = false elem name = "J" command = "toggle-gun-mode" - is-disabled = false elem name = "CTRL+J" command = "toggle-gun-mode" - is-disabled = false elem name = "Q" command = "unequip-module" - is-disabled = false elem name = "CTRL+Q" command = "unequip-module" - is-disabled = false elem name = "R" command = ".southwest" - is-disabled = false elem name = "CTRL+R" command = ".southwest" - is-disabled = false elem "s_key" name = "S+REP" command = ".movedown" - is-disabled = false elem name = "CTRL+S+REP" command = ".movedown" - is-disabled = false elem name = "T" command = ".say" - is-disabled = false elem "w_key" name = "W+REP" command = ".moveup" - is-disabled = false elem name = "CTRL+W+REP" command = ".moveup" - is-disabled = false elem name = "X" command = ".northeast" - is-disabled = false elem name = "CTRL+X" command = ".northeast" - is-disabled = false elem name = "Y" command = "Activate-Held-Object" - is-disabled = false elem name = "CTRL+Y" command = "Activate-Held-Object" - is-disabled = false elem name = "Z" command = "Activate-Held-Object" - is-disabled = false elem name = "CTRL+Z" command = "Activate-Held-Object" - is-disabled = false elem name = "NUMPAD1" command = "body-r-leg" - is-disabled = false elem name = "NUMPAD2" command = "body-groin" - is-disabled = false elem name = "NUMPAD3" command = "body-l-leg" - is-disabled = false elem name = "NUMPAD4" command = "body-r-arm" - is-disabled = false elem name = "NUMPAD5" command = "body-chest" - is-disabled = false elem name = "NUMPAD6" command = "body-l-arm" - is-disabled = false elem name = "NUMPAD8" command = "body-toggle-head" - is-disabled = false elem name = "F1" command = "adminhelp" - is-disabled = false elem name = "CTRL+SHIFT+F1+REP" command = ".options" - is-disabled = false elem name = "F2" command = "ooc" - is-disabled = false elem name = "F2+REP" command = ".screenshot auto" - is-disabled = false elem name = "SHIFT+F2+REP" command = ".screenshot" - is-disabled = false elem name = "F3" command = ".say" - is-disabled = false elem name = "F4" command = ".me" - is-disabled = false elem name = "F5" command = "asay" - is-disabled = false elem name = "F6" command = "Player-Panel-New" - is-disabled = false elem name = "F7" command = "Admin-PM" - is-disabled = false elem name = "F8" command = "Invisimin" - is-disabled = false elem name = "F12" command = "F12" - is-disabled = false macro "macro" elem name = "TAB" command = ".winset \"mainwindow.macro=hotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true\"" - is-disabled = false elem name = "CENTER+REP" command = ".center" - is-disabled = false elem name = "NORTHEAST" command = ".northeast" - is-disabled = false elem name = "SOUTHEAST" command = ".southeast" - is-disabled = false elem name = "SOUTHWEST" command = ".southwest" - is-disabled = false elem name = "NORTHWEST" command = ".northwest" - is-disabled = false elem name = "ALT+WEST" command = "westfaceperm" - is-disabled = false elem name = "CTRL+WEST" command = "westface" - is-disabled = false elem name = "WEST+REP" command = ".moveleft" - is-disabled = false elem name = "ALT+NORTH" command = "northfaceperm" - is-disabled = false elem name = "CTRL+NORTH" command = "northface" - is-disabled = false elem name = "NORTH+REP" command = ".moveup" - is-disabled = false elem name = "ALT+EAST" command = "eastfaceperm" - is-disabled = false elem name = "CTRL+EAST" command = "eastface" - is-disabled = false elem name = "EAST+REP" command = ".moveright" - is-disabled = false elem name = "ALT+SOUTH" command = "southfaceperm" - is-disabled = false elem name = "CTRL+SOUTH" command = "southface" - is-disabled = false elem name = "SOUTH+REP" command = ".movedown" - is-disabled = false elem name = "INSERT" command = "a-intent right" - is-disabled = false elem name = "DELETE" command = "delete-key-pressed" - is-disabled = false elem name = "CTRL+1" command = "a-intent help" - is-disabled = false elem name = "CTRL+2" command = "a-intent disarm" - is-disabled = false elem name = "CTRL+3" command = "a-intent grab" - is-disabled = false elem name = "CTRL+4" command = "a-intent harm" - is-disabled = false elem name = "CTRL+A+REP" command = ".moveleft" - is-disabled = false elem name = "CTRL+D+REP" command = ".moveright" - is-disabled = false elem name = "CTRL+E" command = "quick-equip" - is-disabled = false elem name = "CTRL+F" command = "a-intent left" - is-disabled = false elem name = "CTRL+G" command = "a-intent right" - is-disabled = false elem name = "CTRL+Q" command = ".northwest" - is-disabled = false elem name = "CTRL+R" command = ".southwest" - is-disabled = false elem name = "CTRL+S+REP" command = ".movedown" - is-disabled = false elem name = "CTRL+W+REP" command = ".moveup" - is-disabled = false elem name = "CTRL+X" command = ".northeast" - is-disabled = false elem name = "CTRL+Y" command = "Activate-Held-Object" - is-disabled = false elem name = "CTRL+Z" command = "Activate-Held-Object" - is-disabled = false elem name = "CTRL+NUMPAD1" command = "body-r-leg" - is-disabled = false elem name = "CTRL+NUMPAD2" command = "body-groin" - is-disabled = false elem name = "CTRL+NUMPAD3" command = "body-l-leg" - is-disabled = false elem name = "CTRL+NUMPAD4" command = "body-r-arm" - is-disabled = false elem name = "CTRL+NUMPAD5" command = "body-chest" - is-disabled = false elem name = "CTRL+NUMPAD6" command = "body-l-arm" - is-disabled = false elem name = "CTRL+NUMPAD8" command = "body-toggle-head" - is-disabled = false elem name = "F1" command = "adminhelp" - is-disabled = false elem name = "CTRL+SHIFT+F1+REP" command = ".options" - is-disabled = false elem name = "F2" command = "ooc" - is-disabled = false elem name = "F2+REP" command = ".screenshot auto" - is-disabled = false elem name = "SHIFT+F2+REP" command = ".screenshot" - is-disabled = false elem name = "F3" command = ".say" - is-disabled = false elem name = "F4" command = ".me" - is-disabled = false elem name = "F5" command = "asay" - is-disabled = false elem name = "F6" command = "Player-Panel-New" - is-disabled = false elem name = "F7" command = "Admin-PM" - is-disabled = false elem name = "F8" command = "Invisimin" - is-disabled = false elem name = "F12" command = "F12" - is-disabled = false macro "hotkeymode" elem name = "TAB" command = ".winset \"mainwindow.macro=macro hotkey_toggle.is-checked=false input.focus=true\"" - is-disabled = false elem name = "CENTER+REP" command = ".center" - is-disabled = false elem name = "NORTHEAST" command = ".northeast" - is-disabled = false elem name = "SOUTHEAST" command = ".southeast" - is-disabled = false elem name = "SOUTHWEST" command = ".southwest" - is-disabled = false elem name = "NORTHWEST" command = ".northwest" - is-disabled = false elem name = "ALT+WEST" command = "westfaceperm" - is-disabled = false elem name = "CTRL+WEST" command = "westface" - is-disabled = false elem name = "WEST+REP" command = ".moveleft" - is-disabled = false elem name = "ALT+NORTH" command = "northfaceperm" - is-disabled = false elem name = "CTRL+NORTH" command = "northface" - is-disabled = false elem name = "NORTH+REP" command = ".moveup" - is-disabled = false elem name = "ALT+EAST" command = "eastfaceperm" - is-disabled = false elem name = "CTRL+EAST" command = "eastface" - is-disabled = false elem name = "EAST+REP" command = ".moveright" - is-disabled = false elem name = "ALT+SOUTH" command = "southfaceperm" - is-disabled = false elem name = "CTRL+SOUTH" command = "southface" - is-disabled = false elem name = "SOUTH+REP" command = ".movedown" - is-disabled = false elem name = "INSERT" command = "a-intent right" - is-disabled = false elem name = "DELETE" command = "delete-key-pressed" - is-disabled = false elem name = "1" command = "a-intent help" - is-disabled = false elem name = "CTRL+1" command = "a-intent help" - is-disabled = false elem name = "2" command = "a-intent disarm" - is-disabled = false elem name = "CTRL+2" command = "a-intent disarm" - is-disabled = false elem name = "3" command = "a-intent grab" - is-disabled = false elem name = "CTRL+3" command = "a-intent grab" - is-disabled = false elem name = "4" command = "a-intent harm" - is-disabled = false elem name = "CTRL+4" command = "a-intent harm" - is-disabled = false elem name = "5" command = ".me" - is-disabled = false elem name = "6" command = "subtle" - is-disabled = false elem name = "A+REP" command = ".moveleft" - is-disabled = false elem name = "CTRL+A+REP" command = ".moveleft" - is-disabled = false elem name = "D+REP" command = ".moveright" - is-disabled = false elem name = "CTRL+D+REP" command = ".moveright" - is-disabled = false elem name = "E" command = "quick-equip" - is-disabled = false elem name = "CTRL+E" command = "quick-equip" - is-disabled = false elem name = "F" command = "a-intent left" - is-disabled = false elem name = "CTRL+F" command = "a-intent left" - is-disabled = false elem name = "G" command = "a-intent right" - is-disabled = false elem name = "CTRL+G" command = "a-intent right" - is-disabled = false elem name = "H" command = "holster" - is-disabled = false elem name = "CTRL+H" command = "holster" - is-disabled = false elem name = "J" command = "toggle-gun-mode" - is-disabled = false elem name = "CTRL+J" command = "toggle-gun-mode" - is-disabled = false elem name = "Q" command = ".northwest" - is-disabled = false elem name = "CTRL+Q" command = ".northwest" - is-disabled = false elem name = "R" command = ".southwest" - is-disabled = false elem name = "CTRL+R" command = ".southwest" - is-disabled = false elem "s_key" name = "S+REP" command = ".movedown" - is-disabled = false elem name = "CTRL+S+REP" command = ".movedown" - is-disabled = false elem name = "T" command = ".say" - is-disabled = false elem "w_key" name = "W+REP" command = ".moveup" - is-disabled = false elem name = "CTRL+W+REP" command = ".moveup" - is-disabled = false elem name = "X" command = ".northeast" - is-disabled = false elem name = "CTRL+X" command = ".northeast" - is-disabled = false elem name = "Y" command = "whisper" - is-disabled = false elem name = "CTRL+Y" command = "whisper" - is-disabled = false elem name = "Z" command = "Activate-Held-Object" - is-disabled = false elem name = "CTRL+Z" command = "Activate-Held-Object" - is-disabled = false elem name = "NUMPAD1" command = "body-r-leg" - is-disabled = false elem name = "NUMPAD2" command = "body-groin" - is-disabled = false elem name = "NUMPAD3" command = "body-l-leg" - is-disabled = false elem name = "NUMPAD4" command = "body-r-arm" - is-disabled = false elem name = "NUMPAD5" command = "body-chest" - is-disabled = false elem name = "NUMPAD6" command = "body-l-arm" - is-disabled = false elem name = "NUMPAD8" command = "body-toggle-head" - is-disabled = false elem name = "F1" command = "adminhelp" - is-disabled = false elem name = "CTRL+SHIFT+F1+REP" command = ".options" - is-disabled = false elem name = "F2" command = "ooc" - is-disabled = false elem name = "F2+REP" command = ".screenshot auto" - is-disabled = false elem name = "SHIFT+F2+REP" command = ".screenshot" - is-disabled = false elem name = "F3" command = ".say" - is-disabled = false elem name = "F4" command = ".me" - is-disabled = false elem name = "F5" command = "asay" - is-disabled = false elem name = "F6" command = "Player-Panel-New" - is-disabled = false elem name = "F7" command = "Admin-PM" - is-disabled = false elem name = "F8" command = "Invisimin" - is-disabled = false elem name = "F12" command = "F12" - is-disabled = false macro "borgmacro" elem name = "TAB" command = ".winset \"mainwindow.macro=borghotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true input.background-color=#F0F0F0\"" - is-disabled = false elem name = "CENTER+REP" command = ".center" - is-disabled = false elem name = "NORTHEAST" command = ".northeast" - is-disabled = false elem name = "SOUTHEAST" command = ".southeast" - is-disabled = false elem name = "SOUTHWEST" command = ".southwest" - is-disabled = false elem name = "NORTHWEST" command = ".northwest" - is-disabled = false elem name = "ALT+WEST" command = "westfaceperm" - is-disabled = false elem name = "CTRL+WEST" command = "westface" - is-disabled = false elem name = "WEST+REP" command = ".moveleft" - is-disabled = false elem name = "ALT+NORTH" command = "northfaceperm" - is-disabled = false elem name = "CTRL+NORTH" command = "northface" - is-disabled = false elem name = "NORTH+REP" command = ".moveup" - is-disabled = false elem name = "ALT+EAST" command = "eastfaceperm" - is-disabled = false elem name = "CTRL+EAST" command = "eastface" - is-disabled = false elem name = "EAST+REP" command = ".moveright" - is-disabled = false elem name = "ALT+SOUTH" command = "southfaceperm" - is-disabled = false elem name = "CTRL+SOUTH" command = "southface" - is-disabled = false elem name = "SOUTH+REP" command = ".movedown" - is-disabled = false elem name = "INSERT" command = "a-intent right" - is-disabled = false elem name = "DELETE" command = "delete-key-pressed" - is-disabled = false elem name = "CTRL+1" command = "toggle-module 1" - is-disabled = false elem name = "CTRL+2" command = "toggle-module 2" - is-disabled = false elem name = "CTRL+3" command = "toggle-module 3" - is-disabled = false elem name = "CTRL+4" command = "a-intent left" - is-disabled = false elem name = "CTRL+A+REP" command = ".moveleft" - is-disabled = false elem name = "CTRL+D+REP" command = ".moveright" - is-disabled = false elem name = "CTRL+F" command = "a-intent left" - is-disabled = false elem name = "CTRL+G" command = "a-intent right" - is-disabled = false elem name = "CTRL+Q" command = ".northwest" - is-disabled = false elem name = "CTRL+R" command = ".southwest" - is-disabled = false elem name = "CTRL+S+REP" command = ".movedown" - is-disabled = false elem name = "CTRL+W+REP" command = ".moveup" - is-disabled = false elem name = "CTRL+X" command = ".northeast" - is-disabled = false elem name = "CTRL+Y" command = "Activate-Held-Object" - is-disabled = false elem name = "CTRL+Z" command = "Activate-Held-Object" - is-disabled = false elem name = "CTRL+NUMPAD1" command = "body-r-leg" - is-disabled = false elem name = "CTRL+NUMPAD2" command = "body-groin" - is-disabled = false elem name = "CTRL+NUMPAD3" command = "body-l-leg" - is-disabled = false elem name = "CTRL+NUMPAD4" command = "body-r-arm" - is-disabled = false elem name = "CTRL+NUMPAD5" command = "body-chest" - is-disabled = false elem name = "CTRL+NUMPAD6" command = "body-l-arm" - is-disabled = false elem name = "CTRL+NUMPAD8" command = "body-toggle-head" - is-disabled = false elem name = "F1" command = "adminhelp" - is-disabled = false elem name = "CTRL+SHIFT+F1+REP" command = ".options" - is-disabled = false elem name = "F2" command = "ooc" - is-disabled = false elem name = "F2+REP" command = ".screenshot auto" - is-disabled = false elem name = "SHIFT+F2+REP" command = ".screenshot" - is-disabled = false elem name = "F3" command = ".say" - is-disabled = false elem name = "F4" command = ".me" - is-disabled = false elem name = "F5" command = "asay" - is-disabled = false elem name = "F6" command = "Player-Panel-New" - is-disabled = false elem name = "F7" command = "Admin-PM" - is-disabled = false elem name = "F8" command = "Invisimin" - is-disabled = false elem name = "F12" command = "F12" - is-disabled = false menu "menu" elem name = "&File" command = "" - category = "" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" elem name = "&Quick screenshot\tF2" command = ".screenshot auto" category = "&File" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" elem name = "&Save screenshot as...\tShift+F2" command = ".screenshot" category = "&File" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" elem name = "&Reconnect" @@ -1089,28 +816,15 @@ menu "menu" name = "" command = "" category = "&File" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" elem name = "&Quit" command = ".quit" category = "&File" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" elem name = "&Icons" command = "" - category = "" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" elem "stretch" name = "&Stretch to fit" @@ -1119,97 +833,66 @@ menu "menu" is-checked = true can-check = true group = "size" - is-disabled = false saved-params = "is-checked" elem "icon128" name = "&128x128" command = ".winset \"mapwindow.map.icon-size=128\"" category = "&Icons" - is-checked = false can-check = true group = "size" - is-disabled = false saved-params = "is-checked" elem "icon96" name = "&96x96" command = ".winset \"mapwindow.map.icon-size=96\"" category = "&Icons" - is-checked = false can-check = true group = "size" - is-disabled = false saved-params = "is-checked" elem "icon64" name = "&64x64" command = ".winset \"mapwindow.map.icon-size=64\"" category = "&Icons" - is-checked = false can-check = true group = "size" - is-disabled = false saved-params = "is-checked" elem "icon48" name = "&48x48" command = ".winset \"mapwindow.map.icon-size=48\"" category = "&Icons" - is-checked = false can-check = true group = "size" - is-disabled = false saved-params = "is-checked" elem "icon32" name = "&32x32" command = ".winset \"mapwindow.map.icon-size=32\"" category = "&Icons" - is-checked = false can-check = true group = "size" - is-disabled = false saved-params = "is-checked" elem name = "" command = "" category = "&Icons" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" elem "textmode" name = "&Text" command = ".winset \"menu.textmode.is-checked=true?mapwindow.map.text-mode=true:mapwindow.map.text-mode=false\"" category = "&Icons" - is-checked = false can-check = true - group = "" - is-disabled = false saved-params = "is-checked" elem name = "&Help" command = "" - category = "" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" elem name = "&Admin help\tF1" command = "adminhelp" category = "&Help" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" elem name = "&Hotkeys" command = "hotkeys-help" category = "&Help" - is-checked = false - can-check = false - group = "" - is-disabled = false saved-params = "is-checked" @@ -1220,38 +903,11 @@ window "Telecomms IDE" size = 569x582 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = #ffffff is-visible = false - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" title = "TCS IDE" - titlebar = true statusbar = false - can-close = true - can-minimize = true - can-resize = true - is-pane = false - is-minimized = false - is-maximized = false - can-scroll = none - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" on-close = "exittcs" elem "button5" type = BUTTON @@ -1259,84 +915,27 @@ window "Telecomms IDE" size = 70x20 anchor1 = 37,80 anchor2 = 49,83 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Clear Memory" - image = "" command = "tcsclearmem" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "button4" type = BUTTON pos = 157,464 size = 52x20 anchor1 = 28,80 anchor2 = 37,83 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Revert" - image = "" command = "tcsrevert" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "button3" type = BUTTON pos = 105,464 size = 52x20 anchor1 = 18,80 anchor2 = 28,83 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Execute" - image = "" command = "tcsrun" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "tcserror" type = OUTPUT pos = 0,488 @@ -1345,80 +944,25 @@ window "Telecomms IDE" anchor2 = 99,100 font-family = "sans-serif" font-size = 9 - font-style = "" - text-color = #000000 - background-color = #ffffff - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "max-lines" - on-size = "" - link-color = #0000ff - visited-color = #ff00ff - style = "" - enable-http-images = false - max-lines = 1000 - image = "" elem "button2" type = BUTTON pos = 53,464 size = 52x20 anchor1 = 9,80 anchor2 = 18,83 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Compile" - image = "" command = "tcscompile" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "button1" type = BUTTON pos = 0,464 size = 53x20 anchor1 = 0,80 anchor2 = 9,83 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Apply" - image = "" command = "tcssave" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "tcscode" type = INPUT pos = 0,0 @@ -1427,21 +971,9 @@ window "Telecomms IDE" anchor2 = 100,80 font-family = "Courier" font-size = 10 - font-style = "" - text-color = #000000 - background-color = #ffffff - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "" - on-size = "" command = "cancel" multi-line = true - is-password = false no-command = true window "chemdispenser" @@ -1451,261 +983,81 @@ window "chemdispenser" size = 340x480 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none is-visible = false - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" title = "Chem Dispenser" - titlebar = true statusbar = false - can-close = true - can-minimize = true - can-resize = true - is-pane = false - is-minimized = false - is-maximized = false - can-scroll = none - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" - on-close = "" elem "energy" type = LABEL pos = 8,24 size = 56x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "" - on-size = "" text = "Energy: 25" - image = "" - image-mode = center - keep-aspect = false - align = center - text-wrap = false - allow-html = false - letterbox = true elem "eject" type = BUTTON pos = 264,4 size = 72x20 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "[Insert beaker]" - image = "" command = "skincmd \"chemdispenser;eject\"" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "amountc" type = BUTTON pos = 208,4 size = 48x20 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "[Other]" - image = "" command = "skincmd \"chemdispenser;amountc\"" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "amount3" type = BUTTON pos = 176,4 size = 24x20 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "[30]" - image = "" command = "skincmd \"chemdispenser;amount30\"" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "amount2" type = BUTTON pos = 144,4 size = 24x20 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "[20]" - image = "" command = "skincmd \"chemdispenser;amount20\"" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "amount1" type = BUTTON pos = 112,4 size = 24x20 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "[10]" - image = "" command = "skincmd \"chemdispenser;amount10\"" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "amount" type = LABEL pos = 4,4 size = 100x20 anchor1 = none anchor2 = none - font-family = "" font-size = 12 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "" - on-size = "" text = "Amount: 30" - image = "" - image-mode = center - keep-aspect = false - align = center - text-wrap = false - allow-html = false - letterbox = true elem "child1" type = CHILD pos = 0,40 size = 340x440 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "splitter" - on-size = "" left = "chemdispenser_reagents" - right = "" is-vert = false - splitter = 50 - show-splitter = true - lock = none window "chemdispenser_reagents" elem "chemdispenser_reagents" @@ -1714,95 +1066,38 @@ window "chemdispenser_reagents" size = 340x448 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" - title = "" titlebar = false statusbar = false can-close = false can-minimize = false can-resize = false is-pane = true - is-minimized = false - is-maximized = false can-scroll = vertical - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" - on-close = "" elem "template_dispense" type = BUTTON pos = 256,8 size = 64x32 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none is-visible = false - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Dispense" image = 'icons\\dispensebutton_bg.png' command = "" is-flat = true - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "template_name" type = LABEL pos = 18,8 size = 230x32 anchor1 = none anchor2 = none - font-family = "" font-size = 15 - font-style = "" - text-color = #000000 - background-color = none is-visible = false - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "" - on-size = "" text = "Chloral Hydrate" image = 'icons\\reagentname_bg.png' image-mode = stretch - keep-aspect = false - align = center - text-wrap = false - allow-html = false - letterbox = true window "mainwindow" elem "mainwindow" @@ -1811,66 +1106,24 @@ window "mainwindow" size = 640x440 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false is-default = true - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" - title = "VOREStation" - titlebar = true - statusbar = true - can-close = true - can-minimize = true - can-resize = true - is-pane = false - is-minimized = false + title = "CHOMPStation" is-maximized = true - can-scroll = none icon = 'icons\\virgoicon.png' - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 macro = "macro" menu = "menu" - on-close = "" elem "hotkey_toggle" type = BUTTON pos = 560,420 size = 80x20 anchor1 = 100,100 anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "" - on-size = "" text = "Hotkey Toggle" - image = "" command = ".winset \"mainwindow.macro!=macro ? mainwindow.macro=macro hotkey_toggle.is-checked=false input.focus=true : mainwindow.macro=hotkeymode hotkey_toggle.is-checked=true mapwindow.map.focus=true\"" - is-flat = false - stretch = false - is-checked = false - group = "" button-type = pushbox elem "mainvsplit" type = CHILD @@ -1878,77 +1131,30 @@ window "mainwindow" size = 634x416 anchor1 = 0,0 anchor2 = 100,100 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "splitter" - on-size = "" - left = "" right = "rpane" is-vert = true - splitter = 50 - show-splitter = true - lock = none elem "input" type = INPUT pos = 3,420 size = 517x20 anchor1 = 0,100 anchor2 = 100,100 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = #d3b5b5 - is-visible = true - is-disabled = false - is-transparent = false is-default = true border = sunken - drop-zone = false - right-click = false saved-params = "command" - on-size = "" - command = "" - multi-line = false - is-password = false - no-command = false elem "saybutton" type = BUTTON pos = 520,420 size = 40x20 anchor1 = 100,100 anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Chat" - image = "" command = ".winset \"saybutton.is-checked=true?input.command=\"!say \\\"\" macrobutton.is-checked=false:input.command=\"" - is-flat = false - stretch = false - is-checked = false - group = "" button-type = pushbox elem "tooltip" type = BROWSER @@ -1956,6 +1162,7 @@ window "mainwindow" size = 999x999 anchor1 = none anchor2 = none + background-color = none is-visible = false saved-params = "" @@ -1966,39 +1173,13 @@ window "mapwindow" size = 640x480 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" - title = "" titlebar = false statusbar = false can-close = false can-minimize = false can-resize = false is-pane = true - is-minimized = false - is-maximized = false - can-scroll = none - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" - on-close = "" elem "map" type = MAP pos = 0,0 @@ -2007,25 +1188,11 @@ window "mapwindow" anchor2 = 100,100 font-family = "Arial Rounded MT Bold,Arial Black,Arial,sans-serif" font-size = 7 - font-style = "" text-color = none - background-color = none - is-visible = true - is-disabled = false - is-transparent = false is-default = true - border = none - drop-zone = true - right-click = false saved-params = "icon-size" - on-size = "" - icon-size = 0 - text-mode = false - letterbox = true - zoom = 0 on-show = ".winset\"mainwindow.mainvsplit.left=mapwindow\"" on-hide = ".winset\"mainwindow.mainvsplit.left=\"" - style = "" window "outputwindow" elem "outputwindow" @@ -2034,65 +1201,23 @@ window "outputwindow" size = 640x480 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" - title = "" titlebar = false statusbar = false can-close = false can-minimize = false can-resize = false is-pane = true - is-minimized = false - is-maximized = false - can-scroll = none - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" - on-close = "" elem "output" type = OUTPUT pos = 0,0 size = 640x480 anchor1 = 0,0 anchor2 = 100,100 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = #ffffff - is-visible = true - is-disabled = false - is-transparent = false is-default = true - border = none - drop-zone = false - right-click = false saved-params = "max-lines" - on-size = "" - link-color = #0000ff - visited-color = #ff00ff style = ".system {color:#ff0000;}" - enable-http-images = false max-lines = 0 - image = "" window "rpane" elem "rpane" @@ -2101,258 +1226,87 @@ window "rpane" size = 640x480 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" - title = "" - titlebar = true - statusbar = true - can-close = true - can-minimize = true - can-resize = true is-pane = true - is-minimized = false - is-maximized = false - can-scroll = none - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" - on-close = "" elem "rpanewindow" type = CHILD pos = 0,-3 size = 640x499 anchor1 = 0,0 anchor2 = 100,100 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "splitter" - on-size = "" - left = "" right = "outputwindow" is-vert = false - splitter = 50 - show-splitter = true - lock = none elem "github" type = BUTTON pos = 392,0 size = 60x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "GitHub" - image = "" command = "github" - is-flat = false - stretch = false - is-checked = false group = "rpanemode" - button-type = pushbutton elem "mapb" type = BUTTON pos = 332,0 size = 60x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Map" - image = "" command = "map" - is-flat = false - stretch = false - is-checked = false group = "rpanemode" - button-type = pushbutton elem "rulesb" type = BUTTON pos = 272,0 size = 60x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Rules" - image = "" command = "rules" - is-flat = false - stretch = false - is-checked = false group = "rpanemode" - button-type = pushbutton elem "changelog" type = BUTTON pos = 488,0 size = 67x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Changelog" - image = "" command = "Changelog" - is-flat = false - stretch = false - is-checked = false group = "rpanemode" - button-type = pushbutton elem "forumb" type = BUTTON pos = 212,0 size = 60x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Forum" - image = "" command = "forum" - is-flat = false - stretch = false - is-checked = false group = "rpanemode" - button-type = pushbutton elem "wikib" type = BUTTON pos = 152,0 size = 60x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Wiki" - image = "" command = "wiki" - is-flat = false - stretch = false - is-checked = false group = "rpanemode" - button-type = pushbutton elem "textb" type = BUTTON pos = 0,0 size = 60x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none is-visible = false - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Text" - image = "" command = ".winset \"rpanewindow.left=;\"" - is-flat = false - stretch = false is-checked = true group = "rpanemode" button-type = pushbox @@ -2362,26 +1316,10 @@ window "rpane" size = 60x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none is-visible = false - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Browser" - image = "" command = ".winset \"rpanewindow.left=browserwindow\"" - is-flat = false - stretch = false - is-checked = false group = "rpanemode" button-type = pushbox elem "infob" @@ -2390,26 +1328,10 @@ window "rpane" size = 60x16 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none is-visible = false - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Info" - image = "" command = ".winset \"rpanewindow.left=infowindow\"" - is-flat = false - stretch = false - is-checked = false group = "rpanemode" button-type = pushbox elem "mediapanel" @@ -2418,26 +1340,7 @@ window "rpane" size = 1x1 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "" - on-size = "" - show-history = false - show-url = false - auto-format = true - use-title = false - on-show = "" - on-hide = "" window "browserwindow" elem "browserwindow" @@ -2446,63 +1349,18 @@ window "browserwindow" size = 640x480 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" title = "Browser" - titlebar = true - statusbar = true - can-close = true - can-minimize = true - can-resize = true is-pane = true - is-minimized = false - is-maximized = false - can-scroll = none - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" - on-close = "" elem "browser" type = BROWSER pos = 0,0 size = 640x499 anchor1 = 0,0 anchor2 = 100,100 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 background-color = #ffffff - is-visible = true - is-disabled = false - is-transparent = false is-default = true - border = none - drop-zone = false - right-click = false saved-params = "" - on-size = "" - show-history = false - show-url = false - auto-format = true - use-title = false on-show = ".winset\"rpane.infob.is-visible=true?rpane.infob.pos=130,0;rpane.textb.is-visible=true;rpane.browseb.is-visible=true;rpane.browseb.is-checked=true;rpane.rpanewindow.pos=0,30;rpane.rpanewindow.size=0x0;rpane.rpanewindow.left=browserwindow\"" on-hide = ".winset\"rpane.infob.is-visible=true?rpane.infob.is-checked=true rpane.infob.pos=65,0 rpane.rpanewindow.left=infowindow:rpane.rpanewindow.left=textwindow rpane.textb.is-visible=true rpane.rpanewindow.pos=0,30 rpane.rpanewindow.size=0x0\"" @@ -2513,72 +1371,20 @@ window "infowindow" size = 640x480 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" title = "Info" - titlebar = true - statusbar = true - can-close = true - can-minimize = true - can-resize = true is-pane = true - is-minimized = false - is-maximized = false - can-scroll = none - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" - on-close = "" elem "info" type = INFO pos = 0,0 size = 638x477 anchor1 = 0,0 anchor2 = 100,100 - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = #ffffff - is-visible = true - is-disabled = false - is-transparent = false is-default = true - border = none - drop-zone = true - right-click = false saved-params = "" - on-size = "" highlight-color = #00aa00 - tab-text-color = #000000 - tab-background-color = none - tab-font-family = "" - tab-font-size = 0 - tab-font-style = "" - allow-html = true - multi-line = true on-show = ".winset\"rpane.infob.is-visible=true;rpane.browseb.is-visible=true?rpane.infob.pos=130,0:rpane.infob.pos=65,0 rpane.textb.is-visible=true rpane.infob.is-checked=true rpane.rpanewindow.pos=0,30 rpane.rpanewindow.size=0x0 rpane.rpanewindow.left=infowindow\"" on-hide = ".winset\"rpane.infob.is-visible=false;rpane.browseb.is-visible=true?rpane.browseb.is-checked=true rpane.rpanewindow.left=browserwindow:rpane.textb.is-visible=true rpane.rpanewindow.pos=0,30 rpane.rpanewindow.size=0x0 rpane.rpanewindow.left=\"" - on-tab = "" - prefix-color = none - suffix-color = none window "text_editor" elem "text_editor" @@ -2587,144 +1393,46 @@ window "text_editor" size = 360x488 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none is-visible = false - is-disabled = false - is-transparent = false - is-default = false border = sunken - drop-zone = false - right-click = false saved-params = "pos;size;is-minimized;is-maximized" - on-size = "" title = "Text Editor" - titlebar = true - statusbar = true - can-close = true can-minimize = false can-resize = false - is-pane = false - is-minimized = false - is-maximized = false - can-scroll = none - icon = "" - image = "" - image-mode = stretch - keep-aspect = false - transparent-color = none - alpha = 255 - macro = "" - menu = "" - on-close = "" elem "exit" type = BUTTON pos = 248,456 size = 104x24 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Exit without saving" - image = "" command = "" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "save" type = BUTTON pos = 128,456 size = 104x24 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Save" - image = "" command = "" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "saveexit" type = BUTTON pos = 8,456 size = 104x24 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = none - is-visible = true - is-disabled = false - is-transparent = false - is-default = false - border = none - drop-zone = false - right-click = false saved-params = "is-checked" - on-size = "" text = "Save + Exit" - image = "" command = "" - is-flat = false - stretch = false - is-checked = false - group = "" - button-type = pushbutton elem "textedit" type = INPUT pos = 0,0 size = 360x448 anchor1 = none anchor2 = none - font-family = "" - font-size = 0 - font-style = "" - text-color = #000000 - background-color = #ffffff - is-visible = true - is-disabled = false - is-transparent = false - is-default = false border = line - drop-zone = false - right-click = false saved-params = "" - on-size = "" - command = "" multi-line = true - is-password = false - no-command = false + diff --git a/maps/example/example_defines.dm b/maps/example/example_defines.dm index 49b1dbb5cb..bec9639443 100644 --- a/maps/example/example_defines.dm +++ b/maps/example/example_defines.dm @@ -6,7 +6,7 @@ full_name = "The Test Map" path = "example" - lobby_icon = 'icons/misc/title.dmi' + lobby_icon = 'icons/misc/title_ch.dmi' //CHOMPStation Edit TFF 24/12/19 - _ch.dmi lobby_screens = list("mockingjay00") zlevel_datum_type = /datum/map_z_level/example diff --git a/maps/plane/plane_defines.dm b/maps/plane/plane_defines.dm index 8d1e48a5ec..db09bc1009 100644 --- a/maps/plane/plane_defines.dm +++ b/maps/plane/plane_defines.dm @@ -6,7 +6,7 @@ full_name = "The Flat Test Map" path = "plane" - lobby_icon = 'icons/misc/title.dmi' + lobby_icon = 'icons/misc/title_ch.dmi' //CHOMPStation Edit TFF 24/12/19 - _ch.dmi lobby_screens = list("mockingjay00") zlevel_datum_type = /datum/map_z_level/plane diff --git a/maps/southern_cross/southern_cross_defines.dm b/maps/southern_cross/southern_cross_defines.dm index 4b8365cb57..0112f221a6 100644 --- a/maps/southern_cross/southern_cross_defines.dm +++ b/maps/southern_cross/southern_cross_defines.dm @@ -16,8 +16,8 @@ full_name = "Southern Cross" path = "southern_cross" - lobby_icon = 'icons/misc/title.dmi' - lobby_screens = list("mockingjay00") // New lobby screen if possible. + lobby_icon = 'icons/misc/title_ch.dmi' //CHOMPStation Edit TFF 24/12/19 - _ch.dmi + lobby_screens = list("mockingjay00") //CHOMPStation Edit TFF 24/12/19 - CHOMPStation image holomap_smoosh = list(list( Z_LEVEL_STATION_ONE, diff --git a/maps/~map_system/maps.dm b/maps/~map_system/maps.dm index fe0ef3972b..1cbd289354 100644 --- a/maps/~map_system/maps.dm +++ b/maps/~map_system/maps.dm @@ -93,8 +93,10 @@ var/list/all_maps = list() var/datum/spawnpoint/spawnpoint_stayed = /datum/spawnpoint/cryo // Used if you end the round on the station. // VOREStation Edit End - var/lobby_icon = 'icons/misc/title.dmi' // The icon which contains the lobby image(s) + //CHOMPStation Edit Start TFF 24/12/19 - Chompers welcome screen message + var/lobby_icon = 'icons/misc/title_ch.dmi' // The icon which contains the lobby image(s) var/list/lobby_screens = list("mockingjay00") // The list of lobby screen to pick() from. If left unset the first icon state is always selected. + //CHOMPStation Edit End var/default_law_type = /datum/ai_laws/nanotrasen // The default lawset use by synth units, if not overriden by their laws var. diff --git a/vorestation.dme b/vorestation.dme index 9a80bd81ae..90ab966856 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2643,6 +2643,7 @@ #include "code\modules\mob\living\simple_mob\subtypes\vore\shadekin\types.dm" #include "code\modules\mob\living\voice\voice.dm" #include "code\modules\mob\new_player\login.dm" +#include "code\modules\mob\new_player\login_ch.dm" #include "code\modules\mob\new_player\login_vr.dm" #include "code\modules\mob\new_player\logout.dm" #include "code\modules\mob\new_player\new_player.dm"