Author Topic: [SOLVED] Console command  (Read 3029 times)

Prototype

  • Posts: 2
  • Turrets: +0/-0
[SOLVED] Console command
« 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.



Any help would be greatly appreciated.

Thanks,

Prototype.

Caveman

  • Guest
[SOLVED] Console command
« Reply #1 on: October 14, 2007, 10:24:16 pm »
That is no command, that is a selector for presets.

next_ghost

  • Posts: 892
  • Turrets: +3/-6
[SOLVED] Console command
« Reply #2 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"
If my answer to your problem doesn't seem helpful, it means I won't help you until you show some effort to fix your problem yourself!
1.2.0 release's been delayed for 5:48:00 already because of stupid questions.

Prototype

  • Posts: 2
  • Turrets: +0/-0
[SOLVED] Console command
« Reply #3 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.  :)