This might be known to the general populace but I just learned of it and wanted to share.
When you are looking at an item and want to compare stats the game (for whatever reason (read:design flaw)) limits you to only 4 lines of attributes/bonuses/text. Higher quality items could end up having 6 lines of text so you would be missing the knowledge of key bonuses when doing a comparison.
Here is a fix that was just posted. As far as I know this is a PC fix only (I have no idea how the 360 handles ini files).\
Open the gd_globals.INT file.
Replace
Code:
AttributePresentationTranslation="$NUMBER$ $CONSTRAINT$ $DESCRIPTION$"
with
Code:
AttributePresentationTranslation="<font size="10">$NUMBER$ $CONSTRAINT$ $DESCRIPTION$</font>"
Depending on the size of the monitor people are reporting a value of 8,9,10 can work well with smaller numbers being difficult to read comfortably.
Here is the post I found this in: http://gbxforums.gearboxsoftware.com/showthread.php?t=80932&page=26
I had been looking for an answer to the age-old question: "Why can a friend-only game NOT be joinable by friends? (without an invite.".
No answer as of yet.