increasing size of tacoscript 2 chat box and font

Status
Not open for further replies.

posepsi

actually el pepso
Joined
May 20, 2011
Messages
4,647
Reaction score
3,096
any idea how its tiny on my new high resolution monitor and it strains my eyes?
 
The chatbox sizes aren't modular, I don't think (don't ask me why).
Here is how you change your font/size etc to your liking,I'm sure you can work it out from this example of my favourite typeface.

lua_run_cl surface.CreateFont("NewChatFont", { font = "Calibri", size = 18, weight = 300, antialias = true, additive = false})
 
can we make it 'modular' then? doesnt make sense to increase the font sizes if it means i end up seeing less at a time.

edit: your font is a bit more readable but it makes things overlap
 
I've got a semi-large monitor, I just got used to it. :o

My inventory only takes about half the screen. If you don't mind sacrificing video quality, turning your resolution down should fix the problem.
 
El Pepso said:
can we make it 'modular' then? doesnt make sense to increase the font sizes if it means i end up seeing less at a time.

edit: your font is a bit more readable but it makes things overlap

it only makes things overlap that you received before you changed font face/size because the layout is not recalculated
 
Status
Not open for further replies.

Users who are viewing this thread