Command for shadows?

Locked
Canis
Posts: 3798
Joined: Sun Jan 14, 2001 8:00 am

Command for shadows?

Post by Canis »

Waht's the command (if it exists) to make the shadows in Q3 appear realistic instead of just a blob beneath the player? I remember something about enabling realistic shadows, but cannot find it anywhere.
User avatar
Foo
Posts: 13840
Joined: Thu Aug 03, 2000 7:00 am
Location: New Zealand

Post by Foo »

cg_shadows 2

I think there's a 3 as well... one of them is soft shadowing if you've got EDIT: stencilbits set to 4 plus
Last edited by Foo on Thu Nov 17, 2005 3:54 pm, edited 1 time in total.
"Maybe you have some bird ideas. Maybe that’s the best you can do."
― Terry A. Davis
o'dium
Posts: 11712
Joined: Sun Mar 25, 2001 8:00 am

Post by o'dium »

Foo wrote:cg_shadows 2

I think there's a 3 as well... one of them is soft shadowing if you've got depthbits set to 8 plus
oh rily.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Post by ^misantropia^ »

Set cg_shadows to 2 for stencil shadows, 3 for projection shadows. r_stencilbits needs to be 4 or higher. r_measureOverdraw doesn't work with it.
User avatar
Foo
Posts: 13840
Joined: Thu Aug 03, 2000 7:00 am
Location: New Zealand

Post by Foo »

stencilbits! Thanks :)
"Maybe you have some bird ideas. Maybe that’s the best you can do."
― Terry A. Davis
Canis
Posts: 3798
Joined: Sun Jan 14, 2001 8:00 am

Post by Canis »

Thanks! It works. Looks kinda cool actually, however the servers I play on have it limited to 0 or 1 by PB. :(
Locked