January 2, 201313 yr Hello, Many FSX AddOns today come with a higher texture resulution than 1024. PMDG for instances uses 4096 textures and they, as well suggest as others that the TEXTURE_MAX_LOAD should be set to 4096. As I did, probably all of us had to do this manually. This isn't much work, however there is one problem: If you open the FSX Options menue to adjust something, the TEXTURE_MAX_LOAD is defaulted back to 1024 again. Ofcourse you can set it back to 4096 manually again, but if you often go to these options menue you will spend your time setting your TEXTURE_MAX_LOAD to 4096 all the time instead off flying. So I tried to overcome this and wrote a little program. You can find it here: CLICK And it looks like this: This program basicall just sets the TEXTURE_MAX_LOAD to whatever you selected, after FSX put it to the default 1024. I hope at least some of you find the programm usfull and evenutally leave me a feedback. Best regards, Jonathan John Rubens
Create an account or sign in to comment