CHAT - Hypnootize/m0rehud GitHub Wiki

The chat can be edited from Resource/UI/BaseChat.res, it can be moved by editing the "xpos" and "ypos" of the "HudChat" element:

"HudChat"
{
	"ControlName"	"EditablePanel"
	"fieldName"	"HudChat"
	"visible"	"1"
	"enabled"	"1"
	"xpos"		"2"
	"ypos"		"17"
	"wide"		"260"
	"tall"		"120"
}

as well as resized by editing it's "wide" and "tall" values.

The font used by the chat can be found inside ChatScheme.res and it's called "ChatFont", the "tall" value can be adjusted to resize the font.