Advertisement
Guest User

DMDDevice.ono

a guest
Apr 14th, 2022
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
INI file 20.51 KB | None | 0 0
  1. [global]
  2.  
  3. ; how to downscale SEGA 192x64 pixel games to smaller displays: fit, fill or stretch
  4. resize = fit
  5.  
  6. ; flips the image horizontally
  7. fliphorizontally = false
  8.  
  9. ; flips the image vertically
  10. flipvertically = false
  11.  
  12. ; enable or disable frame-by-frame colorization (inactive in VPX bundle)
  13. colorize = true
  14.  
  15. ; scaler mode for standard content (vpm frames): doubler, scale2x.
  16. ; note: see readme.md for details
  17. scalermode = scale2x
  18.  
  19. ; always scale standard vpm frames to 256x64
  20. ; note: see readme.md for details
  21. scaletohd = false
  22.  
  23. ; a DMD that renders with nice dots on a computer monitor
  24. [virtualdmd]
  25. enabled = true
  26. hidegrip = true
  27.  
  28. ; virtual dmd stays on top of all other windows
  29. stayontop = true
  30.  
  31. ; ignore the aspect ratio of the rendered dots when resizing
  32. ignorear = false
  33.  
  34. ; use VPM's registry values when positioning the virtual dmd
  35. useregistry = false
  36.  
  37. ; x-axis of the window position
  38. left = 5770
  39.  
  40. ; y-axis of the window position
  41. top = 700
  42.  
  43. ; width of the dmd in monitor pixels
  44. width = 1260
  45.  
  46. ; height of the dmd in monitor pixels
  47. height = 300
  48.  
  49. ; style to apply to games where it's not explicitly set
  50. style = default
  51.  
  52. ; scale the dot size (set to 0.8 for same size as pre-1.6.0)
  53. style.default.dotsize = 0.8
  54.  
  55. ; rounding of the dots (0 is square, 1 is circle)
  56. style.default.dotrounding = 0.85
  57.  
  58. ; scale the brightness of the dots
  59. style.default.brightness = 0.9
  60.  
  61. ; amount of glow to add around the dots
  62. style.default.dotglow = 0.3
  63.  
  64. ; amount of glow of the dots background (very blurry diffuse glow)
  65. style.default.backglow = 0.33
  66.  
  67. ; gamma correction (1.0 to disable, a value around 2.2 should be used)
  68. style.default.gamma = 1
  69.  
  70. ; amount of lighting of unlit dots
  71. style.default.unlitdot = #FF454545
  72.  
  73. ; texture path for the DMD glass
  74. style.default.glass =
  75.  
  76. ; Amount and color of lighting of the glass coming from the room
  77. style.default.glass.color = #00000000
  78.  
  79. ; Amount of lighting of the glass coming from the DMD
  80. style.default.glass.lighting = 0
  81.  
  82. ; padding of the DMD under the glass (fake unlit dots are added around the real DMD to account for this padding)
  83. style.default.glass.padding.left = 0
  84. style.default.glass.padding.top = 0
  85. style.default.glass.padding.right = 0
  86. style.default.glass.padding.bottom = 0
  87.  
  88. ; texture path for an overlay frame
  89. style.default.frame =
  90.  
  91. ; padding of the glass under the frame
  92. style.default.frame.padding.left = 0
  93. style.default.frame.padding.top = 0
  94. style.default.frame.padding.right = 0
  95. style.default.frame.padding.bottom = 0
  96.  
  97. ; Legacy style (plain square dots without any effects)
  98. style.legacy.dotsize = 0.92
  99. style.legacy.dotrounding = 1.0
  100. style.legacy.brightness = 1.0
  101. style.legacy.dotglow = 0.0
  102. style.legacy.backglow = 0.0
  103. style.legacy.gamma = 1.0
  104. style.legacy.unlitdot = #00000000
  105. style.legacy.glass = null
  106. style.legacy.glass.color = #00000000
  107. style.legacy.glass.lighting = 0.0
  108. style.legacy.glass.padding.left = 0
  109. style.legacy.glass.padding.top = 0
  110. style.legacy.glass.padding.right = 0
  111. style.legacy.glass.padding.bottom = 0
  112. style.legacy.frame = null
  113. style.legacy.frame.padding.left = 0
  114. style.legacy.frame.padding.top = 0
  115. style.legacy.frame.padding.right = 0
  116. style.legacy.frame.padding.bottom = 0
  117.  
  118. ; Burst dots showing basic options (gamma, glow,...)
  119. style.burst.dotsize = 0.5
  120. style.burst.dotrounding = 0.5
  121. style.burst.brightness = 8
  122. style.burst.dotglow = 0.03
  123. style.burst.backglow = 0.03
  124. style.burst.gamma = 2.2
  125. style.burst.unlitdot = #FF2C1600
  126. style.burst.glass = null
  127. style.burst.glass.color = #00000000
  128. style.burst.glass.lighting = 0
  129. style.burst.glass.padding.left = 0
  130. style.burst.glass.padding.top = 0
  131. style.burst.glass.padding.right = 0
  132. style.burst.glass.padding.bottom = 0
  133. style.burst.frame = null
  134. style.burst.frame.padding.left = 0
  135. style.burst.frame.padding.top = 0
  136. style.burst.frame.padding.right = 0
  137. style.burst.frame.padding.bottom = 0
  138.  
  139. ; Example of using the glass padding to fit a 128x16 DMD in a 128x32 display frame
  140. style.dataeast-128x16.dotsize = 0.5
  141. style.dataeast-128x16.dotrounding = 0.5
  142. style.dataeast-128x16.brightness = 8
  143. style.dataeast-128x16.dotglow = 0.03
  144. style.dataeast-128x16.backglow = 0.03
  145. style.dataeast-128x16.gamma = 2.2
  146. style.dataeast-128x16.glass = null
  147. style.dataeast-128x16.glass.color = #00000000
  148. style.dataeast-128x16.glass.lighting = 0
  149. style.dataeast-128x16.glass.padding.left = 0
  150. style.dataeast-128x16.glass.padding.top = 8
  151. style.dataeast-128x16.glass.padding.right = 0
  152. style.dataeast-128x16.glass.padding.bottom = 8
  153. style.dataeast-128x16.frame = null
  154. style.dataeast-128x16.frame.padding.left = 0
  155. style.dataeast-128x16.frame.padding.top = 0
  156. style.dataeast-128x16.frame.padding.right = 0
  157. style.dataeast-128x16.frame.padding.bottom = 0
  158. style.dataeast-128x16.unlitdot = #FF2C1600
  159. style.default.dotsharpness = 0.81
  160. style.default.tint = #00ff5820
  161.  
  162. [pindmd1]
  163.  
  164. ; if false, doesn't bother looking for a pinDMD1
  165. enabled = false
  166.  
  167. [pindmd2]
  168.  
  169. ; if false, doesn't bother looking for a pinDMD2
  170. enabled = false
  171.  
  172. [pindmd3]
  173.  
  174. ; if false, doesn't bother looking for a pinDMD3
  175. enabled = false
  176.  
  177. ; COM port, e.g. COM3
  178. port =
  179.  
  180. [pin2dmd]
  181.  
  182. ; if false, doesn't bother looking for a PIN2DMD
  183. enabled = false
  184.  
  185. ; how long to wait in milliseconds after sending a palette
  186. delay = 25
  187.  
  188. [pixelcade]
  189.  
  190. ; if false, doesn't bother looking for a Pixelcade
  191. enabled = false
  192.  
  193. ; COM port, e.g. COM3
  194. port =
  195.  
  196. ; color matrix to use, either "rgb" or "rbg"
  197. matrix = rgb
  198.  
  199. [networkstream]
  200.  
  201. ; if enabled, stream to your DMD connected to another computer
  202. enabled = false
  203. url = ws://127.0.0.1/dmd
  204.  
  205. ; if enabled, retry connecting if the connection fails, default is false
  206. retry = false
  207.  
  208. ; interval in seconds between retry attempts, default is 5
  209. retry-interval = 5
  210.  
  211. [browserstream]
  212.  
  213. ; if enabled, stream to your browser in your LAN
  214. enabled = false
  215. port = 9090
  216.  
  217. [vpdbstream]
  218.  
  219. ; if enabled, stream DMD to https://test.vpdb.io/live
  220. enabled = false
  221. endpoint = https://api-test.vpdb.io/
  222.  
  223. [video]
  224.  
  225. ; if enabled, writes frames to an .avi file
  226. enabled = false
  227.  
  228. ; path to folder or .avi file. if folder, gamename.avi is used.
  229. path =
  230.  
  231. [pinup]
  232.  
  233. ; if enabled, send frames to PinUP.
  234. enabled = true
  235.  
  236. [alphanumeric]
  237. enabled = true
  238. style = default
  239. style.default.skewangle = 12
  240. style.default.backgroundcolor = ff000000
  241. style.default.foreground.enabled = true
  242. style.default.foreground.color = fffbe6cb
  243. style.default.foreground.blur.enabled = true
  244. style.default.foreground.blur.x = 2
  245. style.default.foreground.blur.y = 2
  246. style.default.foreground.dilate.enabled = false
  247. style.default.innerglow.enabled = true
  248. style.default.innerglow.color = a0dd6a03
  249. style.default.innerglow.blur.enabled = true
  250. style.default.innerglow.blur.x = 15
  251. style.default.innerglow.blur.y = 13
  252. style.default.innerglow.dilate.enabled = true
  253. style.default.innerglow.dilate.x = 15
  254. style.default.innerglow.dilate.y = 10
  255. style.default.outerglow.enabled = true
  256. style.default.outerglow.color = 40b65829
  257. style.default.outerglow.blur.enabled = true
  258. style.default.outerglow.blur.x = 50
  259. style.default.outerglow.blur.y = 50
  260. style.default.outerglow.dilate.enabled = true
  261. style.default.outerglow.dilate.x = 90
  262. style.default.outerglow.dilate.y = 40
  263. style.default.background.enabled = true
  264. style.default.background.color = 20ffffff
  265. style.default.background.blur.enabled = true
  266. style.default.background.blur.x = 7
  267. style.default.background.blur.y = 7
  268. style.default.background.dilate.enabled = false
  269. style.blue.skewangle = 12
  270. style.blue.weight = Bold
  271. style.blue.backgroundcolor = #ff000000
  272. style.blue.foreground.enabled = true
  273. style.blue.foreground.color = #ff00ffff
  274. style.blue.foreground.blur.enabled = true
  275. style.blue.foreground.blur.x = 2
  276. style.blue.foreground.blur.y = 2
  277. style.blue.foreground.dilate.enabled = false
  278. style.blue.innerglow.enabled = true
  279. style.blue.innerglow.color = #ff0000ff
  280. style.blue.innerglow.blur.enabled = true
  281. style.blue.innerglow.blur.x = 15
  282. style.blue.innerglow.blur.y = 13
  283. style.blue.innerglow.dilate.enabled = true
  284. style.blue.innerglow.dilate.x = 15
  285. style.blue.innerglow.dilate.y = 10
  286. style.blue.outerglow.enabled = true
  287. style.blue.outerglow.color = #ff000080
  288. style.blue.outerglow.blur.enabled = true
  289. style.blue.outerglow.blur.x = 50
  290. style.blue.outerglow.blur.y = 50
  291. style.blue.outerglow.dilate.enabled = true
  292. style.blue.outerglow.dilate.x = 6
  293. style.blue.outerglow.dilate.y = 40
  294. style.blue.background.enabled = true
  295. style.blue.background.color = #2dfffafa
  296. style.blue.background.blur.enabled = true
  297. style.blue.background.blur.x = 7
  298. style.blue.background.blur.y = 7
  299. style.blue.background.dilate.enabled = false
  300. style.green.skewangle = 12
  301. style.green.weight = Bold
  302. style.green.backgroundcolor = #ff000000
  303. style.green.foreground.enabled = true
  304. style.green.foreground.color = #ff00ff00
  305. style.green.foreground.blur.enabled = true
  306. style.green.foreground.blur.x = 2
  307. style.green.foreground.blur.y = 2
  308. style.green.foreground.dilate.enabled = false
  309. style.green.innerglow.enabled = true
  310. style.green.innerglow.color = #eb00ff7f
  311. style.green.innerglow.blur.enabled = true
  312. style.green.innerglow.blur.x = 15
  313. style.green.innerglow.blur.y = 13
  314. style.green.innerglow.dilate.enabled = true
  315. style.green.innerglow.dilate.x = 4
  316. style.green.innerglow.dilate.y = 4
  317. style.green.outerglow.enabled = true
  318. style.green.outerglow.color = #b900fa9a
  319. style.green.outerglow.blur.enabled = true
  320. style.green.outerglow.blur.x = 50
  321. style.green.outerglow.blur.y = 50
  322. style.green.outerglow.dilate.enabled = true
  323. style.green.outerglow.dilate.x = 1
  324. style.green.outerglow.dilate.y = 2
  325. style.green.background.enabled = true
  326. style.green.background.color = #2dfffafa
  327. style.green.background.blur.enabled = true
  328. style.green.background.blur.x = 7
  329. style.green.background.blur.y = 7
  330. style.green.background.dilate.enabled = false
  331.  
  332. [batmanf]
  333. virtualdmd left = 5800
  334. virtualdmd top = 603
  335. virtualdmd width = 1200
  336. virtualdmd height = 400
  337.  
  338. [baywatch]
  339. virtualdmd left = 5800
  340. virtualdmd top = 599
  341. virtualdmd width = 1200
  342. virtualdmd height = 400
  343.  
  344. [diner_l4]
  345. alphanumeric pos.0.left = 6028
  346. alphanumeric pos.0.top = 810
  347. alphanumeric pos.0.height = 120
  348. alphanumeric pos.1.left = 6017
  349. alphanumeric pos.1.top = 929
  350. alphanumeric pos.1.height = 120
  351. virtualdmd enabled = false
  352.  
  353. [esha_la3]
  354. alphanumeric pos.0.left = 5810
  355. alphanumeric pos.0.top = 700
  356. alphanumeric pos.0.height = 120
  357. alphanumeric pos.1.left = 5810
  358. alphanumeric pos.1.top = 860
  359. alphanumeric pos.1.height = 120
  360. virtualdmd enabled = false
  361.  
  362. [f14_l1]
  363. alphanumeric pos.1.left = 7133
  364. alphanumeric pos.1.top = 705
  365. alphanumeric pos.1.height = 120
  366. alphanumeric pos.0.left = 6275
  367. alphanumeric pos.0.top = 725
  368. alphanumeric pos.0.height = 120
  369. alphanumeric pos.2.left = 6285
  370. alphanumeric pos.2.top = 870
  371. alphanumeric pos.2.height = 120
  372. alphanumeric pos.3.left = 7128
  373. alphanumeric pos.3.top = 848
  374. alphanumeric pos.3.height = 120
  375. virtualdmd left = 6619
  376. virtualdmd top = 244
  377. virtualdmd width = 32
  378. virtualdmd height = 8
  379.  
  380. [kiko_a10]
  381. alphanumeric pos.0.left = 286
  382. alphanumeric pos.0.top = 286
  383. alphanumeric pos.0.height = 120
  384. alphanumeric pos.1.left = 312
  385. alphanumeric pos.1.top = 312
  386. alphanumeric pos.1.height = 120
  387.  
  388. [spstn_l5]
  389. alphanumeric pos.0.left = 5886
  390. alphanumeric pos.0.top = 928
  391. alphanumeric pos.0.height = 120
  392. alphanumeric pos.1.left = 7194
  393. alphanumeric pos.1.top = 735
  394. alphanumeric pos.1.height = 120
  395. alphanumeric pos.2.left = 6535
  396. alphanumeric pos.2.top = 796
  397. alphanumeric pos.2.height = 120
  398. alphanumeric pos.3.left = 7181
  399. alphanumeric pos.3.top = 843
  400. alphanumeric pos.3.height = 120
  401. virtualdmd left = 5810
  402. virtualdmd top = 1018
  403. virtualdmd width = 76
  404. virtualdmd height = 19
  405.  
  406. [bttf_a27]
  407. alphanumeric pos.0.left = 6034
  408. alphanumeric pos.0.top = 804
  409. alphanumeric pos.0.height = 120
  410. alphanumeric pos.1.left = 6034
  411. alphanumeric pos.1.top = 930
  412. alphanumeric pos.1.height = 120
  413. virtualdmd left = 7583
  414. virtualdmd top = 1017
  415. virtualdmd width = 40
  416. virtualdmd height = 10
  417.  
  418. [tomjerry]
  419. alphanumeric pos.0.left = 5810
  420. alphanumeric pos.0.top = 709
  421. alphanumeric pos.0.height = 120
  422. alphanumeric pos.1.left = 5810
  423. alphanumeric pos.1.top = 849
  424. alphanumeric pos.1.height = 120
  425. virtualdmd left = 7557
  426. virtualdmd top = 1014
  427. virtualdmd width = 56
  428. virtualdmd height = 14
  429.  
  430. [bop_l7]
  431. alphanumeric pos.0.left = 6043
  432. alphanumeric pos.0.top = 801
  433. alphanumeric pos.0.height = 120
  434. alphanumeric pos.1.left = 6035
  435. alphanumeric pos.1.top = 923
  436. alphanumeric pos.1.height = 120
  437. virtualdmd left = 7506
  438. virtualdmd top = 1020
  439. virtualdmd width = 56
  440. virtualdmd height = 14
  441.  
  442. [clas1812]
  443. alphanumeric pos.0.left = 208
  444. alphanumeric pos.0.top = 208
  445. alphanumeric pos.0.height = 120
  446. alphanumeric pos.1.left = 234
  447. alphanumeric pos.1.top = 234
  448. alphanumeric pos.1.height = 120
  449.  
  450. [pb_l5]
  451. alphanumeric pos.0.left = 5842
  452. alphanumeric pos.0.top = 823
  453. alphanumeric pos.0.height = 120
  454. alphanumeric pos.1.left = 6599
  455. alphanumeric pos.1.top = 830
  456. alphanumeric pos.1.height = 120
  457. alphanumeric pos.2.left = 5833
  458. alphanumeric pos.2.top = 943
  459. alphanumeric pos.2.height = 120
  460. alphanumeric pos.3.left = 6589
  461. alphanumeric pos.3.top = 956
  462. alphanumeric pos.3.height = 120
  463. alphanumeric pos.4.left = 6404
  464. alphanumeric pos.4.top = 982
  465. alphanumeric pos.4.height = 120
  466. alphanumeric pos.5.left = 6249
  467. alphanumeric pos.5.top = 982
  468. alphanumeric pos.5.height = 120
  469. virtualdmd enabled = false
  470.  
  471. [fh_906h]
  472. alphanumeric pos.0.left = 6038
  473. alphanumeric pos.0.top = 814
  474. alphanumeric pos.0.height = 120
  475. alphanumeric pos.1.left = 6030
  476. alphanumeric pos.1.top = 947
  477. alphanumeric pos.1.height = 120
  478. virtualdmd left = 6925
  479. virtualdmd top = 1071
  480. virtualdmd width = 68
  481. virtualdmd height = 17
  482. virtualdmd enabled = false
  483.  
  484. [surfnsaf]
  485. alphanumeric pos.0.left = 5950
  486. alphanumeric pos.0.top = 793
  487. alphanumeric pos.0.height = 120
  488. alphanumeric pos.1.left = 5944
  489. alphanumeric pos.1.top = 917
  490. alphanumeric pos.1.height = 120
  491. virtualdmd left = 6954
  492. virtualdmd top = 1072
  493. virtualdmd width = 56
  494. virtualdmd height = 14
  495. virtualdmd enabled = false
  496.  
  497. [Hook_501]
  498. virtualdmd left = 5797
  499. virtualdmd top = 715
  500. virtualdmd width = 1216
  501. virtualdmd height = 304
  502.  
  503. [embryond]
  504. alphanumeric enabled = true
  505. virtualdmd left = 5805
  506. virtualdmd top = 755
  507. virtualdmd width = 1200
  508. virtualdmd height = 300
  509. alphanumeric pos.0.left = 6007
  510. alphanumeric pos.0.top = 772
  511. alphanumeric pos.0.height = 120
  512. alphanumeric pos.1.left = 6018
  513. alphanumeric pos.1.top = 902
  514. alphanumeric pos.1.height = 120
  515. virtualdmd enabled = false
  516. alphanumeric pos.2.left = 6433
  517. alphanumeric pos.2.top = 894
  518. alphanumeric pos.2.height = 120
  519. alphanumeric pos.3.left = 6436
  520. alphanumeric pos.3.top = 769
  521. alphanumeric pos.3.height = 120
  522. alphanumeric pos.4.left = 6855
  523. alphanumeric pos.4.top = 995
  524. alphanumeric pos.4.height = 58
  525. alphanumeric pos.5.left = 6917
  526. alphanumeric pos.5.top = 992
  527. alphanumeric pos.5.height = 64
  528.  
  529. [radcl_l1]
  530. alphanumeric pos.0.left = 5774
  531. alphanumeric pos.0.top = 965
  532. alphanumeric pos.0.height = 97
  533. alphanumeric pos.1.left = 6375
  534. alphanumeric pos.1.top = 963
  535. alphanumeric pos.1.height = 99
  536. virtualdmd left = 6774
  537. virtualdmd top = 1080
  538. virtualdmd width = 140
  539. virtualdmd height = 35
  540.  
  541. [flash_l1]
  542. alphanumeric pos.0.left = 5916
  543. alphanumeric pos.0.top = 784
  544. alphanumeric pos.0.height = 120
  545. alphanumeric pos.1.left = 6514
  546. alphanumeric pos.1.top = 789
  547. alphanumeric pos.1.height = 120
  548. alphanumeric pos.2.left = 5907
  549. alphanumeric pos.2.top = 900
  550. alphanumeric pos.2.height = 120
  551. alphanumeric pos.3.left = 6524
  552. alphanumeric pos.3.top = 894
  553. alphanumeric pos.3.height = 120
  554. alphanumeric pos.4.left = 6215
  555. alphanumeric pos.4.top = 970
  556. alphanumeric pos.4.height = 120
  557. alphanumeric pos.5.left = 6368
  558. alphanumeric pos.5.top = 973
  559. alphanumeric pos.5.height = 120
  560. virtualdmd left = 6923
  561. virtualdmd top = 1076
  562. virtualdmd width = 80
  563. virtualdmd height = 20
  564.  
  565. [whirl_l3]
  566. alphanumeric pos.0.left = 6187
  567. alphanumeric pos.0.top = 722
  568. alphanumeric pos.0.height = 73
  569. alphanumeric pos.1.left = 6183
  570. alphanumeric pos.1.top = 780
  571. alphanumeric pos.1.height = 73
  572. virtualdmd left = 6885
  573. virtualdmd top = 1081
  574. virtualdmd width = 56
  575. virtualdmd height = 14
  576. virtualdmd enabled = false
  577.  
  578. [mousn_l4]
  579. alphanumeric pos.0.left = 5787
  580. alphanumeric pos.0.top = 804
  581. alphanumeric pos.0.height = 120
  582. alphanumeric pos.1.left = 6244
  583. alphanumeric pos.1.top = 927
  584. alphanumeric pos.1.height = 120
  585. virtualdmd left = 6915
  586. virtualdmd top = 1078
  587. virtualdmd width = 64
  588. virtualdmd height = 16
  589.  
  590. [tmac_a24]
  591. alphanumeric pos.0.left = 6008
  592. alphanumeric pos.0.top = 792
  593. alphanumeric pos.0.height = 120
  594. alphanumeric pos.1.left = 6400
  595. alphanumeric pos.1.top = 792
  596. alphanumeric pos.1.height = 120
  597. alphanumeric pos.2.left = 6014
  598. alphanumeric pos.2.top = 935
  599. alphanumeric pos.2.height = 120
  600. alphanumeric pos.3.left = 6403
  601. alphanumeric pos.3.top = 929
  602. alphanumeric pos.3.height = 120
  603. virtualdmd enabled = false
  604.  
  605. [bcats_l5]
  606. alphanumeric pos.0.left = 5992
  607. alphanumeric pos.0.top = 784
  608. alphanumeric pos.0.height = 120
  609. alphanumeric pos.1.left = 5991
  610. alphanumeric pos.1.top = 939
  611. alphanumeric pos.1.height = 120
  612. virtualdmd enabled = false
  613.  
  614. [mav_402]
  615. virtualdmd left = 5796
  616. virtualdmd top = 682
  617. virtualdmd width = 1200
  618. virtualdmd height = 400
  619.  
  620. [tsptr_l3]
  621. alphanumeric pos.0.left = 5762
  622. alphanumeric pos.0.top = 926
  623. alphanumeric pos.0.height = 100
  624. alphanumeric pos.1.left = 6381
  625. alphanumeric pos.1.top = 927
  626. alphanumeric pos.1.height = 100
  627. virtualdmd left = 6869
  628. virtualdmd top = 1041
  629. virtualdmd width = 136
  630. virtualdmd height = 34
  631. virtualdmd enabled = false
  632.  
  633. [dd_l2]
  634. alphanumeric pos.0.left = 5748
  635. alphanumeric pos.0.top = 904
  636. alphanumeric pos.0.height = 104
  637. alphanumeric pos.1.left = 6387
  638. alphanumeric pos.1.top = 903
  639. alphanumeric pos.1.height = 104
  640. virtualdmd left = 6965
  641. virtualdmd top = 1083
  642. virtualdmd width = 72
  643. virtualdmd height = 18
  644. virtualdmd enabled = false
  645.  
  646. [comet_l5]
  647. alphanumeric pos.0.left = 6591
  648. alphanumeric pos.0.top = 791
  649. alphanumeric pos.0.height = 120
  650. alphanumeric pos.1.left = 6581
  651. alphanumeric pos.1.top = 899
  652. alphanumeric pos.1.height = 120
  653. alphanumeric pos.2.left = 5842
  654. alphanumeric pos.2.top = 794
  655. alphanumeric pos.2.height = 120
  656. alphanumeric pos.3.left = 5832
  657. alphanumeric pos.3.top = 901
  658. alphanumeric pos.3.height = 120
  659. alphanumeric pos.4.left = 6235
  660. alphanumeric pos.4.top = 908
  661. alphanumeric pos.4.height = 120
  662. alphanumeric pos.5.left = 6384
  663. alphanumeric pos.5.top = 907
  664. alphanumeric pos.5.height = 120
  665. virtualdmd left = 6967
  666. virtualdmd top = 1078
  667. virtualdmd width = 56
  668. virtualdmd height = 14
  669.  
  670. [dfndr_l4]
  671. alphanumeric pos.0.left = 6542
  672. alphanumeric pos.0.top = 835
  673. alphanumeric pos.0.height = 120
  674. alphanumeric pos.1.left = 5874
  675. alphanumeric pos.1.top = 838
  676. alphanumeric pos.1.height = 120
  677. alphanumeric pos.2.left = 5880
  678. alphanumeric pos.2.top = 702
  679. alphanumeric pos.2.height = 120
  680. alphanumeric pos.3.left = 6548
  681. alphanumeric pos.3.top = 693
  682. alphanumeric pos.3.height = 120
  683. alphanumeric pos.4.left = 6386
  684. alphanumeric pos.4.top = 895
  685. alphanumeric pos.4.height = 120
  686. alphanumeric pos.5.left = 6252
  687. alphanumeric pos.5.top = 894
  688. alphanumeric pos.5.height = 120
  689. virtualdmd left = 6892
  690. virtualdmd top = 1013
  691. virtualdmd width = 47
  692. virtualdmd height = 14
  693.  
  694. [frpwr_b7]
  695. alphanumeric pos.0.left = 5860
  696. alphanumeric pos.0.top = 643
  697. alphanumeric pos.0.height = 120
  698. alphanumeric pos.1.left = 6532
  699. alphanumeric pos.1.top = 649
  700. alphanumeric pos.1.height = 120
  701. alphanumeric pos.2.left = 5851
  702. alphanumeric pos.2.top = 758
  703. alphanumeric pos.2.height = 120
  704. alphanumeric pos.3.left = 6528
  705. alphanumeric pos.3.top = 752
  706. alphanumeric pos.3.height = 120
  707. alphanumeric pos.4.left = 6220
  708. alphanumeric pos.4.top = 876
  709. alphanumeric pos.4.height = 120
  710. alphanumeric pos.5.left = 6383
  711. alphanumeric pos.5.top = 874
  712. alphanumeric pos.5.height = 120
  713. virtualdmd left = 6928
  714. virtualdmd top = 1016
  715. virtualdmd width = 88
  716. virtualdmd height = 22
  717.  
  718. [hs_l4]
  719. alphanumeric pos.0.left = 6014
  720. alphanumeric pos.0.top = 685
  721. alphanumeric pos.0.height = 120
  722. alphanumeric pos.1.left = 6424
  723. alphanumeric pos.1.top = 686
  724. alphanumeric pos.1.height = 120
  725. alphanumeric pos.2.left = 5999
  726. alphanumeric pos.2.top = 791
  727. alphanumeric pos.2.height = 120
  728. alphanumeric pos.3.left = 6425
  729. alphanumeric pos.3.top = 790
  730. alphanumeric pos.3.height = 120
  731. alphanumeric pos.4.left = 6393
  732. alphanumeric pos.4.top = 888
  733. alphanumeric pos.4.height = 120
  734. alphanumeric pos.5.left = 6240
  735. alphanumeric pos.5.top = 890
  736. alphanumeric pos.5.height = 120
  737. virtualdmd left = 6673
  738. virtualdmd top = 1013
  739. virtualdmd width = 88
  740. virtualdmd height = 22
  741.  
  742. [pz_f4]
  743. virtualdmd left = 5770
  744. virtualdmd top = 700
  745. virtualdmd width = 1260
  746. virtualdmd height = 315
  747.  
  748. [eatpm_l4]
  749. virtualdmd enabled = false
  750. alphanumeric pos.0.left = 5748
  751. alphanumeric pos.0.top = 904
  752. alphanumeric pos.0.height = 104
  753. alphanumeric pos.1.left = 6387
  754. alphanumeric pos.1.top = 903
  755. alphanumeric pos.1.height = 104
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement