Game Development Community

Update: fixed! Missing RTS.dsp file

by Anthony Rosenbaum · in RTS Starter Kit · 11/20/2004 (7:47 am) · 7 replies

When I load the Torque SDK.dsw I always get an error that the RTS.dsp file is missing? The only thing I have done is extract the SDK from the installer. am I missing something?

#1
11/20/2004 (7:52 am)
Currently RTS.dsp is missing from the installer, but it will be included in the next version. (Will be released Monday, I believe?)

Until then, use the standard Torque Demo.dsp from the 1.3.0 installer and just manually add in the RTS files (game/rts/) and I believe there is a new addition in the terrain directory. I just readded all terrain files to be sure. :)

I hope this information is correct. I haven't had my morning cup o coffee yet. :)

Edit: Ah, here we go! The thread I was thinking about!

Vc6
#2
11/20/2004 (5:30 pm)
Sorry Anthony, I messed up the vc6 proj file and didn't fix it before we released. Updated project file coming next week, and in the mean time you can follow John's advice above. :)
#3
11/22/2004 (7:04 am)
This been changed yet?
#4
11/22/2004 (8:04 pm)
Any word?
#5
11/22/2004 (8:51 pm)
@anthony

copy the torquedemo.dsp from the vc6 dir of the regular torque sdk into the vc6 directory of the rts kit and rename it to rts.dsp

open torqueSDK.dsw. yes, you want to convert them all

in the torquedemo project r-click the game dir and add a subfolder called rts
r-click the rts dir and add existing files
add all the files in engine/game/rts

r-click the terrain subfolder in the torquedemo project and add existing files
add the file engine/terrain/terrselection.cc

compile
#6
11/23/2004 (6:05 am)
Thank you
#7
11/23/2004 (3:55 pm)
The new update, now available to download from your My Garage homepage, contains a VC6 project file as well.