Game Development Community

2D starter game input / frame rate problem

by Branislav Vajagic · in Torque X 2D · 09/10/2009 (2:33 pm) · 3 replies

I created a starter game, built it and run it. But it works veeery slow.
When I press wsad keys there is almost no movement for garage games logo. About 1 pixel every 5 seconds.
But there is a punch line :) When I move mouse pointer over the task bar and tool tip for another window pops up the game starts running at normal speed. When the tool tip disappears, the game goes back to 1 frame per minute ratio....

Any clues?

About the author

Recent Threads


#1
09/10/2009 (3:18 pm)
Sounds familiar. :-) Open torqueSettings.xml from the solution and locate the SimulateFences parameter and change it to "true" and see if that resolves it.

Check this thread for more details:
http://www.garagegames.com/community/forums/viewthread/95747
#2
09/10/2009 (4:27 pm)
Yes that does it :)
Thanks.
#3
10/27/2009 (7:33 pm)
Thanks for this post, I never would have figured that out without this thread.