These two keys (go to commander and go to idle builder) are very important to moderate and higher level play. You'll hit them very frequently.
So why, then, do we have c and b do nothing useful by default and require the user to hold down ctrl? In fact c is even worse than useless - pressing it actively harms your game as you have to go in and out of fps mode.
ctrl+c and ctrl+b should be just c and b
Moderator: Content Developer
Re: ctrl+c and ctrl+b should be just c and b
Run SelectionEditor.exe in spring directory, edit the control requirement out of the ctrl+c and ctrl+b selections, then unbind c from fpsing via uikeys.txt, done?
Re: ctrl+c and ctrl+b should be just c and b
More importantly, maybe switching the current ctrl+c and c default bindings would make more sense and be better for noobs?
Re: ctrl+c and ctrl+b should be just c and b
I'm on Linux I don't have a selection editor. Is there something I can just paste in uikeys.txt?Niobium wrote:Run SelectionEditor.exe in spring directory, edit the control requirement out of the ctrl+c and ctrl+b selections, then unbind c from fpsing via uikeys.txt, done?
And, yes, Revenge is completely accurate that I want this to be the default.
Re: ctrl+c and ctrl+b should be just c and b
http://springrts.com/phpbb/viewtopic.ph ... eybindings
Code: Select all
unbind any+c controlunit
unbind c controlunit
unbind any+b debug
unbind b debug
bind any+b buildspacing inc
//DEFENCE AND RADAR
bind c buildunit_armllt
bind shift+c buildunit_armllt
bind c buildunit_armrad
bind shift+c buildunit_armrad
bind c buildunit_corllt
bind shift+c buildunit_corllt
bind c buildunit_corrad
bind shift+c buildunit_corrad
//light AA:
bind c buildunit_corrl
bind shift+c buildunit_corrl
bind c buildunit_armrl
bind shift+c buildunit_armrl
//t2: viper and pitbull; flak
bind c buildunit_armpb
bind shift+c buildunit_armpb
bind c buildunit_armflak
bind shift+c buildunit_armflak
bind c buildunit_corvipe
bind shift+c buildunit_corvipe
bind c buildunit_corflak
bind shift+c buildunit_corflak
-
- Moderator
- Posts: 2464
- Joined: 12 Oct 2007, 09:24
Re: ctrl+c and ctrl+b should be just c and b
It's in selectkeys.txt not uikeys
Control_B AllMap+_Builder_Not_Building_Idle+_ClearSelection_SelectOne+
Control_C AllMap+_Commander+_ClearSelection_SelectOne+
Removing the Control_ might work. I'm not sure. You would still need to do the unbinding though:
Control_B AllMap+_Builder_Not_Building_Idle+_ClearSelection_SelectOne+
Control_C AllMap+_Commander+_ClearSelection_SelectOne+
Removing the Control_ might work. I'm not sure. You would still need to do the unbinding though:
unbind any+c controlunit
unbind c controlunit
unbind any+b debug
unbind b debug
Re: ctrl+c and ctrl+b should be just c and b
Confirmed, this works:Google_Frog wrote:It's in selectkeys.txt not uikeys
Control_B AllMap+_Builder_Not_Building_Idle+_ClearSelection_SelectOne+
Control_C AllMap+_Commander+_ClearSelection_SelectOne+
Removing the Control_ might work. I'm not sure. You would still need to do the unbinding though:unbind any+c controlunit
unbind c controlunit
unbind any+b debug
unbind b debug
In uikeys.txt:
unbind any+c controlunit
unbind c controlunit
unbind any+b debug
unbind b debug
EDIT: you need the default things in custom selectkeys.txt as well.In selectkeys.txt:
B AllMap+_Builder_Idle+_ClearSelection_SelectOne+
C AllMap+_Commander+_ClearSelection_SelectOne+
Control_A AllMap++_ClearSelection_SelectAll+
Control_R AllMap+_Radar+_ClearSelection_SelectAll+
Control_V AllMap+_Not_Builder_Not_Commander_InPrevSel_Not_InHotkeyGroup+_SelectAll+
Control_W AllMap+_Not_Aircraft_Weapons+_ClearSelection_SelectAll+
Control_X AllMap+_InPrevSel_Not_InHotkeyGroup+_SelectAll+
Control_Z AllMap+_InPrevSel+_ClearSelection_SelectAll+
Re: ctrl+c and ctrl+b should be just c and b
Selectkeys should run fine under WINE.
Re: ctrl+c and ctrl+b should be just c and b
It has to be downloaded though :)Beherith wrote:Selectkeys should run fine under WINE.
Still, makes me feel good when Wine works -- I'm the Wine maintainer for Ubuntu
