Quote:
Originally Posted by ReallyDedPoet
Looking at making the main menu background transparent ( done ) and expanding the movie in that screen so that it is full screen. This has been done in SH4 and 5.
Is this possible? I have been looking at the menu.ini and have not figured it out yet.
Thanks for any assistance 
|
hi there RDP,
edit your menu_ini and find the entry:
[GF0 I3]
Type=1038;Movie
ItemID=0xF0000002
ParentID=0xF0000000
Pos=574,738,470,470
Color=0xFFFFFFFF
Materials=1
Display=2;Linear
Mat 0=DATA/MOVIES/BACKGRND/back1.bik
MatFlags=0x8
MatColor=0xFFFFFFC0
TexFmt=0x2
MovieName=DATA/MOVIES/BACKGRND/back1.bik
note that the above entry is from stock menu_ini
change the Pos line to
Pos=0,768,1024,768 if you use a 1024x768 gui
or to
Pos=0,768,1360,768 if you use a 1360x768 gui