View Single Post
Old 06-21-07, 04:40 PM   #15
Mav87th
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Well....what can i say....im a genious...


The Sextant image is now implemented in SH4...draggable...and with an ability to close it and open it as you see fit...


I have simply tied it to the Chronometer. So when ever you open the chronometer the sextant image shows up as well, lined up to the one side of the chronometer. You can then drag the chronometer around as you see fit and the sextant image will follow along:rotfl:

I only need to adjust the placement relative to the chronometer, But for now here is the stuff to change in menu_1024_768.dat file....

Added this part after the LAST of the chronometer sections G29 I15 - make really sure this is the one.

Appart from that all you need is the graphics file from the REAL NAV mod to SH3 placed in Data/Menu/Gui/KF_SextantX.tga - Beware that in the below text you need to rename the tga file to the above name (remove 1280x980)

;;;;Dragable Sextant BY Kaleun Freddie and Mav;;;;
[G29 I16] Be DAMN sure this is the next and last in the section
Name=Dial
Type=1031;Stat bmp array
ItemID=0x29030001
ParentID=0x29020001 ;1024x768
Pos=512,384,191,962 ;560,970,194,230
zone=512 0 191 962 0 1 0x29020001 0.5 -0.5 0x29030001 0.0 0.0 0 0 placements is done here, mine is done with the image scaled for 1280x980 res.
Materials=1
Display=0;No stretch
Mat 0=data/menu/gui/KF_SextantX1280x960.tga Remade image scaled for 1280x980
Crop 0=0,0,1.0,1.0
MatFlags=0x29
TexFmt=0x9
Drag=false
BmpState=1
NeedFocus=false
SelOne=false
IdGroup=0
;;;;Dragable Sextant BY Kaleun Freddie and Mav;;;;

I think its going to be a NO JSGME mod as i guess most of you guys have your "own" menuxxxxxxx.dat file.

---------------------------------------------------------------------------------------------------------

This worked a little better

[G29 I16]
Name=Dial
Type=1031;Stat bmp array
ItemID=0x29030001
ParentID=0x29020000;1024x768
Pos=100,981,191,962
zone=0 -250 191 962 0 1 0x29020001 0 0 0x29030001 0 0 0 0
Materials=1
Display=0;No stretch
Mat 0=data/menu/gui/KF_SextantX1280x960.tga
Crop 0=0,0,1.0,1.0
MatFlags=0x29
TexFmt=0x9
Drag=false
BmpState=1
NeedFocus=false
SelOne=false
IdGroup=0

The sextant is now placed up along the left side of the Chronometer, so when you only need the chronometer you can drag it to the left side of the screen, thus dragging the sextant out of the screen area. Now i only need to adjust the sextant image to the exact screenhight.

Last edited by Mav87th; 06-23-07 at 12:40 AM.
  Reply With Quote