Game Development Community

Direct X 9 Patch

by Chris "DiGi" Timberlake · in General Discussion · 11/03/2003 (4:47 pm) · 6 replies

Can anyone tell me how to patch this? i got the UNxUtils, but i cannot figuare out for the life of me how to patch it, can someone help me?

#1
11/03/2003 (6:54 pm)
Sorry dont have a clue
#2
11/03/2003 (8:18 pm)
What patch are you trying to apply? Do you have a URL you got it from?

What unix utils are you using? There are several different distributions out there.

We need details to help you ;)
#3
11/05/2003 (8:58 pm)
Ok the direct x 9 patch in the download, and i need to know how to use Unx Tools, its like Version 2.6.0 i think
#4
11/05/2003 (10:25 pm)
You can find some infos on how to apply (and make) patches.
www.garagegames.com/docs/torque.sdk/gstarted/patches.html

in short:

cd c:\test
patch -p0 < ..\patchname.patch

You have to go into the directory where Torque is (the engine folder) in your cmd. Then type in
patch -p0 < pathtoyourpatch\patch.patch.

The changes are then applied to your code.
#5
11/06/2003 (8:11 pm)
Wow thnx man!
#6
11/06/2003 (10:05 pm)
No problem.