Game Development Community

Installing patches

by Brett Johnson · in Torque Game Engine · 11/10/2007 (9:31 am) · 22 replies

Does anyone know how to install patches? I've been trying to find a good upgrade for the water and I think I've found one, it's just I don't know how to install it.

http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=10357

This looks very good but I still can't install it. For one, my computer doesn't know what kind of file type it is (RAR. is kind of an unknown) and I can't understand the directions. Can anyone clarify the directions to install because I don't understand.
Page«First 1 2 Next»
#21
11/17/2007 (11:08 am)
1>..\engine\terrain\fluidRender.cc(16) : fatal error C1083: Cannot open include file: 'cg/cg.h': No such file or directory

Other than that everything was succesful! Ive experimented with the error but instead of one i get a chain of errors. So whats wrong with the derectory file?

also the torque exe. files turned into COMMAND. files and is no longer usable, i suppose if the error is filxed the file will return to an exe.?

Edit: readin posts in thread, appears some one go the same error
#22
11/17/2007 (5:43 pm)
You have to change a path in the cg includes folder.

Quote: From the resource instructions:
Important: you also need to open cgGL.h in the "Cg/include" folder and replace this:

#include

to this:

#include

Otherwise you'll get loads of compile errors.
That should fix your error.
I don't have a clue why the exe would be turned into a command file. I'll integrate this into stock torque this week and see if I can get it to work.
Page«First 1 2 Next»