Tremulous Forum

General => Troubleshooting => Topic started by: Prototype on October 14, 2007, 10:03:56 pm

Title: [SOLVED] Console command
Post by: Prototype on October 14, 2007, 10:03:56 pm
Hi guys,

I started playing Tremulous a few days ago and whatever doubts I had about this mod vanished instantly. Thanks dev team  :)

Although, I have one little problem. I just want to know the command shown in the picture below.

(http://img513.imageshack.us/my.php?image=screenshotle9.jpg)

Any help would be greatly appreciated.

Thanks,

Prototype.
Title: [SOLVED] Console command
Post by: Caveman on October 14, 2007, 10:24:16 pm
That is no command, that is a selector for presets.
Title: [SOLVED] Console command
Post by: next_ghost on October 14, 2007, 10:26:06 pm
It's not a command, it's a default preset configuration which looks like this:

High:
Code: [Select]
r_fullScreen 1
r_subdivisions 4
r_vertexlight 0
r_lodbias 0
r_colorbits 32
r_depthbits 24
r_picmip 0
r_mode 4
r_texturebits 32
r_fastSky 0
r_inGameVideo 1
cg_shadows 1
cg_brassTime 2500
cg_bounceParticles 1
r_texturemode "GL_LINEAR_MIPMAP_LINEAR"


Normal:
Code: [Select]
r_fullScreen 1
r_subdivisions 12
r_vertexlight 0
r_lodbias 0
r_colorbits 0
r_depthbits 24
r_picmip 1
r_mode 3
r_texturebits 0
r_fastSky 0
r_inGameVideo 1
cg_brassTime 2500
r_texturemode "GL_LINEAR_MIPMAP_LINEAR"
cg_shadows 0
cg_bounceParticles 0


Fast:
Code: [Select]
r_fullScreen 1
r_subdivisions 8
r_vertexlight 0
r_lodbias 1
r_colorbits 0
r_depthbits 0
r_picmip 1
r_mode 3
r_texturebits 0
cg_shadows 0
r_fastSky 1
r_inGameVideo 0
cg_brassTime 0
cg_bounceParticles 0
r_texturemode "GL_LINEAR_MIPMAP_NEAREST"


Fastest:
Code: [Select]
r_fullScreen 1
r_subdivisions 20
r_vertexlight 1
r_lodbias 2
r_colorbits 16
r_depthbits 16
r_mode 3
r_picmip 2
r_texturebits 16
cg_shadows 0
cg_brassTime 0
r_fastSky 1
r_inGameVideo 0
cg_bounceParticles 0
r_texturemode "GL_LINEAR_MIPMAP_NEAREST"
Title: [SOLVED] Console command
Post by: Prototype on October 15, 2007, 09:08:38 am
Thankyou very much Caveman and Ghost! I really appreciate how you guys went out of your ways' to answer a silly noob like me.  :)