I've realised that I'm getting frustratingly annoyed with text dropping down across the screen when I'm trying to play, and I end up tapping page down every 3 seconds.
I was wondering if there some way to stop it going down so far, so I could make it stop at a certain point in the screen? If not, is there some method of making the text smaller?
Text in my face!
Re: Text in my face!
CONSOLE_ROWS and CONSOLE_ROWS_MAX.
Also, LINE_HEIGHT (could be just ~0.3+).
Also, LINE_HEIGHT (could be just ~0.3+).
Winner of the How Many Pages Before The Lock® competition and a grand total of 18,93 euros in Euromillions.
Re: Text in my face!
Thanks for your help, thats definitely along the right lines for what I'm trying to achieve, though not quite there yet.
What exactly does CONSOLE_ROWS do? I had a play with CONSOLE_ROWS_MAX and that would perfect, except I can't read the most recently said thing. LINE_HEIGHT didn't register as a command
What exactly does CONSOLE_ROWS do? I had a play with CONSOLE_ROWS_MAX and that would perfect, except I can't read the most recently said thing. LINE_HEIGHT didn't register as a command
Re: Text in my face!
I usually just press TAB and it goes right on bottom :)
Re: Text in my face!
Wouldn't you prefer getting rid of the text... permanently?þsy wrote:I've realised that I'm getting frustratingly annoyed with text dropping down across the screen when I'm trying to play, and I end up tapping page down every 3 seconds.
I was wondering if there some way to stop it going down so far, so I could make it stop at a certain point in the screen? If not, is there some method of making the text smaller?

Graveyards only hold the Corpses, Zombies, and invite the Dying...
Would you want me to give you a free "ticket" to join?
Re: Text in my face!
No, text is important to read for team commands and communicating with people. Tab doesn't work for me, my tron is a bit messed up. Any ideas?
Re: Text in my face!
You can make the text smaller by increasing CONSOLE_COLUMNS.
Re: Text in my face!
That is perfect! Thank you to madmax and noob13, a combo of your suggestions is exactly what I was after - thanks guys