Quote:
Originally Posted by The_ShadoW
Ok, this can be considered jury-rigged until the patch.
I've found the global definition line for all mods -- look into gd_globals.int, line "AttributePresentationTranslation". Add font modifiers here.
This will apply smaller font for each modifier, be it a gun, a class mod or anything else.
|
Or to give more detailed directions:
Go to %BORDERLANDS%\WillowGame\Localization\INT\
Find the gd_globals.INT file. MAKE A BACKUP.
Open the gd_globals.INT file.
Replace
Code:
AttributePresentationTranslation="$NUMBER$ $CONSTRAINT$ $DESCRIPTION$"
with
Code:
AttributePresentationTranslation="<font size="10">$NUMBER$ $CONSTRAINT$ $DESCRIPTION$</font>"
If you have a large monitor, you can reduce the font size to 8 or smaller if you wish. 10 is about as small as it can get on my dinky monitor and still be readable.