Yes. Making the messages never disappear but still scroll as more are entered in.Before anyone is mislead I believe he is talking about having the 6 lines stay there instead of disappearing. But the box will keep the same dimensions and the lines will move up as more are entered. Turning auto hide, Making the chat box not collapse(is that right?).
Just hope you got it![]()
I did, but it required a lot of fiddling with the code. From what I recall, it is messing with Message Container and Chat Upper Container in HudElements.cs. Not positive though.have we ever figured out how to limit it to four lines instead of six? This is the biggest annoyance to me. It would also be nice to change the size of the chat and death message boxes so my slightly larger than default doesnt make every death message extend to a second line...
$Pref::Gui::DefaultFontSize = 14;
$Pref::Hud::ChatFontSize = 16;
$Pref::Hud::ExtraLargeFontSize = 32;
$Pref::Hud::LargeFontSize = 22;
$Pref::Hud::MediumFontSize = 18;
$Pref::Hud::SmallFontSize = 14;