![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
|
![]() |
#1 |
Planesman
![]() Join Date: Jan 2010
Location: Italy
Posts: 196
Downloads: 333
Uploads: 0
|
Any idea how to modify this?
I would like to render,during multiplayer games, not selectable the option(when you press "ESC") "Display player name" as happens,for example, when you are playing a single mission offline(and this option is not selectable).
Have you any idea of what files I have to modify to do this?(GWX 3.0). Thanks! |
![]() |
![]() |
![]() |
#2 |
Stowaway
Posts: n/a
Downloads:
Uploads:
|
![]()
Here's a clue from menu_1024_768.ini
[G3D I7] Name=Chk PlayersName Type=1033;Check box ItemID=0x3D020003 ParentID=0x3D020000 Pos=45,-63,450,32 Color=0xFFFFFFFF Materials=8 Display=2;Linear Mat 0=DATA/Menu/Data/nc_squarecheck0.tga Mat 1=DATA/Menu/Data/ch_squarecheck0.tga Mat 2=DATA/Menu/Data/nc_squarecheck1.tga Mat 3=DATA/Menu/Data/ch_squarecheck1.tga Mat 4=DATA/Menu/Data/nc_squarecheck2.tga Mat 5=DATA/Menu/Data/ch_squarecheck2.tga Mat 6=DATA/Menu/Data/nc_squarecheck3.tga Mat 7=DATA/Menu/Data/nc_squarecheck3.tga MatFlags=0x1 TexFmt=0x5 Font=5 Text=3030 TextPosFlags=0x2 TextOffsetY=8,8,8,8 TextFlags=0x0 CheckBoxWidth=32 StatesColors=0x8B8989FF, 0xEBCF99FF, 0xDD5800FF, 0xDD5800FF The Text=3030 is listed in XX_menu.txt XX= en, de, fr |
![]() |
![]() |
#3 |
Planesman
![]() Join Date: Jan 2010
Location: Italy
Posts: 196
Downloads: 333
Uploads: 0
|
![]()
Thanks you very much Privateer for your help!Really appreciated!
![]() |
![]() |
![]() |
![]() |
#4 |
Stowaway
Posts: n/a
Downloads:
Uploads:
|
![]()
Just remember Mate,
If you mod the files anyone playing with you needs the same files. ![]() |
![]() |
![]() |
#5 |
Planesman
![]() Join Date: Jan 2010
Location: Italy
Posts: 196
Downloads: 333
Uploads: 0
|
![]()
I need still a little help....
![]() I'm also considering the idea of changing the colour of the tag-name(player name displayed),let's say as option 2,to something less visible(in respect to the default yellow)... Can you,please,indicate to me what are the sections in which the strings to be changed are placed? Really thanks in advance for the ones that will reply! |
![]() |
![]() |
![]() |
#6 |
Stowaway
Posts: n/a
Downloads:
Uploads:
|
![]()
Take this line
StatesColors=0x8B8989FF, 0xEBCF99FF, 0xDD5800FF, 0xDD5800FF And swap a couple to see if this is the area you want to change. StatesColors=0xF40E0EFF, 0x073A3FFF, 0x53DD00FF, 0x53DD00FF As an example. |
![]() |
![]() |
|
|