Log in

View Full Version : Binocular crosshairs


Syxx_Killer
05-02-06, 02:45 PM
I really like how GW gets rid of the binocular crosshairs. I'd like to do that to my other installations of the game as well. If someone could tell me how to remove them I would appreciate it. :)

Fender74
05-02-06, 05:15 PM
1. open (save it before) your menu_1024_768.ini in your data/Menu Folder
2. Find this block:


[G27 I12]
Name=Viewport
Type=1030;Static bmp
ItemID=0x27000001
ParentID=0x27000000
Pos=32,730,960,586
Color=0xFFFFFF00
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/bkgr.tga
Crop 0=0,0,4,4
MatFlags=0x1
TexFmt=0x9

3. Just set a semicolon ";" before this line:
;Pos=32,730,960,586

4. then it looks so:

[G27 I12]
Name=Viewport
Type=1030;Static bmp
ItemID=0x27000001
ParentID=0x27000000
;Pos=32,730,960,586 --------!!!(semicolon set there)!!!
Color=0xFFFFFF00
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/bkgr.tga
Crop 0=0,0,4,4
MatFlags=0x1
TexFmt=0x9


5. Save and exit, thats all.

not sure who originally posted this. :up:

Syxx_Killer
05-02-06, 05:21 PM
Thanks! I appreciate it! :up: :up: