PDA

View Full Version : [REQ] Need help on repositioning chronos!


Vorkapitan
12-08-07, 03:41 PM
Hello Modders,

I need your assitance on repositioning the chronos somewhere to the right-most position on the screen.

Anyone?

Digital_Trucker
12-08-07, 04:13 PM
In the ....Data\Menu\menu_1024_768.ini file is a section for the chronograph that looks something like this :


[G29 I1]
Name=Page Clock
Type=1027;Menu page
ItemID=0x29000000
ParentID=0x0
Pos=0,0,1024,768
Zone= 0 768 1024 768 2 1 0x0 0.5 -0.5 0x29000000 -0.5 0.5 -8 -22
LoadingMode=1

The red characters were originally both 0. I changed these to move my chrono left 8 pixels and up 22 pixels from it's normal starting place. The first number indicates how many pixels to move horizontally (positive = right, negative = left) and the second number indicates how many pixels to move vertically (positive = down, negative = up). Hope this helps. As always, make sure and make a backup copy of the file somewhere outside of the game folder or copy the file into a JSGME ready folder structure, modify it and enable it as a mod.

Edit: If you have any software that can tell you what pixel your pointer is over in a screenshot, take a screenie when the chrono is visible in it's default location, then move it to where you want it to be, then take another screenie and use one of the corners of the push button at the top to determine how many pixels you moved it.

Vorkapitan
12-08-07, 04:56 PM
tHANKS dIGITAL.

I'll give it a go.

It didn't take long for your reply....I apprieciate that!!

Others may be interested also.

"Edit: If you have any software that can tell you what pixel your pointer is over in a screenshot, take a screenie when the chrono is visible in it's default location, then move it to where you want it to be, then take another screenie and use one of the corners of the push button at the top to determine how many pixels you moved it."

Do u know anywhere to get this software?

:rock: :rock:

Digital_Trucker
12-08-07, 06:30 PM
The software could be any graphic editing program that gives you an x,y position while editing. I use Photoshop and it can give me these positiions. I'm not sure what other editing software does the same thing, but perhaps someone who uses something other than Photoshop could tell us.

No problem on the quick response. I'm here quite often (eating up Neal's bandwidth:oops: reading everything I can get my eyes on) and it just happened that I had just recently done exactly what you wanted to do, so it was fresh in my mind (or what precious little is left of it:p ).