Game Development Community

Cant do anything with beta3

by John Coyne · in Torque Game Builder · 01/23/2006 (1:06 pm) · 2 replies

Hi.
I'm using the beta3 and cant do anything at all, all i get the default T2D logo screen. I deleted the examples and pasted my code into the T2d directory. I know its looking in this directory cos thats what the default game is set to, and when i renamed the dir, it gave an error. It doesnt seem to be looking at "t2d/client/client" at all though cos renaming the file and putting errors in it doesnt nothing. Does anyone know what i'm missing?

#1
01/23/2006 (3:11 pm)
The directory structre and naming conventions changed in 3b. I think client.cs got renamed to game.cs so look there.

As a short term fix, try the 3a beta instead. The only difference between the two is the new directory structure that was implemented in the 3b release.

I haven't gotten around to moving my game to 3b yet so don't know all the gotchas, but I didn't have to do anything to get it running in 3a (it was previously running in Alpha 2).
#2
01/24/2006 (6:09 am)
Thanks
Going through the strategy tutorial now, I didnt realise it used beta 3 so it should help with my game and help me get my head round the newest beta. :)