Log in

View Full Version : Navigation map - auto scroll & ship names


ADukes
02-16-06, 06:33 PM
How to disable the navigation map auto scroll if you move the mouse cursor to the screen sides?

Some ship names especially of ships with long names (for example: Schwerer Kreuzer Admiral Hipper or Leichter Kreuzer Southampton) are missing if I select a ship on the map. The reason could be limited space for the text label entry. Is there a way to increase the space for the text label?

ADukes
02-19-06, 12:11 AM
No one an idea? :(

The Noob
02-19-06, 12:50 AM
I am sure this can be done in the menu_1024_768.ini but i dont know how! :hmm:

ADukes
02-20-06, 07:39 PM
Found a possibility to disable the navigation map auto scroll:

[G31 I16]
Name=Scroll bottom
Type=1030;Static bmp
ItemID=0x31000004
ParentID=0x31000000
Pos=5,6,689,0 ;original Pos=5,6,689,40
Color=0xFFFFFF00
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/bkgr.tga
MatFlags=0x1
TexFmt=0x9

[G31 I17]
Name=Scroll right
Type=1030;Static bmp
ItemID=0x31000003
ParentID=0x31000000
Pos=1004,768,0,638 ;original Pos=1004,768,60,638
Color=0xFFFFFF00
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/bkgr.tga
MatFlags=0x1
TexFmt=0x9

[G31 I18]
Name=Scroll top
Type=1030;Static bmp
ItemID=0x31000002
ParentID=0x31000000
Pos=0,808,679,0 ;original Pos=0,808,679,60
Color=0xFFFFFF00
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/bkgr.tga
MatFlags=0x1
TexFmt=0x9

[G31 I19]
Name=Scroll left
Type=1030;Static bmp
ItemID=0x31000001
ParentID=0x31000000
Pos=-45,286,0,156 ;original Pos=-45,286,60,156
Color=0xFFFFFF00
Materials=1
Display=2;Linear
Mat 0=data/menu/gui/layout/bkgr.tga
MatFlags=0x1
TexFmt=0x9



Need still some informations about the ship name problem.

ADukes
02-24-06, 10:33 PM
Some ship names especially of ships with long names (for example: Schwerer Kreuzer Admiral Hipper or Leichter Kreuzer Southampton) are missing if I select a ship on the map. The reason could be limited space for the text label entry. Is there a way to increase the space for the text label?
Found a small but not a really nice solution.

I changed the "2101=Typ:" entry to "2101=" in the de_menu.txt, so I got additional space for 4 letters and the name was visible.