View Single Post
Old November 2nd, 2009, 12:41 AM   #258
Moleculor
Tasty!
 
Moleculor's Avatar
 
Join Date: Oct 2009
Posts: 253
Default Re: Way to see more than 4 bonuses per item?

Quote:
Originally Posted by The_ShadoW View Post
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.
Moleculor is offline   Reply With Quote