Chaaos wrote:Weird, getting 125 fps easily now
Two things though
I set com_maxfps to 333, but its capped at 125 for some reason
And r_drawdecals is an 'unknown' command apparently
Try this:
set r_lodbiasrigid "0"//Level of detail of static objects (-1000=better to 0=lowest)
set r_lodbiasskinned "0"//Level of detail of skinned objects (-1000=better to 0=lowest)
set r_lodscalerigid "4"//Level of detail of static objects (1=best to 4=worst)
set r_lodscaleskinned "4"//Level of detail of skinned objects (1=best to 4=worst)
Anyways, I have a question for KillerSam (or anyone that helped program the save/load feature)!
Let's say that I have save/load modules for CoD4...
Would it be possible to SOMEHOW execute them through a config file?