Author Topic: Client-sided add-on that changes all text to the default size and font.  (Read 1263 times)

Because impact and text that is too large breaks on Macs.

Is this even possible?

finding a way to break it

just fonts on centerprint/bottomprint/chat message?
seems like these are the functions to be packaged
clientCmdBottomPrint(message, time)
clientCmdCenterPrint(message, time)
clientCmdServerMessage(ton of arguements) or newChatHud_AddLine(message) or onServerMessage(message)
« Last Edit: May 12, 2012, 03:23:18 PM by phflack »

just fonts on centerprint/bottomprint/chat message?
seems like these are the functions to be packaged
clientCmdBottomPrint(message, time)
clientCmdCenterPrint(message, time)
clientCmdServerMessage(ton of arguements) or newChatHud_AddLine(message) or onServerMessage(message)

Yeah, just Center/bottomprint and chat.  I'm  afraid I don't understand anything about functions or scripting :p
ThankyouThankyouThankyouThankyouThankyouThankyouThankyouThankyou

Man this would be great I have that problem too. I cant see stuff and the server host won't change it for one person.

just get someone to package and filter the markup code then parent it with the different value or something... i am sure someone can do it

i'll write the actual code later, if you guys want to package it

i'll write the actual code later, if you guys want to package it

I'm fairly confident I can package it if I have the script.

ThankyouThankyouThankyouThankyouThankyouThankyouThankyouThankyou!!

Fonts are too small :/
Why isn't is possible to print a huge letter over the whole screen?

Fonts are too small :/
Why isn't is possible to print a huge letter over the whole screen?

Because that would only be annoying.

I hate to nag, but I'm wondering how it's going along.