Burkhard 22 Posted December 28, 2005 Report Share Posted December 28, 2005 Dear friends, now that I could reproduce your effect: Try the following: Edit FS9.cfg, typically in your user profiles. You will find a line. Texture_bandwidth_mult=xx, with xx=40-60. Increase this, I used 120. Second, you will find a line Texture_max_load=1024, increase again, I used 2048. On this system, any stuttering was wiped away, as smooth as my home systems. Quote Link to post Share on other sites
Burkhard 22 Posted December 28, 2005 Author Report Share Posted December 28, 2005 Makes a lot of sense after reading this again, from: http://www.steve-lacey.com/blogarchivesters.shtml John - By default, the texture manager will upload a maximum number of texture's per frame. This is measured in bytes, and the default is the equivalent of three 256x256 textures with mips. The 'three' comes from a configuration variable you may not be familar with. This is TextureMaxLoad in the DISPLAY section. The default is three. This value is multiplied by the TEXTURE_BANDWIDTH_MULT configuration variable and divided by the target framerate only in the case where you have a target framerate set. With 'unlimited', the variable will have no effect. So, you can see that the value is a multiplier, rather than having any specific units. This means: Assume, you have texture_bandwidth_mult at 40, and the fps delimiter at 20. Than you can load per frame 2x what texture max load allows. Increasing both values allows for more textures to load, and you have to find the best balance for your system. Quote Link to post Share on other sites
Burkhard 22 Posted December 28, 2005 Author Report Share Posted December 28, 2005 Further reading, behind the TEXTURE_BANDWIDTH_MULT=120 you can add another line TextureMaxLoad=8 3 is the default value, do not change to meaningless values, but 6 or 8 should still be safe. TEXTURE_BANDWIDTH_MULT is said not to exceed 400. Quote Link to post Share on other sites
Burkhard 22 Posted December 28, 2005 Author Report Share Posted December 28, 2005 Went back to normal MT2006 with the above settings. Much better than before, slight delays, but the are the knobs to turn we were searching all the time. Quote Link to post Share on other sites
Valcor 0 Posted December 28, 2005 Report Share Posted December 28, 2005 I will give this fix a try as soon as I get home from xmas holiday. Quote Link to post Share on other sites
Burkhard 22 Posted December 29, 2005 Author Report Share Posted December 29, 2005 Interesting that on my home systems texture_bandwidth_mult is 120 resp 200 after stock FS9 install. Is FS9 just not aware of the new grafics adapter series and puts this and maybe other parameters completely stupid? Quote Link to post Share on other sites
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.
Note: Your post will require moderator approval before it will be visible.