40% speed increase in doom3
49 posts
• Page 4 of 4 • 1, 2, 3, 4
- [U.S.C] Amaryl
I made several tries to get it working, I put the # before that line and added POW and blah balh.. like:
# TEX R1, specular, texture[6], 2D;
POW R1, specular.x, specExp.x;
from the beginning and I also tried:
TEX R1, specular, texture[6], 2D;
POW R1, specular.x, specExp.x;
adding all the changes needed :
PARAM subOne = { -1, -1, -1, -1 };
PARAM scaleTwo = { 2, 2, 2, 2 };
PARAM specExp = { 16, 0, 0, 0 };
but both configs made the game looks like that shoot in total darkness ( with an increase in fps at least)
but after checking out settings in the file and making some small changes like adding just:
PARAM specExp = { 16, 0, 0, 0 };
and removing:
PARAM subOne = { -1, -1, -1, -1 };
PARAM scaleTwo = { 2, 2, 2, 2 };
from the config file made the game runs OK as the beginning but no increase in fps
But trying again if it worked the tweak adding:
PARAM subOne = { -1, -1, -1, -1 };
PARAM scaleTwo = { 2, 2, 2, 2 };
PARAM specExp = { 16, 0, 0, 0 };
total darkness didnt show up and game was running ok but there was no increase in fps
really weird.
Here the final result after tweaking the file:
# TEX R1, specular, texture[6], 2D;
POW R1, specular.x, specExp.x;
from the beginning and I also tried:
TEX R1, specular, texture[6], 2D;
POW R1, specular.x, specExp.x;
adding all the changes needed :
PARAM subOne = { -1, -1, -1, -1 };
PARAM scaleTwo = { 2, 2, 2, 2 };
PARAM specExp = { 16, 0, 0, 0 };
but both configs made the game looks like that shoot in total darkness ( with an increase in fps at least)
but after checking out settings in the file and making some small changes like adding just:
PARAM specExp = { 16, 0, 0, 0 };
and removing:
PARAM subOne = { -1, -1, -1, -1 };
PARAM scaleTwo = { 2, 2, 2, 2 };
from the config file made the game runs OK as the beginning but no increase in fps
But trying again if it worked the tweak adding:
PARAM subOne = { -1, -1, -1, -1 };
PARAM scaleTwo = { 2, 2, 2, 2 };
PARAM specExp = { 16, 0, 0, 0 };
total darkness didnt show up and game was running ok but there was no increase in fps
really weird.
Here the final result after tweaking the file:
49 posts
• Page 4 of 4 • 1, 2, 3, 4
Who is online
Users browsing this forum: No registered users and 17 guests