Game Development Community

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();", "");


#1
09/09/2010 (7:25 pm)
The bug with numpad minus is an ancient bug (TGE,TSE,TGEA...).
It was reported several times through the years but still presents in T3D.
#2
09/09/2010 (7:59 pm)
Logged as TQA-1051 for the QA team to verify.