I'm no programmer of any kind, but i've spent hours now reading the threads on this, I think its jumbled my brain a bit so I want to get a little confirmation from those that have done it that I am applying it right.
The file that needs to be modified is the "interaction.vfp" that is contained in the pak000.pk4 file that is found in doom3\base directory.
Associate the .pk4 extension to winrar. ( basically doubleclick that pak000.pk4 file, and when it says it can't open it, do you want to try a particular program to open it, choose winrar )
Once done that should allow you to open that file ( make a backup first
)
navigate to doom3\base\glprogs in pak000.pk4. "interaction.vfp" should be located in there.
Now from what I gather you can either copy this entire file (humus's updated interaction.vfp
or just make the change to the file manually ~
Scroll down to the section that reads
and change it to
Close the pak000.pk4 file now in winrar and it should ask you if you want to make the changes in the file. Tell it yes, and give it a few seconds while it does so.
Am I reading that right? I'm trying to pound this out so I can explain/do it for my less computer savy friends.
Thanks!
The file that needs to be modified is the "interaction.vfp" that is contained in the pak000.pk4 file that is found in doom3\base directory.
Associate the .pk4 extension to winrar. ( basically doubleclick that pak000.pk4 file, and when it says it can't open it, do you want to try a particular program to open it, choose winrar )
Once done that should allow you to open that file ( make a backup first
navigate to doom3\base\glprogs in pak000.pk4. "interaction.vfp" should be located in there.
Now from what I gather you can either copy this entire file (humus's updated interaction.vfp
or just make the change to the file manually ~
Scroll down to the section that reads
# perform a dependent table read for the specular falloff
TEX R1, specular, texture[6], 2D;
and change it to
# perform a dependent table read for the specular falloff
# TEX R1, specular, texture[6], 2D;
MAD_SAT R1, specular, 5.0, -4.0;
Close the pak000.pk4 file now in winrar and it should ask you if you want to make the changes in the file. Tell it yes, and give it a few seconds while it does so.
Am I reading that right? I'm trying to pound this out so I can explain/do it for my less computer savy friends.
Thanks!