Home Who's Online Today's Posts Mark Forums Read
Go Back   Dedicated to Cannabis Education, Recreational. Medicinal, and Cultivation. > 420 Cafe > Computer Stuff
Register FAQ Calendar Gallery Arcade Mark Forums Read Chat Room

Computer Stuff Geeks n' Tokers Unite.


Doom 3 Tweak, Speed Up by 40% Guaranteed

Computer Stuff


Reply
 
LinkBack Thread Tools Display Modes
Old 02-27-2008, 10:12 PM   #1 (permalink)
Has many harvests
BudMaster
 
the.fatman.cometh's Avatar
 

Location: llǝɥs ǝɥʇ uı ʇsoɥƃ ǝɥʇ ɯɐ !
Gallery: 1
Thanks: 385
Thanked 228 Times in 150 Posts
the.fatman.cometh is a splendid one to beholdthe.fatman.cometh is a splendid one to beholdthe.fatman.cometh is a splendid one to beholdthe.fatman.cometh is a splendid one to beholdthe.fatman.cometh is a splendid one to beholdthe.fatman.cometh is a splendid one to beholdthe.fatman.cometh is a splendid one to behold
Activity Longevity
0/20 20/20
Today Posts
0/0 sssss2757
Post Doom 3 Tweak, Speed Up by 40% Guaranteed

*** THIS ONLY WORKS FOR ATI CARDS***
First, open your doom3\base folder. Doubleclick on the pak000.pk4 file. In the "window can't open this file .. .bla bla" dialog, go on and associate the file with an app like WinRar. With this file open in WinRar, go to the glprogs directory in the file. In there you'll find the shaders. The interaction.vfp file seems to be the main rendering shader. Altering this shader to output a constant color turns most objects into that constant color, except for stuff like computer screens etc.

So doubleclick the interaction.vfp file to open it (you may have to associate the .vfp extension with a text editor like notepad or wordpad first since we're going to edit the file). Scroll down to the fragment shader. You'll find these rows:

Code:

PARAM subOne = { -1, -1, -1, -1 };
PARAM scaleTwo = { 2, 2, 2, 2 };


Add this right below them:

Code:

PARAM specExp = { 16, 0, 0, 0 };


Now scroll down to this:

Code:

# perform a dependent table read for the specular falloff
TEX R1, specular, texture[6], 2D;


Comment out that line by adding a "#" to it, and add another line that will do the same thing with math instead, so it should look like this:

Code:

# perform a dependent table read for the specular falloff
# TEX R1, specular, texture[6], 2D;
POW R1, specular.x, specExp.x;


Save the file and close your text editor. WinRar will ask if you want to update the file in the archive, select yes. Close WinRar and enjoy about 40% higher performance in Doom3.
__________________
Are you a gamer? Do you like fantasy fiction?

-----------------------------------------------
"Give me the place to stand, and I shall move the earth" — Archimedes


the.fatman.cometh is offline   Reply With Quote
Sponsored Advertisements

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox Speed Tweaks the.fatman.cometh Computer Stuff 16 08-01-2008 04:43 AM
fan speed lagboatlenny Newcomers Questions Welcome Here 4 06-09-2008 07:13 PM
***Please Tweak The Color*** the.fatman.cometh Suggestions & Support 30 04-21-2008 09:07 AM
Fan Speed control tokecrazy DIY 8 01-01-2008 08:21 AM
At Least 1 Of These Will Make You Laugh, Guaranteed! the.fatman.cometh Jokes n Funny Stuff 3 08-21-2007 07:17 AM


All times are GMT -4. The time now is 03:51 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 ©2008, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39