SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Silent Hunter 3 - 4 - 5 > SHIII Mods Workshop
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 01-07-07, 10:03 AM   #1
Kapitan_Phillips
Silent Hunter
 
Kapitan_Phillips's Avatar
 
Join Date: Jul 2005
Location: Swansea
Posts: 3,903
Downloads: 204
Uploads: 0
Default GWX - Radio Message Font & Size?

Hey folks,

I was wondering if it'd be possible to somehow change the font and text size of the radio messages in GWX, so it minimises the need for two-part messages (particularly in 1939)

Is this already addressed in a fix somewhere, or will it be? If not, how can I change it?
__________________
Well, here's another nice mess you've gotten me into.
Kapitan_Phillips is offline   Reply With Quote
Old 01-08-07, 07:18 PM   #2
Kapitan_Phillips
Silent Hunter
 
Kapitan_Phillips's Avatar
 
Join Date: Jul 2005
Location: Swansea
Posts: 3,903
Downloads: 204
Uploads: 0
Default

Nothing?
__________________
Well, here's another nice mess you've gotten me into.
Kapitan_Phillips is offline   Reply With Quote
Old 01-08-07, 07:22 PM   #3
Shakatan
Mate
 
Join Date: Mar 2006
Location: Poland
Posts: 53
Downloads: 2
Uploads: 0
Default

I've just thiking that someone at last reply for that post
I want change my radio message font to more typewriter look, too.
There's no possibility?
Sorry for my poor english
__________________
Shakatan is offline   Reply With Quote
Old 01-08-07, 07:25 PM   #4
bigboywooly
Rear Admiral
 
Join Date: Apr 2006
Location: Swindon, England
Posts: 10,151
Downloads: 35
Uploads: 0
Default

I think it in

C:\Program Files\Ubisoft\SilentHunterIII\data\Menu

Open the menu_1024_768


And look for this line

[G37 I1]
Name=Page radio messages
Type=1027;Menu page
ItemID=0x37000000
ParentID=0x0
Pos=0,0,0,0
LoadingMode=2
[G37 I2]
Type=1037;List box
ItemID=0x37000003
ParentID=0x37000000
Pos=440,575,460,280
Color=0xFFFFFFFF
Materials=12
Display=4;All directions
Mat 8=DATA/Menu/Data/vtarrow0.tga
Mat 9=DATA/Menu/Data/vtarrow1.tga
Mat 10=DATA/Menu/Data/vtarrow2.tga
Mat 11=DATA/Menu/Data/vtarrow3.tga
MatFlags=0x1
TexFmt=0x9
Font=10 <----- I presume you can drop this to 8 which will make text smaller
TextFlags=0x4

If not there then try underneath
- [G37 I3]

Make sure you back the file up before any changes

That may help
Hope so
__________________


My mediafire page http://www.mediafire.com/?11eoq19bq9r41
bigboywooly is offline   Reply With Quote
Old 01-08-07, 07:53 PM   #5
geralt
Loader
 
Join Date: Feb 2006
Location: Czech rep.
Posts: 90
Downloads: 24
Uploads: 0
Default

Quote:
Originally Posted by bigboywooly
I think it in

C:\Program Files\Ubisoft\SilentHunterIII\data\Menu

Open the menu_1024_768


And look for this line

[G37 I1]
Name=Page radio messages
Type=1027;Menu page
ItemID=0x37000000
ParentID=0x0
Pos=0,0,0,0
LoadingMode=2
[G37 I2]
Type=1037;List box
ItemID=0x37000003
ParentID=0x37000000
Pos=440,575,460,280
Color=0xFFFFFFFF
Materials=12
Display=4;All directions
Mat 8=DATA/Menu/Data/vtarrow0.tga
Mat 9=DATA/Menu/Data/vtarrow1.tga
Mat 10=DATA/Menu/Data/vtarrow2.tga
Mat 11=DATA/Menu/Data/vtarrow3.tga
MatFlags=0x1
TexFmt=0x9
Font=10 <----- I presume you can drop this to 8 which will make text smaller
TextFlags=0x4

If not there then try underneath
- [G37 I3]

Make sure you back the file up before any changes

That may help
Hope so
the Font=10 doesn't mean the size but the type of font

