// hifi's max fps config for AQ2 // // benchmarked with Pentium III running at 900MHz and Geforce 2 MX400 // updated with Radeon 9600 Pro results on the same PC // // disable dynamic lighting for more fps, default on set gl_dynamic 1 set cl_lights 1 // gives around 5 fps more if enabled, can cause rendering problems, default off set gl_ztrick 0 // gives around 20 fps average more if disabled, will disable weapon flashing when shooting, default on set gl_flashblend 1 // disabling this will make maps look dull but gives some improved fps, default on set gl_coloredlightmaps 1 // smoothens textures and gives a nice fps boost, 2 or more for more fps (little gain) set gl_picmip 1 // with picmip this texture mode isn't so bad and gives higher fps set gl_texturemode "GL_LINEAR" // disable shadows, any kind set gl_shadows 0 // use 16 bit video mode, makes a huge difference set gl_bitdepth 16 // disabling multitexturing gives a HUGE fps boost but can cause rendeging problems, still worth a try set gl_ext_multitexture 0 // netgraph is drawn in a way thats really slow, REALLY slow set cl_netgraph 0 // console alpha can hit hard when using a low end graphics card set con_alpha 1 // not sure what all these do but they add some fps set gl_ext_texture_compression 1 set gl_ext_pointparameters 1 set gl_finish 0 set gl_round_down 0 vid_restart echo "=== hifi's fps config loaded ==="