Project builder without "script" source broken?
by Nic Biondi · in Torque Game Builder · 06/27/2008 (6:37 pm) · 4 replies
Hello. I'm trying to build a demo of my project without the script source. There's a little button that supposedly lets you build it without the ".cs" files.. but it doesn't really seem to work. I get an error in the console that says it couldn't load the project. I can see the screen but I can't get my toon to move. Anyone have trouble with this?
-nic
-nic
#2
I made the changes and so far haven't seen a fix.. however I'm going to play with it a little more including, #gasp# restarting my puter!
cheers!
-nic
06/27/2008 (11:40 pm)
Thanks Philip.. here's an imaginary beer for helping me out at 7pm on a friday! I made the changes and so far haven't seen a fix.. however I'm going to play with it a little more including, #gasp# restarting my puter!
cheers!
-nic
#3
When I first found this bug I changed just about every "projectManagement.cs" file I could find. I think there are a few you have to. The main one is the one in the/.../T2DProject/common/gameScripts folder. I suggest you also make the changes to the one inside your actual /common/gamescripts folder.
Hope this helps ;)
06/27/2008 (11:47 pm)
Haha, cheers mate ;)When I first found this bug I changed just about every "projectManagement.cs" file I could find. I think there are a few you have to. The main one is the one in the
Hope this helps ;)
#4
And for your own amusement I will reveal, in shame, why it didn't work the first time:
I pasted this blindly into my files:
notice the extra \\\'s? ahahah anyways, it's obvious that that wouldnt have worked. I deserve some kind of punishment for my stupidity.
Thanks a ton. Without your help I would still be a frusterated little man!
-nic
06/28/2008 (1:39 pm)
Ok Phillip, your fix worked like a charm. I bow to you. And for your own amusement I will reveal, in shame, why it didn't work the first time:
I pasted this blindly into my files:
if( isFile( %userDatablockFile ) || isFile( %userDatablockFile @ \\".dso\\" ) )
notice the extra \\\'s? ahahah anyways, it's obvious that that wouldnt have worked. I deserve some kind of punishment for my stupidity.
Thanks a ton. Without your help I would still be a frusterated little man!
-nic
Associate Phillip O'Shea
Violent Tulip
In the mean time, open up your
You can also do the same thing with the guiProfiles