all fonts are specified in the beginnig of the menu_1024_768.ini (from my a bit tweaked menu.ini)
Code:
[Fonts]
Fonts=19
Font0=DATA/Menu/Fonts/FPHunt26.tga
Font1=DATA/Menu/Fonts/FPCond14.tga
Font3=DATA/Menu/Fonts/FPHunt38.tga
Font4=DATA/Menu/Fonts/FPHunt12.tga
Font5=DATA/Menu/Fonts/FPHunt15.tga
Font6=DATA/Menu/Fonts/FPSmall.tga
Font7=DATA/Menu/Fonts/FPPencil12.tga
;Font10=DATA/Menu/Fonts/FPArhi24.tga; original
Font10=DATA/Menu/Fonts/FPHunt15.tga
Font11=DATA/Menu/Fonts/ShellsNr.tga
Font13=DATA/Menu/Fonts/FPCond18.tga
Font14=DATA/Menu/Fonts/FPCond12.tga
Font15=DATA/Menu/Fonts/FPCond9.tga
Font16=DATA/Menu/Fonts/FPBro20.tga
Font17=DATA/Menu/Fonts/FPBro100.tga
Font18=DATA/Menu/Fonts/FPHunt16.tga; moje
so the Font=10 says which *.tga file is used (originaly FPArhi24.tga)
change it to whatever you want I suggest the FPhunt15.tga
simply change the G37 I2

Code:
[G37 I2]
Type=1037;List box
ItemID=0x37000003
ParentID=0x37000000
Pos=440,575,460,280
Color=0xFFFFFFFF
Materials=12
Display=4;All directions
Mat 8=DATA/Menu/Data/vtarrow0.tga
Mat 9=DATA/Menu/Data/vtarrow1.tga
Mat 10=DATA/Menu/Data/vtarrow2.tga
Mat 11=DATA/Menu/Data/vtarrow3.tga
MatFlags=0x1
TexFmt=0x9
Font=5 <----
TextFlags=0x4
MaxNumItems=1000
VisibleItems=7
NumItems=0
AllocationType=0
AllocationParameter=0
StatesColors=0x555555F0, 0x111111F0, 0xDD5800FF, 0xDD5800FF
the font5 (FPHunt15.tga) will be used

personaly I don't like the FPArhi24.tga font at all so I changed the font10 to be the same as font5 so I don't have to make any other changes in the whole menu.ini to get rid of font10 (FPArhi24.tga)
geralt is offline   Reply With Quote
Old 01-08-07, 08:12 PM   #6
Shakatan
Mate
 
Join Date: Mar 2006
Location: Poland
Posts: 53
Downloads: 2
Uploads: 0
Default

Thanks for help mate!
Can I add an new font in that folder? I don't heard before about tga font file. If i try to open this file in graphic editor program (Acdesee) i have a blank, white picture.
Other tga files, for exemple from SilentHunterIII\data\Menu\Gui, i can open and they looks normally. How can I save ttf as tga file? Will it works?
sorry for my por english
__________________
Shakatan is offline   Reply With Quote
Old 01-09-07, 04:24 AM   #7
geralt
Loader
 
Join Date: Feb 2006
Location: Czech rep.
Posts: 90
Downloads: 24
Uploads: 0
Default

Quote:
Originally Posted by Shakatan
Thanks for help mate!
Can I add an new font in that folder? I don't heard before about tga font file. If i try to open this file in graphic editor program (Acdesee) i have a blank, white picture.
Other tga files, for exemple from SilentHunterIII\data\Menu\Gui, i can open and they looks normally. How can I save ttf as tga file? Will it works?
sorry for my por english
to view the font tga file you must use software which is able to display the alpha channel... there are many... Photoshop, Gimp etc.
no idea how to save ttf as tga, but I think it's not possible... probably you would have to create your own new *.tga font file but there's also some *.off file for each font... know nothing about it
but try the nice FPhunt15.tga font and I presume you'll be satisfied
small example of the ingame fonts:
geralt is offline   Reply With Quote
Old 01-09-07, 09:54 AM   #8
GlobalExplorer
Admiral
 
Join Date: May 2005
Location: Berlin
Posts: 2,015
Downloads: 165
Uploads: 0
Default

I keep searching for that fix ..

For the GWX team: I think the smaller font should be enabled by default! The big one is really annoying.
__________________

GlobalExplorer is offline   Reply With Quote
Old 01-09-07, 10:01 AM   #9
Shakatan
Mate
 
