Quote:
Originally Posted by Mikemike47
So a similar commands.cfg entry for TC16 would start with:
[Cmd5]
Name=Time_compr_increase
Contexts=1,2,6,9,15
MnID=0x3F010001
Key0=0x6B,R,"Npad +"
Any help out there? I bet someone knows exactly how to get the key to repeat a total of 5 times in commands.cfg? ,R,R,R,R,???????? Got to be a very simple syntax fix!
|
This is not gonna work. The Repeat Flag indicates that this command is executed continiously as long as the assigned key is pressed.
Have a look at the move_forward command
Code:
[Cmd92]
Name=Move_forward
Contexts=1,2,3,5,9,11,13,14,15
Key0=0x57,R,"W";SH5
as long as you hold down "W" you'll move forward.
If you remove the "R" flag from this command and press "W"
you'll do only one single step forward.
In order to move you would have to press, release the "W" continiously