Game Development Community

Debug Console not showing up in Platformer Starter Kit.

by Andrew Strauch · in Torque X Platformer Kit · 05/18/2010 (9:04 pm) · 1 replies

Hi, I recently found out about the built-in debug console in TorqueX and I am trying to get it to work with the Platformer Starter Kit. Has anyone been able to get it working properly? Nothing comes up with I hit the ~ key when the game is run (both from the code side and the TXB side). I've tried the following 2 things without success:

1) Including adding TorqueCore project to the solution and adding the appropriate references
2) Starting a TorqueX2D Starter game, adding the PlatformerStarterKit project to the solution, migrating my
old code to the new project, and adding the appropriate references.

Is there another way to get it working? It works on the samples and any other new Torque X Starter game that I create, but I just doesn't seem to work with the PlatformerStarterKit. Thanks for any help you can give.

#1
05/26/2010 (10:30 am)
Works fine for me, if I press ~ or the left thumbstick down, it pops up. Make sure you click on the window first to give it focus, that might be it? I have version 3.1 TX and 3.1 platformer kit.