View Full Version : Font size - Subtitles (help needed)
Wild Yosemity
14.02.2012, 12:45
Hi, I would like to ask if there is a way to increase/decrease font size in Risen.
I'm interested in resizing font in subtitles region - NPC texts and answerbox.
Could you help me on that?
Hi, I would like to ask if there is a way to increase/decrease font size in Risen.
I'm interested in resizing font in subtitles region - NPC texts and answerbox.
Could you help me on that?
I don't know a way for changing the font size, but you could change Risen's Font into a bigger one. Click here (http://forum.worldofplayers.de/forum/threads/873165-Programs-Utilities-for-modding?p=13843523&viewfull=1#post13843523) for the thread.
By the way: This tools change the font of Risen, not the one of the subtitles. It's possible, that some letters (for example the names and values of the items) are shown in the next row, and that is pretty ugly.
Wild Yosemity
14.02.2012, 20:20
I know I can change font - as I did a mod for Polish version of the game (along with help of NicoDE) which adds original Quorum Md BT font for Polish version (instead of Arial).
What I want to do is to enlarge font just for Subtitles/Dialogues.
In every other sections - tips, focus, inventory, quickbar, etc - font should have the very same size as it has in default.
In compiled_fonts.bin there are some infos that suggest it is possible:
FNT_NUMBERS.xfnt FNT_LARGE.xfnt FNT_SUBTITLE.xfnt FNT_MENU.xfnt FNT_SMALL.xfnt FNT_SMALL_SHADOW.xfnt FNT_MEDIUM.xfnt FNT_FOCUS.xfnt
Unfortunately I am unable to encode BIN to "readable" format to check if I could change parameters for specific XFNT.
LordOfWAR
15.02.2012, 18:12
I know I can change font - as I did a mod for Polish version of the game (along with help of NicoDE) which adds original Quorum Md BT font for Polish version (instead of Arial).
What I want to do is to enlarge font just for Subtitles/Dialogues.
In every other sections - tips, focus, inventory, quickbar, etc - font should have the very same size as it has in default.
In compiled_fonts.bin there are some infos that suggest it is possible:
FNT_NUMBERS.xfnt FNT_LARGE.xfnt FNT_SUBTITLE.xfnt FNT_MENU.xfnt FNT_SMALL.xfnt FNT_SMALL_SHADOW.xfnt FNT_MEDIUM.xfnt FNT_FOCUS.xfnt
Unfortunately I am unable to encode BIN to "readable" format to check if I could change parameters for specific XFNT.
You can use script library (by NicoDE) to export/compile Risen infos - [tool] Compile/Export document archives (Script_Library) (http://forum.worldofplayers.de/forum/threads/858945-tool-Compile-Export-document-archives-(Script_Library)) :).
save the mountlist_packed.ini (http://svn.nicode.net/risensdk/trunk/bin/mountlist_packed.ini) in /bin/
create the directory /data/raw/gui2/
save the Script_Library.dll (http://svn.nicode.net/risensdk/trunk/bin/scripts/Script_Library.dll) in /bin/scripts/
run the game, enable devmode (minsky), and open the console
execute
library export fonts
...wait, close the game, and have a look at /data/raw/...
Note: untested, because currently I have neither Windows nor Risen installed yet.
ps: just modify the raw files and start Risen to compile/build new BINs (output directory has to exist).
Wild Yosemity
16.02.2012, 12:14
Thank you both!
I will try that and come back with results next week :-)
You also might have a look at the GUI that refers to the fonts:
library export windows
It should be possible to add new fonts by just creating additional *.xfnt files in /data/raw/gui2/fonts/.
Good luck,
Nico
CzarnyAfgan
16.02.2012, 16:16
Some time ago I found some great looking font: Neverwinter Font
http://www.dafont.com/neverwinter.font
I did my best to fit it, but still it's too small and barely visible in Risen. Wild Yosemity- Can you try to make it fit into game?
Greetings.
Wild Yosemity
21.02.2012, 22:34
Worked!
Here are first results:
http://img823.imageshack.us/img823/3880/risen2012022121380902.th.jpg (http://imageshack.us/photo/my-images/823/risen2012022121380902.jpg/)
http://img809.imageshack.us/img809/3215/risen2012022121381650.th.jpg (http://imageshack.us/photo/my-images/809/risen2012022121381650.jpg/)
http://img16.imageshack.us/img16/6430/risen2012022121375265.th.jpg (http://imageshack.us/photo/my-images/16/risen2012022121375265.jpg/)
http://img13.imageshack.us/img13/8356/risen2012022121375576.th.jpg (http://imageshack.us/photo/my-images/13/risen2012022121375576.jpg/)
http://img46.imageshack.us/img46/7601/risen2012022121375013.th.jpg (http://imageshack.us/photo/my-images/46/risen2012022121375013.jpg/)
@CzarnyAfgan - I'll look into that.
CzarnyAfgan
22.02.2012, 10:53
Great! Thanks.
Wild Yosemity
22.02.2012, 13:11
I did short test yesterday evening.
You NWN font is not really good one.
Capital letters have ornaments that are cut in some places - larger text boxed would be needed (additional modification).
Small letters are small indeed.
When I set larger sizes Capital letters were too big and small, well... still not large enough.
Also metrics/kerneling in that font causes other problems - this is because of Capital letters and their ornaments - interlines between lines are quite wide what results in leakage/bleedings, etc.
First of all you would have to edit whole font (e.g. FontLab Studio) and revise all Capital letters and then set new metrics and kerneling.
After that you we could start work on implementing font into Risen.
I did short test yesterday evening.
You NWN font is not really good one.
Capital letters have ornaments that are cut in some places - larger text boxed would be needed (additional modification).
Small letters are small indeed.
When I set larger sizes Capital letters were too big and small, well... still not large enough.
Also metrics/kerneling in that font causes other problems - this is because of Capital letters and their ornaments - interlines between lines are quite wide what results in leakage/bleedings, etc.
First of all you would have to edit whole font (e.g. FontLab Studio) and revise all Capital letters and then set new metrics and kerneling.
After that you we could start work on implementing font into Risen.
I'd love to see Knight's Quest (http://www.dafont.com/knights-quest.font), AvQuest (http://www.fontoo.com/Free-Fonts-A/Avquest-free-font-454.html) or Dark11 (http://www.fonts4free.net/dark11-font.html) in Risen. Is this possible?
edit: I could use a tool, but I'm thinking about changing the focus and item names only. Is that possible?
Wild Yosemity
22.02.2012, 15:08
It seems possible to change only Focus font but... I would have to check that first before making statement.
Edit: What language version of the game you have? Asking because all 3 listed fonts do not support e.g. Polish special chars. In order to make it OK for PL version adding missing glyphs would be necessary.
It seems possible to change only Focus font but... I would have to check that first before making statement.
Edit: What language version of the game you have? Asking because all 3 listed fonts do not support e.g. Polish special chars. In order to make it OK for PL version adding missing glyphs would be necessary.
I'm playing on German. Of course it would be nice to see Polish special chars in the fonts/ game, but is it so important? :gratz
Wild Yosemity
22.02.2012, 21:12
@JFaron - Here you go:
http://www.sendspace.com/file/x3m774
Please remember that new PAK extension should be the highest, but next to previous highest.
If you have gui2.p03, please rename mine to gui2.p04 (but not to gui2.p05), etc.
@JFaron - Here you go:
http://www.sendspace.com/file/x3m774
Please remember that new PAK extension should be the highest, but next to previous highest.
If you have gui2.p03, please rename mine to gui2.p04 (but not to gui2.p05), etc.
Thank you, Yosemity :gratz I'll test it.
JFaron
edit: I don't know why, but it doesn't work. I guess it's because my Risen is very *modified*. Maybe I'm going to play Risen again a short time before the release of R2, then I will try this mod. I'm gonna bookmark this.
Wild Yosemity
22.02.2012, 22:45
For me with PAK files it looks like that:
http://img404.imageshack.us/img404/6308/risen2012022222424530.th.jpg (http://imageshack.us/photo/my-images/404/risen2012022222424530.jpg/)
http://img839.imageshack.us/img839/6396/risen2012022222423959.th.jpg (http://imageshack.us/photo/my-images/839/risen2012022222423959.jpg/)
http://img839.imageshack.us/img839/801/risen2012022222423318.th.jpg (http://imageshack.us/photo/my-images/839/risen2012022222423318.jpg/)
http://img40.imageshack.us/img40/7375/risen2012022222422669.th.jpg (http://imageshack.us/photo/my-images/40/risen2012022222422669.jpg/)
CzarnyAfgan
23.02.2012, 07:44
Is that the Diablo font? ;)
Wild Yosemity
23.02.2012, 09:45
This is AvQest font - 1 of 3 that JFaron wanted to see in game as Focus and Item names.
For me with PAK files it looks like that:
http://img404.imageshack.us/img404/6308/risen2012022222424530.th.jpg (http://imageshack.us/photo/my-images/404/risen2012022222424530.jpg/)
http://img839.imageshack.us/img839/6396/risen2012022222423959.th.jpg (http://imageshack.us/photo/my-images/839/risen2012022222423959.jpg/)
http://img839.imageshack.us/img839/801/risen2012022222423318.th.jpg (http://imageshack.us/photo/my-images/839/risen2012022222423318.jpg/)
http://img40.imageshack.us/img40/7375/risen2012022222422669.th.jpg (http://imageshack.us/photo/my-images/40/risen2012022222422669.jpg/)
That looks so awesome. Thanks! :gratz
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.