Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default How To: Changing Fonts/Font Sizes

    So as you increase the resolution of of your game the fonts shrink and become hard to read. In order to help this you can go into your font.ini and increase the font size, this solves part of the problem. The second part is the default fonts the game use can be hard to read when scaled up. To fix this you can point the font.ini to a different font that is in the font folder and mess around with scaling. This can be tricky though and may require a lot of testing.

    To help with this I'm posting my setup. To use it simply make a backup of your current font.ini, then copy and past the below text into your original font.ini file and start up the game.

    Default Font
    Old Font Setup.jpg

    New Font
    New Font Setup.jpg

    Code:
    [TERMINAL]
    FILE=.\fonts\Handgb__.ttf
    NAME=handelgothicbold
    SIZE=12
    
    [MAINMENU]
    FILE=.\fonts\Handgb__.ttf
    NAME=handelgothicbold
    SIZE=12	
    
    [CHAT]
    FILE=.\fonts\Handgb__.ttf
    NAME=handelgothicbold
    SIZE=12
    
    [RPOS]
    FILE=.\fonts\Handgb__.ttf
    NAME=handelgothicbold
    SIZE=12
    
    [RPOSBIG]
    FILE=.\fonts\Handgb__.ttf
    NAME=handelgothicbold
    SIZE=14
    
    [RPOSCHAT]
    FILE=.\fonts\Handgb__.ttf
    NAME=handelgothicbold
    SIZE=12
    
    [DAMAGE]
    FILE=.\fonts\damage.ttf
    NAME=BN Elements
    SIZE=20
    Now for some stuff that is buried in the forums that are worth checking out.

    How to remove your resolution limit
    This is a modification to your neocron.ini file that will give you more freedom with your resolution.


    3 Custom RPOS
    Sample pic of the ECS RPOS with my above font tweak.
    New Font Setup New HUD.jpg

    imgs are not super clear but you should be able to see the difference. Hope this helps.
    Last edited by Nidhogg; 14-11-16 at 01:15.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •