Game Development Community

RTSunit selection circle error

by Affectworks · in RTS Starter Kit · 01/27/2005 (1:49 pm) · 4 replies

I renamed the starter.RTS folder and now the selection circle shows up as a giant solid square. :( does anyone know how to correct this?

#1
01/27/2005 (4:25 pm)
My guess is a script someplace in the renamed starter.rts folder is specifically asking for the image located in starter.rts. I would search all of the scripts, via a find in files, for the string "starter.rts" and replace any filenames you come across.
#2
01/27/2005 (4:36 pm)
I found the answer on my own and instead of erasing my thread I will just answer it to help anyone else who might find themselves stumbling over this.

This is just for anyone that wants to start building from the RTS Kit and be able to not have to have starter.RTS as the name of the folder in their game folder

Solution: You must rename all the .cs files that have the starter.RTS/ absolute link in them. Then the cute little snippet of code is located in line 801 of file terrData.cc that has starter.RTS as the root folder in the link.

Later
#3
01/27/2005 (5:11 pm)
It's always good to post solutions if you find 'em on your own. Thanks.
#4
02/03/2005 (4:10 am)
I have a resource that addresses this issue, plus a few others if you start moving stuff around:
http://www.garagegames.com/mg/forums/result.thread.php?qt=23473