Game Development Community

Why is it crashing?

by Martin Askestad · in RTS Starter Kit · 03/23/2005 (3:48 pm) · 2 replies

I'm trying to create a new player thingy in RTS... I copied one of the scripts in the Avatars folder. Changed a couple of parameters and the DTS-shape. When I add the exec("scriptfile.cs"); to the init.cs in server, the program crashes when I try to load a mission.

What am I doing wrong??

#1
03/23/2005 (3:57 pm)
You should copy/paste your console.log, but I think its your model. try changing the dts to the rifleman dts. See if it still crashes.
#2
03/23/2005 (4:09 pm)
Ooops... somewhere in my fiddling of the parameters a ; vanished. When I fixed that it worked fine again.

Thanks anyway.