Darcshadow7 wrote:WOW! That worked, Now i just have to learn how to get better at the game!

Read Nexuiz/Docs/basics.html and tell us what you think about the tips there
On the other hand i wonder what option in that config file did the trick for you..
There are lots of non-related settings in that file and some funky ones (cl_movement "0" for example should always be 1, or at least for like 99,99999999% of the people)
gl_max_size "1024"
gl_picmip "8"
gl_vbo "0"
those look like they could have helped. The first one is 2048 by default but set to the limits of the graphic card automatically if lower. It can act similar to the second option for large textures. The second is the texture quality in the menu, and the third are the vertex buffers i asked to disable.
r_picmipworld "5"
thats wrong, this setting is just 0 or 1 (well 0 or NOT 0 thats why it still works..) it makes the settings gl_picmip also work for the level texture.
r_dynamic "0"
r_shadow_gloss "0"
r_shadow_realtime_dlight "0"
r_sky "0"
Those are also set/disabled when using the default low config (except sky but sky is hardly taxing the graphic card at all)
So i really wonder what did help
Unless i missed something, those are the settings from urmels config that possibly could have an effect in this matter at all. Maybe you can test if only those settings already help? If you delete config.cfg you basicly start at default settings. Just use those few lines instead of Urmels long file and see if that helps too. And then maybe by deleting line after line, deleting config.cfg and restarting see which of those option(s) did REALLY help? That could prove useful for others and also to learn more about why you are having this problem..
- Code: Select all
cl_bob "0"
cl_bobmodel "0"
cl_bobmodel_side "0"
cl_bobmodel_speed "0"
cl_bobmodel_up "0"
cl_bobup "0"
cl_noplayershadow "1"
cl_particles_blood "0"
cl_particles_bubbles "0"
cl_particles_bulletimpacts "0"
cl_particles_explosions_shell "1"
cl_particles_explosions_sparks "0"
cl_particles_quality "0"
cl_particles_size ".3"
cl_particles_snow "0"
cl_particles_sparks "0"
gl_max_size "1024"
gl_picmip "8"
gl_vbo "0"
r_dynamic "0"
r_glsl_deluxemapping "0"
r_picmipworld "5"
r_shadow_gloss "0"
r_shadow_realtime_dlight "0"
r_sky "0"