Join Date: Mar 2006
Location: Poland
Posts: 53
Downloads: 2
Uploads: 0
Default

Thanks very much mate!
FPhunt15.tga is what I'm lookin for.
Děkuji! Nazdar!
__________________
Shakatan is offline   Reply With Quote
Old 01-09-07, 11:15 AM   #10
Kpt. Lehmann
GWX Project Director
 
Kpt. Lehmann's Avatar
 
Join Date: Jul 2005
Location: The Republic of Texas
Posts: 6,993
Downloads: 124
Uploads: 0


Default

Quote:
Originally Posted by GlobalExplorer
I keep searching for that fix ..

For the GWX team: I think the smaller font should be enabled by default! The big one is really annoying.
I've only got one concern about doing that.

We've got players who have vision problems. We've done a lot to make it easier on color-blind individuals... and I'm concerned about reducing the message font size for those that already have difficulty seeing the gauges etc.

Personally, I'd like to see the font made smaller too.

If I get to it, I'll reduce it and see what it looks like in-game later on.

EDIT: I've saved this thread to text .doc for later reference.
__________________

www.thegreywolves.com
All you need is good men. - Heinrich Lehmann-Willenbrock
Kpt. Lehmann is offline   Reply With Quote
Old 01-09-07, 01:54 PM   #11
Nippelspanner
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Quote:
Originally Posted by Kpt. Lehmann
Quote:
Originally Posted by GlobalExplorer
I keep searching for that fix ..

For the GWX team: I think the smaller font should be enabled by default! The big one is really annoying.
I've only got one concern about doing that.

We've got players who have vision problems. We've done a lot to make it easier on color-blind individuals... and I'm concerned about reducing the message font size for those that already have difficulty seeing the gauges etc.

Personally, I'd like to see the font made smaller too.

If I get to it, I'll reduce it and see what it looks like in-game later on.

EDIT: I've saved this thread to text .doc for later reference.
Lets make it an optional mod for the next update!?
just an idea... would like to try smaller fonts too...
  Reply With Quote
Old 01-09-07, 05:39 PM   #12
Kapitan_Phillips
Silent Hunter
 
Kapitan_Phillips's Avatar
 
Join Date: Jul 2005
Location: Swansea
Posts: 3,903
Downloads: 204
Uploads: 0
Default

Thanks for the help, guys. I really appreciate it. Now maybe I can read things all on one page :P
__________________
Well, here's another nice mess you've gotten me into.
Kapitan_Phillips is offline   Reply With Quote
Old 01-09-07, 05:44 PM   #13
Nippelspanner
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Quote:
Originally Posted by Kapitan_Phillips
Hey folks,
Quote:
Originally Posted by Kapitan_Phillips

I was wondering if it'd be possible to somehow change the font and text size of the radio messages in GWX, so it minimises the need for two-part messages (particularly in 1939)

Is this already addressed in a fix somewhere, or will it be? If not, how can I change it?
The size of the Font doesnt matter at all. The messages are like they are... they wont be cutted because of the fontsize...
  Reply With Quote
Old 01-28-07, 07:38 AM   #14
pokara
Torpedoman
 
Join Date: Apr 2006
Location: Fuengirola, Spain
Posts: 117
Downloads: 592
Uploads: 0
Default

If i want to make smaller the size font of the general messages on the console,

what change ive got to do on the menu_...ini file??? is it possible???

thanks
pokara is offline   Reply With Quote
Old 01-28-07, 10:25 AM   #15
geralt
Loader
 
Join Date: Feb 2006
Location: Czech rep.
Posts: 90
Downloads: 24
Uploads: 0
Default

Quote:
Originally Posted by pokara
If i want to make smaller the size font of the general messages on the console,

what change ive got to do on the menu_...ini file??? is it possible???

thanks
open menu_1024_768.ini

find block
[G3F I152]
Name=Messages
Type=1029;Static text
ItemID=0x3F040002
ParentID=0x3F040000
Pos=20,-23,385,107
Font=13
Text=0
TextFlags=0x10

Font=13 means FPCond18.tga is used (all fonts are specified in the beginning of the menu.ini file)
so you can try
Font=1 ..... FPCond14.tga
Font=14 ... FPCond12.tga
a bit smaller and same shape

or a different font (which I prefer btw)
Font=5 ..... FPHunt15.tga
Font=4 ..... FPHunt12.tga

choose what you want...
geralt is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 04:16 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.