So i just changed the font on the startreker mod, heres how you do it,
You must have noticed the *.fnt and *.png files on the folder fonts right?
Its actually all made using a convenient tool that converts *.ttf (haven't tested but other formats should work) into those 2 files used by starsector.
1 - Download this tool:
http://www.angelcode.com/products/bmfont/2 - Get a font you want and "install" (you can actually select the files on the application but it didnt work)
3 -
4 -
Select the font you installed and want on Starsector - Set the size (in px) you actually want, also depends on the actual font default size;
5 -
6 -
Make sure you set those options like i got here;
7 -
Select the option then save the file into the graphics\fonts\ on you mod;
Dont forget that, if you have a different name on your *.fnt to add a settings.json file, with the different name on your mod:
Example:
# main color used for menu buttons and the like
"buttonBg":[0,150,255,255],
"buttonBgDark":[0,100,150,255],
"buttonText":[255,255,255,255],
"buttonShortcut":[100,100,255,255],
"defaultFont":"graphics/fonts/startreker_font.fnt",
How it looks ingame:
note: There might be better options on this program to get better results, i didn't mess with once i liked how the font came out in the end, if you do find, please share here.