View Single Post
Old 02-06-23, 01:12 AM   #2
mazzi
Mate
 
Join Date: Mar 2018
Posts: 53
Downloads: 551
Uploads: 0
Default

Gramophone and stopwatch need to select the values for each screen resolution with your hands, but the radio on all screen resolutions (1024x768 - 1920x1200) automatically appears in one place - at the top left. Find and Replace string:
Code:
[G2C I1]
;Zone= 0 768 1024 768 2 1 0x0 0.1 0 0x2C000000 -0.5 0 0 0
Zone= 0 768 1024 768 2 1 0x0 0 1 0x2C000000 0 0 0 0

[G2C I2]
;Zone= -410 1000 1292 1000 0 1 0x2C000000 0.58 0.775208 0x2C010000 -1 0 0 0
Zone= 0 0 1292 1000 1 1 0x2C000000 0 0 0x2C010000 -0.71 -0.025 0 0

[G2C I9]
;Zone= 0 1000 1292 1000 0 1 0x2C010000 0.5 -0.5 0x2C010001 -0.5 0.5 0 0
Zone= 0 0 1024 768 1 1 0x2C010000 0.5 -0.5 0x2C010001 -0.5 0.5 0 0

[G2C I11]
;Zone= 0 0 45 35 0 1 0x2C010006 0.5 0 0x2C010007 -0.466666 0.857142 1 0
Zone= 0 0 45 35 1 1 0x2C010006 0.5 0 0x2C010007 -0.466666 0.857142 1 0
;Display=0;No stretch
Display=2
If the radio is still missing at 2560x1440, then you need to change it:
Code:
[G2C I2]
 Zone= 0 0 1292 1000 1 1 0x2C000000 0 0 0x2C010000 -0.71 -0.025 0 0
X - values are green, Y-values are red.
mazzi is offline   Reply With Quote