Game Development Community

1.5 moveMap bind problem?

by Fyodor -bank- Osokin · in Torque Game Engine · 11/15/2006 (4:50 am) · 2 replies

I had this problem also when tried to do manual merge of /gui/ sources from TGB into 1.4.0

Description: "sometimes" when you open/close some gui dialogs the moveMap binds are stop working. You can't move, can't do anything (binds not active?). The only working method to make it work again - open and close e.g. console (globalMap bind).

Got this behaviour only once on clean SDK 1.5, can't repeat it...
anyone else meet this?

#1
04/05/2009 (4:47 pm)
Yes, I have had this happen to me twice yet I cannot fix it on this machine. It is very frustrating. I think I might create two files and perform all global bindings. The global bindings work but the local bindings do not.

The problem with creating all global binding is the editor stops working. So you have to maintain two files and swap them in and out as you use the editor.
#2
04/07/2009 (1:07 pm)
There is an issue when exiting the World Editor (F11) that the moveMaps do not enable, for this problem simply open World Editor (F11) and close it again and the moveMap should be enabled this time.

Check and make sure your not getting any console errors about the moveMap and diff the stock code to find out if you deleted any of the code that can "push/pop" the moveMap.