Does CVS 1.1.2 contains different files than the ZIP-File?
by Michael Hartlef · in Torque Game Engine · 04/28/2003 (12:18 am) · 8 replies
Hello all,
after purchasing TGE I downloaded the zip-file of the sdk because I couldn't get WinCVS to work at first. I also managed it to compile the demo and the samples work good. Only the racing mod not. It seems that the client part is missing. So my question is, does the CVS tag 1_1_2 include newer and missing files so I should take the time to update or can I be sure that the zip-file includes everything from the CVS 1_1_2 tag?
Cu
Michael Hartlef
after purchasing TGE I downloaded the zip-file of the sdk because I couldn't get WinCVS to work at first. I also managed it to compile the demo and the samples work good. Only the racing mod not. It seems that the client part is missing. So my question is, does the CVS tag 1_1_2 include newer and missing files so I should take the time to update or can I be sure that the zip-file includes everything from the CVS 1_1_2 tag?
Cu
Michael Hartlef
#2
usermods="fps";
or something that looks like that. change it to that:
usermodes="fps;racing";
and start your exe. It should now start the racing mod.
About the files. If the download of your zip file wasn't corrupted in a way, you should have all the files. Please correct my, if I'm wrong.
04/28/2003 (12:53 am)
about the racing mod: in your example folder (where the exe is) you have a main.cs. Open it. On one of the first lines it saysusermods="fps";
or something that looks like that. change it to that:
usermodes="fps;racing";
and start your exe. It should now start the racing mod.
About the files. If the download of your zip file wasn't corrupted in a way, you should have all the files. Please correct my, if I'm wrong.
#3
I just wanted to know if the ZIP file contains the same stuff from the 1_1_2 tag.
@Marco: I will try that. I replaced the fps with racing before and that just gave
the black window. In one of the files it trys to execute the client stuff.
And in my folder structure of the racing example, there is no client folder.
In fps or rw there is.
04/28/2003 (3:57 am)
@Ben: No I don't dislike WinCVS. At first I didn't got it to run. But it works know.I just wanted to know if the ZIP file contains the same stuff from the 1_1_2 tag.
@Marco: I will try that. I replaced the fps with racing before and that just gave
the black window. In one of the files it trys to execute the client stuff.
And in my folder structure of the racing example, there is no client folder.
In fps or rw there is.
#4
I tried it yeasterday. It should work thought...
04/28/2003 (4:00 am)
That's right. the racing folder contains no client folder. Well, I think it doesn't. But at least there aren't as much folders and files as in FPS or RW.I tried it yeasterday. It should work thought...
#5
04/28/2003 (4:44 am)
Thank you Marco, I will try what you suggested.
#6
torquedemo -mod racing
This works for me fine. You can also test realmwars.
torquedemo -mod rw
See if this helps.
MJ....
04/28/2003 (5:50 am)
Michael. You can also shell out to dos from windows and run the racing mod manually.torquedemo -mod racing
This works for me fine. You can also test realmwars.
torquedemo -mod rw
See if this helps.
MJ....
#7
Also see the following in the Torque documentation
05/07/2003 (11:37 am)
Thanks Jackie, that is the correct way to access the other mods.Also see the following in the Torque documentation
#8
05/08/2003 (10:36 am)
Thank you all, it worked with the tips
Associate Ben Garney
But if you dislike WinCVS (or it dislikes you), perhaps TortoiseCVS would work better.
www.tortoisecvs.org/
edit: (Oh yeah - what error is it giving you? Perhaps there's another problem, and you have all the files.)