PDA

View Full Version : where do these scales in the periscope view come from ??


keltos01
03-10-09, 01:40 PM
where do these scales in the periscope view come from ??

http://img24.imageshack.us/img24/271/10deg1.jpg (http://img24.imageshack.us/my.php?image=10deg1.jpg)

as the rest come from dds or tga files it must be the same for those two but I can't seem to find them :damn:

keltos

LukeFF
03-10-09, 04:38 PM
It's all hard-coded.

keltos01
03-10-09, 05:38 PM
It's all hard-coded.

in the menu.ini ? any way to remove them LukeFF ?

keltos

LukeFF
03-10-09, 05:39 PM
in the menu.ini ? any way to remove them LukeFF ?

I don't think so. I think they are just like the deck gun crosshair, which also can't be removed.

keltos01
03-11-09, 11:11 AM
could it be this ? the PITA scales I mean ?



[G26 I52]
Name=Gradation (4,33)(10,228)(20,412)
Type=1031;Stat bmp array
ItemID=0x26070001
ParentID=0x26070000
Pos=0,0,66,678
Zone= 51 768 66 678 0 1 0x26070000 0.5 0 0x26070001 -0.5 0 0 0
Color=0xFFFFFFFF
Materials=1
Display=0;No stretch
Mat 0=data/menu/gui/Periscope.tga
Crop 0=0.631836,0.0703125,0.000976563,0.000976563
MatFlags=0x9
TexFmt=0x0
Drag=false
BmpState=1
NeedFocus=true
SelOne=false
IdGroup=0
StatesColors=0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF
ToolTipText=2206

[G26 I53]
Name=Gradation Under
Type=1031;Stat bmp array
ItemID=0x26070005
ParentID=0x26070000
Pos=1,-651,66,1000
Zone= 53 117 66 1000 0 1 0x26070001 0.52 -0.96 0x26070005 -0.5 0 0 0
Color=0xFFFFFFFF
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/Periscope.tga
Crop 0=0.631836,0.078125,0.0644531,0.0488281
MatFlags=0x9
TexFmt=0x0
Drag=false
BmpState=1
NeedFocus=true
SelOne=false
IdGroup=0
StatesColors=0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF
ToolTipText=2206


could they be blancked out if not removed ??
keltos

Hitman
03-11-09, 11:31 AM
IIRC those are the entries for the "10" you see on the scales. If you can't comment them out, you can simply place out of the screen changing the line:

Pos=0,0,66,678 to something like Pos=2000,2000,66,678

Hitman
03-11-09, 11:40 AM
UPDATE:

No I was wrong it's the periscope heigth indicator. If there is a line called "tooltip" you can check the menu_en and see under that number what the item is (That's the the label that appears as help when you put the cursor above the item)

In this case 2206=Periscope height

keltos01
01-01-10, 04:43 AM
bump