grecco_diego
Newbie
- Joined
- Nov 9, 2003
- Messages
- 67
- Reaction score
- 0
*topic*
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
grecco_diego said:AI errors? I wanna do this to get rid of stuttering, my half life 2 is original.
...hahahaha!grecco_diego said:I don't care. I want it forced.
Eon Blue said:Get GCFscape and extract everything to the HL2 directory. That's a start, at least.
Me said:http://www.hlfallout.net/forums/index.php?showtopic=21617
Go there ^ read....
Then download contig. The readme explains how to use the program contig to to defrag your specific HL2 files.
You must go to
Start>Run> then type in "cmd" to get a command console.
When the cmd console opens, it shows:
C:\Documents and Settings\yourname>
In the command console, go to the direcotory where contig.exe is stored. For me it was:
G:\Downloads\Utilities\Contig
For DOS newbs this required me to enter at the command prompt "g:"
C:\Documents and Settings\yourname>g:
which begat
G:\>
Then I entered:
G:\>cd Downloads\Utilities\Contig
This putme into the contig folder:
G:\Downloads\Utilities\Contig
I used a two switches to defrag all files in all subfolders and print out the results. The command I used looked like this:
G:\Downloads\Utilities\Contig>contig -s -v "C:\Program Files\Steam\SteamApps\*.*"
The quotes have to be used because of the space in Program Files.
Many people did not use *.* at the end and only defragged the .gcf files.
For that the cmd line would have been:
G:\Downloads\Utilities\Contig>contig -v "C:\Program Files\Steam\SteamApps\*.gcf"
This put me from 4.06 fragments per file on average to 1.27 fragments/file.