Еще в
SHELL.DAT обнаружил любопытные
INI-файлы (пока не проверял, задействованы они в игре или нет), вроде:
Нажмите
[Desktop]
width = 320
height = 240
onBack = goBack
[button]
id = Background
x = 0
y = 10
width = 320
height = 240
image = "MMLogo" at(5,5) plane(100)
image = "trackBack1" at 0,0 tint(40,40,250) plane 3000
image = "trackBack2" at 64,0 tint(40,40,250) plane 3000
image = "trackBack3" at 128,0 tint(40,40,250) plane 3000
image = "trackBack4" at 192,0 tint(40,40,250) plane 3000
image = "trackBack5" at 256,0 tint(40,40,250) plane 3000
[button]
id = Title
x = 0
y = 10
width = 320
height = 240
text = string(PCHS) centered (200, 26) font(Big) color(10,130,200) bgcolor(0,0,210) plane(10)
[button]
id = player1Button
x = 0
y = 90
width = 320
height = 40
hasfocus = yes
focustype = highlight
text = string(pOne) id (btnText) centered 192,0 font (Big) color (180,130,10) plane (50)
onFocus = setIndex
onFocusP = 1
action = loadscript
aparam = CtrlCfg.afw
onup = setfocus
onupP = btnAccept
ondown = setfocus
ondownP = player2Button
[button]
id = player2Button
x = 0
y = 120
width = 320
height = 40
focustype = highlight
text = string(pTwo) id (btnText) centered 192,0 font (Big) color (180,130,10) plane (50)
onFocus = setIndex
onFocusP = 2
action = loadscript
aparam = CtrlCfg.afw
onup = setfocus
onupP = player1Button
ondown = setfocus
ondownP = btnVib
[button]
id = btnVib
x = 0
y = 150
width = 320
height = 40
focustype = highlight
text = string(NULL) id (txt) centered 192,0 font (Big) color (180,130,10) plane (50)
onFocus = setIndex
onFocusP = 3
onup = setFocus
onupP = player2Button
ondown = setFocus
ondownP = btnAccept
onleft = ToggleVib
onright = ToggleVib
[button]
id = btnAccept
x = 0
y = 180
width = 320
height = 40
focustype = highlight
text = string(Ok) id (txt) centered 192,0 font (Big) color (180,130,10) plane (50)
action = Accept
onFocus = setIndex
onFocusP = 4
onup = setfocus
onupP = btnVib
ondown = setfocus
ondownP = player1Button
[button]
id = btnOK
x = 100
y = 70
focustype = highlight
rect = coords(0,0,190,110) bgcolor(0,0,0) plane(20) blend(half)
textWindow = string(null) id (txt) centered(95,20) font(Micro) color(180,130,10) plane(10) width(150) height(100)
text = string(OK) centered(95,95) font(Big) color(180,130,10) plane(10)
isVisible = no
isModal = yes
action = hidepopup
[menu]
id = popup
item = btnOK
(ewt) IMPORTANT! Leave this button here at the BOTTOM of the file.
[button]
id = dummy
setValue = activeController, both
Прикреплю на всякий случай архив с ними (может потом как-нибудь понадобится).