mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
QF performance config for voodoo2 allowing for playability
This commit is contained in:
parent
d95bf0ada8
commit
f30ac76477
1 changed files with 53 additions and 0 deletions
53
doc/config/glspeed-v2.cfg
Normal file
53
doc/config/glspeed-v2.cfg
Normal file
|
@ -0,0 +1,53 @@
|
|||
// setting made with qw-client-glx +setrom r_lightmap_components 1 +set vid_width 512 +set vid_height 384
|
||||
// on a 200mmx with a voodoo2
|
||||
// compiled with --disable-shared --with-static-plugins
|
||||
|
||||
// used to test different parts
|
||||
r_particles 1
|
||||
r_dynamic 1 // set gl_dlight_polyblend 0 if you turn this off for
|
||||
// all dlights to be off
|
||||
r_drawentities 1
|
||||
r_drawexplosions 1
|
||||
r_drawviewmodel 1
|
||||
|
||||
// map speedups
|
||||
gl_sky_clip 3
|
||||
gl_sky_divide 0
|
||||
gl_keeptjunctions 0
|
||||
gl_multitexture 0
|
||||
gl_texsort 0
|
||||
gl_triplebuffer 1
|
||||
gl_max_size 256
|
||||
|
||||
// dlight speedups
|
||||
gl_lightmap_subimage 2
|
||||
gl_dlight_polyblend 1
|
||||
gl_dlight_smooth 1
|
||||
r_dlight_lightmap 0
|
||||
r_dlight_max 8
|
||||
|
||||
// particle speedups
|
||||
gl_particle_mip 3
|
||||
gl_particle_size 2
|
||||
r_particles_max 50
|
||||
|
||||
// entity speedups
|
||||
cl_gibfilter 1
|
||||
gl_fb_bmodels 0
|
||||
gl_fb_models 0
|
||||
gl_lerp_anim 0
|
||||
gl_playermip 0
|
||||
gl_affinemodels 0
|
||||
|
||||
// general speedup
|
||||
cl_maxfps 72
|
||||
cl_maxnetfps 30
|
||||
cl_bob 0
|
||||
cl_bobcycle 0
|
||||
cl_bobup 0
|
||||
cl_predict_players 0
|
||||
cl_cshift_powerup 0
|
||||
cl_cshift_bonus 0
|
||||
cl_cshift_damage 0
|
||||
cl_cshift_content 0
|
||||
|
Loading…
Reference in a new issue