T3D 1.1 Beta 2 Issue in config.cs writing with numpadminus & numpadadd - LOGGED
by elvince · in Torque 3D Professional · 09/09/2010 (6:14 pm) · 2 replies
Build: 1.1 Beta - Full template
Platform: Windows 7 64 bit
Target: GuiControlProfile
Issue: if you setup bindcmd:
moveMap.bindCmd(keyboard, "numpadminus", "mycommand();", "");
moveMap.bindCmd(keyboard, "numpadadd", "mycommand();", "");
The config will then write
moveMap.bindCmd(keyboard, "minus", "mycommand();", "");
moveMap.bindCmd(keyboard, "+", "mycommand();", "");
Platform: Windows 7 64 bit
Target: GuiControlProfile
Issue: if you setup bindcmd:
moveMap.bindCmd(keyboard, "numpadminus", "mycommand();", "");
moveMap.bindCmd(keyboard, "numpadadd", "mycommand();", "");
The config will then write
moveMap.bindCmd(keyboard, "minus", "mycommand();", "");
moveMap.bindCmd(keyboard, "+", "mycommand();", "");
About the author
Torque Owner Ivan Mandzhukov
Liman3D
It was reported several times through the years but still presents in T3D.