Page 1 of 1
[Request] Gadget to bind "C" to capture command
Posted: 13 Oct 2010, 05:37
by Forboding Angel
Basically I want to unbind c to possess and rebind it to the capture command. I know about half of how to do it, but I don't know how to bind to engine commands.
Re: [Request] Gadget to bind "C" to capture command
Posted: 13 Oct 2010, 05:58
by lurker
Spring.SendCommands "bind blah blah"
And there are other ways, too.
Re: [Request] Gadget to bind "C" to capture command
Posted: 13 Oct 2010, 08:17
by Google_Frog
Use uikeys.txt.
There are 2 ways to look at Evo:
1. A game that players install with a 1 click installer. In this case you can package your installer with your own uikeys.txt
2. A 'mod' for the Spring engine which players install with something like SD. In this case rebinding capture would annoy players as the players are likely to play many games.
Anyway if you still want to go ahead with rebinding the answer is lurker's "Spring.SendCommands" along with part of my uikeys.txt.
Code: Select all
unbind Any+c controlunit
bind c capture
bind shift+c capture
(Disclaimer, uikeys from 0.73 so c may no longer be bound to controlunit)