Quake 3 Arena - smaller information texts possible?

Locked
trodas
Posts: 10
Joined: Wed Aug 21, 2013 2:40 pm

Quake 3 Arena - smaller information texts possible?

Post by trodas »

The dafault size of these informations on the screen (1280x1024) are absolutely horific - so huge:

Image

...what is the configuration option that bring size of these oversized letters down and disable the score information as well? ...and maybe even the characters head, lol, not need... ;) I did not have time to look at anything alway, during playing... lol :lol:


I was under the impression, that changing:

seta ui_bigFont "0.4"
seta ui_smallFont "0.25"
to
seta ui_bigFont "0.1"
seta ui_smallFont "0.08"

...should have some impact. But none was observed. It just ignore these settings... What to do?
And what if someone want the scoreboard gone, but not all the other infos, like ammo, health and armor?

http://www.joz3d.net/html/q3console.html
cg_drawIcons "1" - "toggle the drawing of any icons on the HUD and scoreboard!"
[size=90][color=#333399]"It is dangerous to be right in matters on which the established authorities are wrong." - Voltaire[/color]
[i][color=red]...just keep folding, just keep folding...[/color][/i] :) [url=http://trodas.wz.cz/c.htm]my config[/url] - [url=http://trodas.wz.cz/kondiky]my caps[/url][/size]
User avatar
Eraser
Posts: 19174
Joined: Fri Dec 01, 2000 8:00 am

Re: Quake 3 Arena - smaller information texts possible?

Post by Eraser »

Setting cg_draw2d to 0 removes all 2D hud elements. Other than that I don't think you can do what you want.
themuffinman
Posts: 384
Joined: Fri Mar 05, 2010 5:29 pm

Re: Quake 3 Arena - smaller information texts possible?

Post by themuffinman »

The ui_bigFont/ui_smallFont cvars are only used in Team Arena to apply font scale ranges to the different font sets. No you can't scale the HUD or pick and choose which elements to hide in standard Q3.
trodas
Posts: 10
Joined: Wed Aug 21, 2013 2:40 pm

Re: Quake 3 Arena - smaller information texts possible?

Post by trodas »

Damn. So I'm stuck with these oversized ones?

What can be done?

And is there a way to get Q3 correctly render to 1280x1024 - eg. not missing the 80 pixels or so to the right?
[size=90][color=#333399]"It is dangerous to be right in matters on which the established authorities are wrong." - Voltaire[/color]
[i][color=red]...just keep folding, just keep folding...[/color][/i] :) [url=http://trodas.wz.cz/c.htm]my config[/url] - [url=http://trodas.wz.cz/kondiky]my caps[/url][/size]
Spiney
Posts: 12
Joined: Fri Oct 18, 2013 1:12 pm

Re: Quake 3 Arena - smaller information texts possible?

Post by Spiney »

r_mode -1
r_customwidth 1280
r_customheight 1024

And use ioQuake3
Locked