Problem with TGB; keeps loading the same game...
by Caleb Child · in Torque Developer Network · 02/18/2007 (7:57 pm) · 2 replies
I'm playing with the torque game Builder's demo, and I've run into an awkward situation. I'm sure I did something wrong, but I don't know what nor where.
I followed the example to create the fish game, but now every game is that fish game. I try to load up another game, and it will black out as if it were loading, but then it comes right back into the fish game. This is aggrivating, I can't see any other demos because that is all it will load!
Then I tried to make a new project so I could try my hand at making my own game before the demo expires, but even when making a new project it still loads the same flipping fish game! There's a new directory for the new project, but I still get nothing but fishies.
I had been able to load those other games in the past, but I do not know when this problem started occurring.
Could someone please point out my error so that it may be corrected?
(And I question if this is the right forum for this topic, but I do not see any forum that reffer specifically to the gane builder, only to the game engine. Perhaps there is one for liscenced TGB users, but I'm just trying to run the demo to see if it's what I really want.)
I followed the example to create the fish game, but now every game is that fish game. I try to load up another game, and it will black out as if it were loading, but then it comes right back into the fish game. This is aggrivating, I can't see any other demos because that is all it will load!
Then I tried to make a new project so I could try my hand at making my own game before the demo expires, but even when making a new project it still loads the same flipping fish game! There's a new directory for the new project, but I still get nothing but fishies.
I had been able to load those other games in the past, but I do not know when this problem started occurring.
Could someone please point out my error so that it may be corrected?
(And I question if this is the right forum for this topic, but I do not see any forum that reffer specifically to the gane builder, only to the game engine. Perhaps there is one for liscenced TGB users, but I'm just trying to run the demo to see if it's what I really want.)
About the author
http://calebchild.boldlygoingnowhere.org/caleb/
#2
There was some sort of filter that kept that forum from being listed. No wonder I could never find it...
02/19/2007 (3:45 pm)
Well I'll be...There was some sort of filter that kept that forum from being listed. No wonder I could never find it...
Associate David Higgins
DPHCoders.com
Chances are, you may have inadvertantenyl altered one of the core torquescript files that the level builder uses (this could would be main.cs in both games/main.cs and games/yourMod/main.cs)
To retrieve a 'proper' version of main.cs, your only real option is to re-install TGB to bring it back ...
A good rule of thumb I use is to always keep two copies of TGB around, one of them is 'clean', I make no changes to it, so that if I do mess up any core functionality by mistake I can correct the issue by replacing any core files from the 'clean' copy.