View Single Post
Old 01-08-23, 01:57 PM   #1023
FUBAR295
Krusty Krab
 
FUBAR295's Avatar
 
Join Date: Mar 2002
Location: Decks awash in the North Atlantic
Posts: 1,298
Downloads: 442
Uploads: 0
Default

Kal,

You are missing to top section of harta01 .tag you are only seeing display harta02.

Check data/Menu/Data/harta01 .tga and harta02.tga. If you have those .tga files, then check if you are missing code in you menu_1024_768.ini file :

[G64 I49]
Type=1031;Stat bmp array
ItemID=0x64000008
ParentID=0x64000000
Pos=0,1080,1920,824
Color=0xFFFFFFFF
Materials=1
Display=2;Linear
Mat 0=data/menu/data/harta01.tga
MatFlags=0x29
TexFmt=0x9
Drag=false
BmpState=1
NeedFocus=true
SelOne=true
IdGroup=0
StatesColors=0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF

[G64 I50]
Name=New Stat bmp array
Type=1031;Stat bmp array
ItemID=0x64000031
ParentID=0x64000000
Pos=0,256,1920,256
Materials=1
Display=2;Linear
Mat 0=data/menu/data/harta02.tga
MatFlags=0x29
TexFmt=0x9
Drag=false
BmpState=1
NeedFocus=true
SelOne=false
IdGroup=0
StatesColors=0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF

The problem may be that the .tga file is named harta01 .tga and the .ini file has it as harta01.tga. that will cause this issue.



Good hunting,
FUBAR295
__________________
Good judgment comes from experience. Unfortunately, the experience usually comes from bad judgment.


FUBAR295 is offline   Reply With Quote