Popular Post Shana Posted June 24, 2013 Popular Post Posted June 24, 2013 (edited) I wrote this topic for players who have not so good computers but want to play ET. There are many fps drops during the game on such computers. I have 1gb ram, 1,6ghz and it's laptop. By those commands I got stable 25fps, on bigger maps no fps lags unless laptop is overheated -.-". Every command should be typed during the game in command box(can be activated by pressing ~) or find it in you config. Typing in game commands with / ->example /seta r_mode "-1" , in config without / ->example seta r_mode "-1' If you are typing those commands in game, by finishing make /writeconfig .cfg -> /writeconfig fps.cfg (default etconfig.cfg). I prefer this method bacause there are no useless commands in your config, only those you need to set. I have some trouble because at the first time i've copied everything from autoexec.cfg and then deleted some commands(there were 965cvars and others) and now I type several and make /writeconfig.... So here we are: Those sentences after // are just explanations to commands.(for most commads you don't need explanation) Main Commands /cg_drawfps 1 //you will see if your fps got higher /seta cg_atmosphericEffects 0 /seta cg_bloodDamageBlend 0 //this and 2 next don't need to be turned off, if you still have fps drops turn them off(after typing all commands) /seta cg_bloodFlash 0 //some players want to leave it(it can be turned on in esc->options->view(bottom) /seta cg_bloodTime 0 /seta cg_coronafardist 0 /seta cg_coronas 0 /seta cg_marktime 0 /seta cg_wolfparticles 0 /seta r_allowExtensions 1 // allows to use OpenGl extensions /seta r_cacheshaders 1 // enables shader buffering /seta r_clampToEdge 1 // fog height /seta r_colorMipLevels 0 // Level of colors(part colors) /seta r_detailtextures 0 // no detailed textures /seta r_dlightBacks 0 // when it 1 -> alignment of brightness for dimmer and brighter areas /seta r_drawfoliage 0 // doesn't show grass /seta r_drawSun 0 // doesn't show sun /seta r_dynamiclight 0 // doesn't show the flash effects /seta r_ext_compiled_vertex_array "1" /seta r_ext_compressed_textures "1" // shows compressed textures /seta r_ext_texture_filter_anisotropic "0" /seta r_fastsky 1 // one coloured sky /seta r_finish 0 // turning of sync every frame /seta r_flares 0 // no explosion flashes /seta r_glIgnoreWicked3D "0" // by using 3dfx, inores wrong 3D /seta r_lodbias 3 // quality of rendering objects, 0-high, 1-medium, 2-low, 3-custom /seta r_lodCurveError 60 // specifies the height of dropping curves /seta r_lodscale 5 // specifies the scale of adjusting level to detail /seta r_picmip 3 // quality of textures - 0-high, 1-medium, 2-low, 3-custom /seta r_primitives 2 // specifies the rendering methods /seta r_roundImagesDown 5 // rounding images /seta r_smp 0 // enables the use of multiprocessor /seta r_stencilbits 8 // color depth for textures /seta r_subdivisions 4 // specifies the curve detail /seta r_swapInterval 0 // enables vertical sync /seta r_textureAnisotropy 0 /seta r_texturebits 16 /seta r_textureMode GL_NEAREST_MIPMAP_NEAREST // you can set textures to lowest avaliable by typing seta r_testureMode GL_NEAREST /seta r_ext_multitexture "1" // Default is 1 but you never know, has quite a big impact on fps /seta r_ext_texture_env_add "1" // Should be 1 if multitexturing is 1 /seta cg_drawCompass "0" //0 turns off minimap in right top corner /seta cg_drawCroshairPickups "0" //0 turns off the indicator that something can be picked up /seta cg_MuzzleFlash "0" //0 turns off the flash from shotgun /seta cg_fastSolids "1" //1 makes anything that has no bumpmap texture into a block /seta cg_gibs "0" //makes dead enemy's bodies just a corpse /seta cg_railTrailTime "0" //ammount of time in milliseconds that railtrail shows /seta cg_simpleItems "1" /on some pcs this may not work, makes ammo,medic packs 2D /seta cg_trailParticles "0" // no debris when ammo hits the floor /seta cg_teamChatHeight "3" //amount of lines of text shown from team conversations on hud, 3 is enough /seta cg_voiceSpriteTime "0" //amount of time in millisecond which shows the symbol above the head of someone saying i need ammo/medic /seta r_colorbits "0" //16 million bit color pallete /seta r_depthbits "0" //16 megabit texture /seta r_rmse "25" //root-mean-squared-error shows the allowable ratio of accuracy in drawing size differences of objects by distance, this one is bad for long-distance shooting /seta r_simpleMipMaps "0" //0 is off, 1 will turn on simplemipmapping which makes pixels flow into each other to show realistic blurring of visuals /seta s_doppler "0" //0 turns of latent sound effects /seta s_khz "11" //11 is the lowest sound quality, 44 is highest, /seta r_facePlaneCull "0" // 1 is faster, activates Z-Culling and ET won't draw surfaces that are not visible /seta r_ext_compressed_textures "1" //needs to be tested, for me 0 gives more fps /seta s_mixahead "0.2" // Here I can play with 0.06 without errors /seta s_mixPreStep "0.05" // Playable without errors with 0.04 on my PC /seta r_facePlaneCull "0" // 1 is faster, activates Z-Culling and ET won't draw surfaces that are not visible /seta r_ext_compressed_textures "1" //needs to be tested, for me 0 gives more fps seta s_mixahead "0.2" // Here I can play with 0.06 without errors seta s_mixPreStep "0.05" // Playable without errors with 0.04 on my PC Setting Fps For those - if you have lots of ram set them to higher values /seta com_zoneMegs "32" /seta com_hunkMegs "300" /seta com_soundMegs "48" After all those type /seta max_fps 30 // a value you prefer 30 is enough for playing, set higher for better experience for example in trick jumping /seta com_maxfps 30 // a value you prefer 30 is enough for playing, set higher for better experience for example in trick jumping Resolution Try to use your desktop resolution, or the smalest one(don't make it 640x480 cause you won't see anything). Always watch your fps for example staring at the wall 48fps resolution smaller 63fps higher resolution 36fps, etc... In config: seta r_mode "-1" // to set custom heightxwidth seta r_fullscreen "0" //windowed mode seta r_customwidth "960" // set your custom width seta r_customheight "768" // set your custom height After typing some you will see a message "... will be changed upon restarting" So make /vid_restart If you don't like change after some commands type /reset that command And you should have better fps! Here is a screenshot after those commands: Write a PM to me if there are some mistakes, Thanks! Change log: 1.07.2013 Added some definitions, changed from - to // comments 7.07.2013 Added new commands(at the end of first command box) and fixed some mistakes 29.07.2013 Added custom resolution, how it affects fps; minor changes-> text placement, bolding titles, etc. 1.08.2013 New usefull command 'writeconfig', minor changes(some letters were wrong) Edited August 1, 2013 by Th3ory 10 Quote
S3ti Posted June 24, 2013 Posted June 24, 2013 (edited) You can get a bit more out of that especially on low spec hardware... Also it's good to experiment with some values on different setups and test it with timedemo since the results can be different on different machines. /seta r_facePlaneCull "0" // 1 is faster, activates Z-Culling and ET won't draw surfaces that are not visible /seta r_ext_compressed_textures "1" //needs to be tested, for me 0 gives more fps /seta r_primitives 2 // 2 should be the same rendering method as 0; 1 was always the slowest for me and 0 the fastest but worth to try 0/1/2 on different videocards I guess /seta r_stencilbits 8 // Only used with cg_shadows 2/3, which is bugged and slow, can be 0 to save a tiny bit of video memory and cg_shadows 0 of course /seta r_depthbits 16 // Doesn't make a noticable difference in fps but values lower than 24 should be restricted imho /seta r_roundImagesDown 5 // Can be 0 or 1; 5 doesn't harm but is useless Also you can get quite a few fps by sound settings, lower these settings till you get dropouts or crackling in game, then up them a bit again till the errors are gone (after changing them in game do /snd_restart): seta s_mixahead "0.2" // Here I can play with 0.06 without errorsseta s_mixPreStep "0.05" // Playable without errors with 0.04 on my PC And always test it with a demo, preferably a short one of about ~5 min. Type /timedemo 1 first in console before starting the demo. The demo will then be played faster than normal and at the end you can see the fps values in the console, only way to get reliable results when testing this stuff. Edited June 24, 2013 by S3ti 4 Quote
Shana Posted June 24, 2013 Author Posted June 24, 2013 I wrote most important things, thanks anyway S3ti 1 Quote
Death_Reincarnated Posted June 24, 2013 Posted June 24, 2013 This is the closest you will ever get to the Minecraft experience. I support these cvars and actually use most of them even though I have a good PC lol - reason being is that it helps improve your game and not just your PC performance. Quote
S3ti Posted June 25, 2013 Posted June 25, 2013 P.S. How is it even possible to play with 25 fps? I can't even look at 76 fps without getting a depression Oh and you could add to that list: seta r_ext_multitexture "1" // Default is 1 but you never know, has quite a big impact on fpsseta r_ext_texture_env_add "1" // Should be 1 if multitexturing is 1 Quote
Leader RedBaird Posted June 25, 2013 Leader Posted June 25, 2013 /seta r_drawfoliage 0 is cheat-protected on jay2. I will have fun checking the others. I had better save my current settings for safety! Quote
Shana Posted June 25, 2013 Author Posted June 25, 2013 S3ti I'm a patient person and those 25fps go down when sb uses lots of flamer or when there are really big maps but normally it's stable RedBaird Good Luck! Quote
Ann!b@l Posted June 25, 2013 Posted June 25, 2013 (edited) seta r_ext_texture_env_add "1" // Should be 1 if multitexturing is 1 Mine is setted on 0 and increase my fps.. For the rest you mentioned above, seems we got same settings and I agree your statement.. Reached 2333fps, useless but a way to check my settings.. edit: forgotten to say /r_dlightbacks on 0 will increase strongly your fps.. /r_lobdias 3=custom settings, I use this one since my render is a customised one and allows me to choose a lower quality than with the setting 2 Even with my old pc with or without a graphic card I was able to reach the 125fps stable.. 25 seems to me quite low and not normal.. Edited June 25, 2013 by Ann!b@l Quote
Shana Posted June 25, 2013 Author Posted June 25, 2013 Added to commands. Thanks everyone for help Quote
S3ti Posted June 25, 2013 Posted June 25, 2013 (edited) Mine is setted on 0 and increase my fps.. For the rest you mentioned above, seems we got same settings and I agree your statement.. Reached 2333fps, useless but a way to check my settings.. edit: forgotten to say /r_dlightbacks on 0 will increase strongly your fps.. /r_lobdias 3=custom settings, I use this one since my render is a customised one and allows me to choose a lower quality than with the setting 2 Even with my old pc with or without a graphic card I was able to reach the 125fps stable.. 25 seems to me quite low and not normal.. Just tested it and r_dlightbacks 0/1 makes no difference on my PC and it's anyway only active if r_dynamiclight is 1. Setting r_dynamiclight 0 makes quite a difference in fps I noticed (it's on the list already), I just had it off to get rid of the flashlight when shooting. Some settings should just be tested on different systems and prolly Ati and Nvidia cards handle some settings different. lol 2333 fps, what the hell is that? I reach between 170 and 240 with timedemos dependant on the map Edited June 25, 2013 by S3ti Quote
Ann!b@l Posted June 25, 2013 Posted June 25, 2013 (edited) yep 2333fps.. And it's close to be stable online and on every maps, when I'm not on a weak place for fps on some maps even if I still get more than 1000fps.. I had already posted a screenshot with 1000fps but I don't use them because at 800/1000fps the picture of my gun start to vibrate, my crosshair freezes/immobilises himself, losing so the control of my mouse in game.. Only way to fix this, is to restart the game each time.. Also, I always get a interrupted message of connection when it's so high.. Anyway, all this amount of fps is pretty useless so... ps: it's an Nvidia for my part Edited June 25, 2013 by Ann!b@l Quote
GoldenWings Posted June 25, 2013 Posted June 25, 2013 (edited) @anni :ahhhhhhhh ha thats your secret but only as mentioned on the edge,i will it have too !!!muhahahaha Edited June 25, 2013 by Play Quote
Ann!b@l Posted June 25, 2013 Posted June 25, 2013 .. Nope Play.. My /com_maxfps is set only on 200.. Quote
Death_Reincarnated Posted June 26, 2013 Posted June 26, 2013 Anything above 333FPS is useless lol. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.