mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-24 01:02:06 +00:00
* Adds runechat to the abductor mindlink * Update code/game/gamemodes/miniantags/abduction/abduction_gear.dm
378 lines
9.1 KiB
Plaintext
378 lines
9.1 KiB
Plaintext
macro "default"
|
|
|
|
|
|
menu "menu"
|
|
elem
|
|
name = "&File"
|
|
elem
|
|
name = "&Quick screenshot"
|
|
command = ".screenshot auto"
|
|
category = "&File"
|
|
elem
|
|
name = "&Save screenshot as..."
|
|
command = ".screenshot"
|
|
category = "&File"
|
|
elem "reconnectbutton"
|
|
name = "&Reconnect"
|
|
command = ".reconnect"
|
|
category = "&File"
|
|
elem
|
|
name = ""
|
|
category = "&File"
|
|
elem
|
|
name = "&Quit"
|
|
command = ".quit"
|
|
category = "&File"
|
|
elem
|
|
name = "&Icons"
|
|
elem
|
|
name = "&Size"
|
|
category = "&Icons"
|
|
elem "stretch"
|
|
name = "&Stretch to fit"
|
|
command = ".winset \"paramapwindow.map.icon-size=0\""
|
|
category = "&Size"
|
|
is-checked = true
|
|
can-check = true
|
|
group = "size"
|
|
elem "icon128"
|
|
name = "&128x128 (4x)"
|
|
command = ".winset \"paramapwindow.map.icon-size=128\""
|
|
category = "&Size"
|
|
can-check = true
|
|
group = "size"
|
|
elem "icon112"
|
|
name = "&112x112 (3.5x)"
|
|
command = ".winset \"paramapwindow.map.icon-size=112\""
|
|
category = "&Size"
|
|
can-check = true
|
|
group = "size"
|
|
elem "icon96"
|
|
name = "&96x96 (3x)"
|
|
command = ".winset \"paramapwindow.map.icon-size=96\""
|
|
category = "&Size"
|
|
can-check = true
|
|
group = "size"
|
|
elem "icon80"
|
|
name = "&80x80 (2.5x)"
|
|
command = ".winset \"paramapwindow.map.icon-size=80\""
|
|
category = "&Size"
|
|
can-check = true
|
|
group = "size"
|
|
elem "icon64"
|
|
name = "&64x64 (2x)"
|
|
command = ".winset \"paramapwindow.map.icon-size=64\""
|
|
category = "&Size"
|
|
can-check = true
|
|
group = "size"
|
|
elem "icon48"
|
|
name = "&48x48 (1.5x)"
|
|
command = ".winset \"paramapwindow.map.icon-size=48\""
|
|
category = "&Size"
|
|
can-check = true
|
|
group = "size"
|
|
elem "icon32"
|
|
name = "&32x32"
|
|
command = ".winset \"paramapwindow.map.icon-size=32\""
|
|
category = "&Size"
|
|
can-check = true
|
|
group = "size"
|
|
elem
|
|
name = "&Scaling"
|
|
category = "&Icons"
|
|
elem "NN"
|
|
name = "&Nearest Neighbor"
|
|
command = ".winset \"paramapwindow.map.zoom-mode=distort\""
|
|
category = "&Scaling"
|
|
can-check = true
|
|
is-checked = true
|
|
group = "scale"
|
|
elem "PS"
|
|
name = "&Point Sampling"
|
|
command = ".winset \"paramapwindow.map.zoom-mode=normal\""
|
|
category = "&Scaling"
|
|
can-check = true
|
|
group = "scale"
|
|
elem "BL"
|
|
name = "&Bilinear"
|
|
command = ".winset \"paramapwindow.map.zoom-mode=blur\""
|
|
category = "&Scaling"
|
|
can-check = true
|
|
group = "scale"
|
|
elem "textmode"
|
|
name = "&Text"
|
|
command = ".winset \"menu.textmode.is-checked=true?paramapwindow.map.text-mode=true:paramapwindow.map.text-mode=false\""
|
|
category = "&Icons"
|
|
can-check = true
|
|
elem
|
|
name = "&Options"
|
|
elem
|
|
name = "&Open Volume Mixer"
|
|
command = "Open-Volume-Mixer"
|
|
category = "&Options"
|
|
elem "statusbar"
|
|
name = "&Show status bar"
|
|
category = "&Options"
|
|
can-check = true
|
|
is-checked = true
|
|
saved-params = "is-checked"
|
|
command = ".winset \"menu.statusbar.is-checked=true?paramapwindow.status_bar.is-visible=true:paramapwindow.status_bar.is-visible=false\""
|
|
elem
|
|
name = "&Help"
|
|
elem
|
|
name = "&Admin help"
|
|
command = "adminhelp"
|
|
category = "&Help"
|
|
|
|
window "mainwindow"
|
|
elem "mainwindow"
|
|
type = MAIN
|
|
size = 640x440
|
|
is-default = true
|
|
saved-params = "pos;size;is-minimized;is-maximized"
|
|
title = "Paradise Station 13"
|
|
statusbar = false
|
|
is-maximized = true
|
|
icon = 'icons\\paradise.png'
|
|
macro = "default"
|
|
menu = "menu"
|
|
elem "mainvsplit"
|
|
type = CHILD
|
|
size = 0x0
|
|
anchor1 = 0,0
|
|
anchor2 = 100,100
|
|
saved-params = "splitter"
|
|
left = "paramapwindow"
|
|
right = "rpane"
|
|
is-vert = true
|
|
elem "asset_cache_browser"
|
|
type = BROWSER
|
|
size = 200x200
|
|
is-visible = false
|
|
elem "tooltip"
|
|
type = BROWSER
|
|
pos = 0,0
|
|
size = 999x999
|
|
anchor1 = -1,-1
|
|
anchor2 = -1,-1
|
|
is-visible = false
|
|
|
|
window "paramapwindow"
|
|
elem "paramapwindow"
|
|
type = MAIN
|
|
pos = 281,0
|
|
size = 640x480
|
|
anchor1 = -1,-1
|
|
anchor2 = -1,-1
|
|
saved-params = "pos;size;is-minimized;is-maximized"
|
|
is-pane = true
|
|
on-status = ".winset \"status_bar.text=[[*]]\" "
|
|
elem "map"
|
|
type = MAP
|
|
pos = 0,0
|
|
size = 640x480
|
|
anchor1 = 0,0
|
|
anchor2 = 100,100
|
|
font-family = "Arial"
|
|
font-size = 7
|
|
is-default = true
|
|
saved-params = "icon-size;zoom-mode"
|
|
zoom-mode = "distort"
|
|
style = ".center { text-align: center; } .maptext { font-family: 'Small Fonts'; font-size: 7px; -dm-text-outline: 1px black; color: white; line-height: 1.1; } .small { font-size: 6px; } .big { font-size: 8px; } .reallybig { font-size: 8px; } .extremelybig { font-size: 8px; } .clown { color: #FF69Bf;} .tajaran {color: #803B56;} .skrell {color: #00CED1;} .solcom {color: #22228B;} .com_srus {color: #7c4848;} .zombie\t{color: #ff0000;} .soghun {color: #228B22;} .vox {color: #AA00AA;} .diona {color: #804000; font-weight: bold;} .trinary {color: #727272;} .kidan {color: #664205;} .slime {color: #0077AA;} .drask {color: #a3d4eb;} .vulpkanin {color: #B97A57;} .abductor {color: #800080;} .his_grace { color: #15D512; } .hypnophrase { color: #0d0d0d; font-weight: bold; } .yell { font-weight: bold; }"
|
|
on-show = ".winset \"menu.statusbar.is-checked=true?paramapwindow.status_bar.is-visible=true:paramapwindow.status_bar.is-visible=false\""
|
|
elem "status_bar"
|
|
type = LABEL
|
|
pos = 0,464
|
|
size = 280x16
|
|
anchor1 = 0,100
|
|
text-color = #ffffff
|
|
background-color = #222222
|
|
border = line
|
|
text = ""
|
|
align = left
|
|
|
|
window "rpane"
|
|
elem "rpane"
|
|
type = MAIN
|
|
pos = 281,0
|
|
size = 640x480
|
|
anchor1 = -1,-1
|
|
anchor2 = -1,-1
|
|
saved-params = "pos;size;is-minimized;is-maximized"
|
|
is-pane = true
|
|
elem "rpanewindow"
|
|
type = CHILD
|
|
pos = 0,30
|
|
size = 640x445
|
|
anchor1 = 0,0
|
|
anchor2 = 100,100
|
|
saved-params = "splitter"
|
|
left = "infowindow"
|
|
right = "outputwindow"
|
|
is-vert = false
|
|
elem "textb"
|
|
type = BUTTON
|
|
pos = 3,7
|
|
size = 50x16
|
|
saved-params = "is-checked"
|
|
text = "Text"
|
|
command = ".winset \"rpanewindow.top=;\""
|
|
group = "rpanemode"
|
|
button-type = pushbox
|
|
elem "infob"
|
|
type = BUTTON
|
|
pos = 55,7
|
|
size = 50x16
|
|
is-checked = true
|
|
saved-params = "is-checked"
|
|
text = "Info"
|
|
command = ".winset \"rpanewindow.top=infowindow\""
|
|
group = "rpanemode"
|
|
button-type = pushbox
|
|
elem "wikib"
|
|
type = BUTTON
|
|
pos = 117,7
|
|
size = 50x16
|
|
text = "Wiki"
|
|
command = "wiki"
|
|
elem "forumb"
|
|
type = BUTTON
|
|
pos = 169,7
|
|
size = 50x16
|
|
text = "Forum"
|
|
command = "forum"
|
|
elem "rulesb"
|
|
type = BUTTON
|
|
pos = 221,7
|
|
size = 50x16
|
|
text = "Rules"
|
|
command = "rules"
|
|
elem "githubb"
|
|
type = BUTTON
|
|
pos = 273,7
|
|
size = 50x16
|
|
text = "GitHub"
|
|
command = "github"
|
|
elem "webmap"
|
|
type = BUTTON
|
|
pos = 325,7
|
|
size = 50x16
|
|
text = "Map"
|
|
command = "webmap"
|
|
elem "changelog"
|
|
type = BUTTON
|
|
pos = 387,7
|
|
size = 70x16
|
|
text = "Changelog"
|
|
command = "Changelog"
|
|
elem "discordb"
|
|
type = BUTTON
|
|
pos = 459,7
|
|
size = 60x16
|
|
font-style = "bold"
|
|
text-color = #ffffff
|
|
background-color = #7289da
|
|
text = "Discord"
|
|
command = "discord"
|
|
elem "donate"
|
|
type = BUTTON
|
|
pos = 521,7
|
|
size = 60x16
|
|
font-style = "bold"
|
|
text-color = #ffffff
|
|
background-color = #008000
|
|
text = "Donate"
|
|
command = "Donate"
|
|
|
|
window "outputwindow"
|
|
elem "outputwindow"
|
|
type = MAIN
|
|
pos = 281,0
|
|
size = 640x480
|
|
anchor1 = -1,-1
|
|
anchor2 = -1,-1
|
|
background-color = none
|
|
saved-params = "pos;size;is-minimized;is-maximized"
|
|
is-pane = true
|
|
elem "input"
|
|
type = INPUT
|
|
pos = 2,460
|
|
size = 517x20
|
|
anchor1 = 0,100
|
|
anchor2 = 100,100
|
|
is-default = true
|
|
border = line
|
|
saved-params = "command"
|
|
elem "oocbutton"
|
|
type = BUTTON
|
|
pos = 599,460
|
|
size = 40x20
|
|
anchor1 = 100,100
|
|
anchor2 = -1,-1
|
|
border = line
|
|
saved-params = "is-checked"
|
|
text = "OOC"
|
|
command = ".winset \"oocbutton.is-checked=true ? input.command=\"!ooc \\\"\" : input.command=\"\"oocbutton.is-checked=true ? mebutton.is-checked=false\"\"oocbutton.is-checked=true ? saybutton.is-checked=false\""
|
|
is-flat = true
|
|
button-type = pushbox
|
|
elem "saybutton"
|
|
type = BUTTON
|
|
pos = 519,460
|
|
size = 40x20
|
|
anchor1 = 100,100
|
|
anchor2 = -1,-1
|
|
border = line
|
|
saved-params = "is-checked"
|
|
text = "Say"
|
|
command = ".winset \"saybutton.is-checked=true ? input.command=\"!say \\\"\" : input.command=\"\"saybutton.is-checked=true ? mebutton.is-checked=false\"\"saybutton.is-checked=true ? oocbutton.is-checked=false\""
|
|
is-flat = true
|
|
button-type = pushbox
|
|
elem "mebutton"
|
|
type = BUTTON
|
|
pos = 559,460
|
|
size = 40x20
|
|
anchor1 = 100,100
|
|
anchor2 = -1,-1
|
|
border = line
|
|
saved-params = "is-checked"
|
|
text = "Me"
|
|
command = ".winset \"mebutton.is-checked=true ? input.command=\"!me \\\"\" : input.command=\"\"mebutton.is-checked=true ? saybutton.is-checked=false\"\"mebutton.is-checked=true ? oocbutton.is-checked=false\""
|
|
is-flat = true
|
|
button-type = pushbox
|
|
elem "browseroutput"
|
|
type = BROWSER
|
|
pos = 0,0
|
|
size = 640x456
|
|
anchor1 = 0,0
|
|
anchor2 = 100,100
|
|
is-visible = false
|
|
is-disabled = true
|
|
saved-params = ""
|
|
elem "output"
|
|
type = OUTPUT
|
|
pos = 0,0
|
|
size = 640x456
|
|
anchor1 = 0,0
|
|
anchor2 = 100,100
|
|
is-default = true
|
|
saved-params = ""
|
|
|
|
window "infowindow"
|
|
elem "infowindow"
|
|
type = MAIN
|
|
pos = 281,0
|
|
size = 640x480
|
|
anchor1 = -1,-1
|
|
anchor2 = -1,-1
|
|
saved-params = "pos;size;is-minimized;is-maximized"
|
|
is-pane = true
|
|
elem "info"
|
|
type = INFO
|
|
pos = 0,0
|
|
size = 0x0
|
|
anchor1 = 0,0
|
|
anchor2 = 100,100
|
|
is-default = true
|
|
highlight-color = #00aa00
|
|
on-show = ".winset \"rpane.infob.is-checked=true?rpane.rpanewindow.top=infowindow:rpane.rpanewindow.top=\""
|