PDA

View Full Version : How to re-position the Chronometer


ustahl
07-16-07, 03:20 AM
After installing some mods in SH4 v1.3 (incl. Trigger Maru 1.3) the chronometer is partly outside the right edge of my 1680x1050 screen.

I need to move the chrono a bit to the left to make it fully visible again. I know it is done by editing menu_1024_768.ini, but I would like to know which entry to edit for shifting the chrono further left, as there seems to be several chrono related entries in menu_1024_768.ini. :hmm:

Tia

Jmack
07-16-07, 12:31 PM
cant you drag it around ?

RickC Sniper
07-16-07, 12:46 PM
Yes, you can drag it.

ustahl
07-16-07, 04:55 PM
Yes, I'm aware you can drag it. I have to admit that I forgot clarify that what I actually want is the chrono to appear fully visible slightly leftwards upon start-up, so I don't have to drag it every time, similarly to the message box positioning issue in this thread: http://www.subsim.com/radioroom/showthread.php?t=114264&highlight=message.

CaptainCox
07-17-07, 04:00 PM
I meant to post earlier but...
Anyho

Find

[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

[G29 I2]
Name=Chrono
Type=1026;Menu group
ItemID=0x29020000
ParentID=0x29000000
Pos=412,0,312,300
Zone= 412 768 234 225 0 1 0x29000000 1.23 0 0x29020000 -1 0 -300 0
Color=0xFFFFFFFF

In the .ini

and play with the values marked in ORANGE! and BLUE!

In the case above its simply moved to the very right of the screen.

1.23=X 0=Y

So in order to move it down, maybe try with
Zone= 412 768 234 225 0 1 0x29000000 1.23 -0.5 0x29020000 -1 0 -300 0


Have not tried the exact value but that's what you need to look at.

ustahl
07-18-07, 04:07 AM
Thanks! That's what I was looking for. I'm sure I'll get the chrono appear exactly where I want it after fiddling with those values later tonight.

Tack skall du ha!