FontManager

New maps and mods are coming out quickly. If you release something (even a beta) please post it here. Be sure to give details in the topic such as Map/Mod name and version

Moderator: Moderators

Post Reply
User avatar
Anakin
Master of the Force
Master of the Force
Posts: 4817
Joined: Sat Sep 19, 2009 11:37 am
Projects :: RC Side Mod - Remastered - SWBF3 Legacy
Location: Mos Espa (germany)

FontManager

Post by Anakin »

This mod can remove all HUD fonts while the menu and interface texte is not affected. It is nothing that works for it's own but it supports you while doing your own custom HUD.
You don't need to care about removing the old text, rescue the menu and interface or munging fonts and custom lvl files.
Simply make sure the ScriptPostLoad function is defined in your mission script and add __fontManagerRemoveText__ = true at the beginning of the script (NOT inside the function!).
Instead of gamefont_large and gamefont_small you need to use gamefont_large_visible and gamefont_small_visible in your custom HUD file.

simply spoken you don't need the "Remove any textes from the HUD" section from my HUD tutorial, since this mod will reduce all the written words to a "add __fontManagerRemoveText__ = true to your mission and install this mod"

Make sure to credit me if you are using this mod.

Download
Post Reply