Game Development Community

Having a problem with my Toy not showing up in Sandbox mode

by luke galutia · in Torque 2D Beginner · 09/27/2013 (6:05 am) · 3 replies

Hi all,
i am trying to follow the online, and video tutorials for torque2d, but for some reason it will not show my module in the sandbox menu. it is pretty much an empty scene, but from what i was watching on the video tutorials, from the code that i was following the blank module should be showing up, but isn't for some reason.
any recommendations?

About the author

background in blender and 3d animation. OS: ubuntu 12.04


#1
09/27/2013 (6:41 am)
Do it again. You must have missed something - if it's set up correctly it will show up.
#2
09/27/2013 (11:07 am)
Try hitting Ctrl + ~ (tilde) to bring up the console.
Do you see any errors which seem to relate to your module?

Additionally, in your script, try modifying the following line in your root main.cs file

ModuleDatabase.EchoInfo = false;

and change it to true

Now run your program and look at the console again (Ctrl+~), you should now see exactly what modules are loaded and when.
#3
09/28/2013 (7:26 am)
What Simon said. Always check the console and enable the appropriate echo information. It will also help if you post your module definition.