Game Development Community

Somebody using TGB1.5B3 with 1.3 games?

by Adam Johnston · in Torque Game Builder · 04/26/2007 (4:49 pm) · 22 replies

Hi guys!
I was out of TGB development for months, I just downloaded the 1.5B3 release today and was comparing the amount of changes (a lot). So instead of doing all the regression path by myself I think is safe to ask here first if somebody has ported his 1.3 games to this release (I have done some modifications to the code base so for me it's more painful to do this)
Somebody?
Thanks.
Page«First 1 2 Next»
#21
09/11/2007 (9:48 pm)
To get datablocks to show up in the editor in 1.5.1 you need to either put them in gameScripts/datablocks.cs or exec the file they are in inside that. Due to the tool and player separation all game scripts are not exec'd while inside the tool, so the editor checks for that specific file in a project.
#22
09/11/2007 (9:55 pm)
Thanks Matthew, that helped clear things up.
Page«First 1 2 Next»