View Single Post
Old 07-13-07, 05:08 PM   #8
Farinhir
Loader
 
Join Date: Jul 2007
Posts: 89
Downloads: 154
Uploads: 0
Default

Quote:
Originally Posted by CaptainCox
[G29 I2] to [G29 I19]

Check out the ZONE LINE
Quote:
[G29 I2]
Name=Chrono
Type=1026;Menu group
ItemID=0x29020000
ParentID=0x29000000
Pos=412,0,312,300
Zone= 412 768 312 300 0 1 0x29000000 1 0 0x29020000 -1 0 -300 0
Color=0xFFFFFFFF
if you want to set it to lets say 60% you just do the calc
Like this
312/100X60=187.2
300/100x60=180

etc etc
If you want to set it to 70%
312/100x70=218,4
300/100x70=210

etc etc

You have to do this to the 3rd and 4th value in all the zone lines from
[G29 I2] to [G29 I19] and you can set the size to what ever you want.
One thing that I had to worry about was positioning the second hand when I worked on this (I chose a 50% reduction so that may have had something to do with it). The parts that I had to change was as follows.
Code:
[G29 I8]
Zone= 563 567 4 30 0 1 0x2902000C 0.5 -1 0x29020011 -0.5 1 -1 11
had to be changed to
Code:
[G29 I8]
Zone= 563 567 4 30 0 1 0x2902000C 0.519 -1.0628 0x29020011 -0.5 1 -1 11
for a close aproximation. This moved the hand slightly to the right and slightly down. The second hand still seems slightly off but I got tired of messing with it. Hope that helps anyone with this same problem. My res is only 1024x768 (would use higher if my system would not lag so badly since I can not shrink the panels on the periscope/TBT screens). Please note that these figures are for a 50% reduction and you will have to find your change through trial and error.

Cheers
~F~
Farinhir is offline   Reply With Quote