Create an account


Poll: Would you use different key settings for different game modes
You do not have permission to vote in this poll.
Yes i am already using different key settings
50.00%
2 50.00%
Yes if this feature was implemented i would use it
0%
0 0%
no i'll rather stick to one key config for all game modes.
50.00%
2 50.00%
Total 4 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SUGGESTION] Different Input Key Settings for different Game Modes

#1
Hello, i would like to have different input key settings for different game modes, eg when playing normal dm i have E bound to the crylink, but when playing instagib i have E bound to the hook. It would be nice to not have to manually change the Key settings everytime when switching game mode. ^^
Reply

#2
Hello, I've worked on two resources to help in this regard. The first is the "keybind configurator" it's slightly broken, but still a useful way to visually modify your keybinds: https://z.github.io/kbx
The other is my config which supports what you're asking for, https://github.com/z/xonotic-config.pk3dir 
This is achieved with my "bind_swap" alias, excerpt below:
Code:
// Button Loaded Configs

alias bind_swap "exec binds-empty.cfg; exec config/binds-empty-ascii.cfg; exec config/binds-$new_bind_set.cfg; exec config/aliases/bind_swap.cfg; echo ^1[ ^4Loaded ^$new_bind_set_color$new_bind_set ^4Config ^1]; bf"

bind pgdn "set new_bind_set_color 5; set new_bind_set video; bind_swap"
bind pgup "set new_bind_set_color 6; set new_bind_set default; bind_swap"
bind end "set new_bind_set_color 7; set new_bind_set defrag; bind_swap"
bind home "set new_bind_set_color 3; set new_bind_set ctf; bind_swap"
What the above does, is 1) define a bind_swap alias that clears out old binds  2) executes the bind swap I want  3) displays a message to the user that the binds were swapped.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [SUGGESTION] Input from a fairly new player fool 7 7,842 03-22-2016, 02:52 PM
Last Post: Lee_Stricklin
  [SUGGESTION] Hiding the opposing team's key carrier in Key Hunt LotBlind 3 4,120 05-12-2015, 11:16 AM
Last Post: Antibody
  [SUGGESTION] Add r_showsurfaces 3 as a checkbox in the settings GUI unfa 6 11,249 06-11-2014, 02:29 PM
Last Post: unfa
  [SUGGESTION] xonotic single player --- this time its different :D hutty 10 18,354 05-07-2012, 09:12 AM
Last Post: hutty
  [SUGGESTION] Ability to adjust the size of the flares in the Low settings Shadowman84 2 4,334 02-20-2012, 03:22 PM
Last Post: hutty
  [SUGGESTION] new game modes frostwyrm333 0 2,451 07-22-2011, 12:23 PM
Last Post: frostwyrm333
  [SUGGESTION] Different characteristics for Bots Mirio 12 12,828 11-06-2010, 12:30 AM
Last Post: Rust Heart
  [SUGGESTION] GUI suggestions for gfx settings noteven 2 4,107 04-07-2010, 06:54 AM
Last Post: noteven
  [SUGGESTION] Automated performance testing on different platforms GreEn`mArine 2 3,597 04-05-2010, 10:53 AM
Last Post: Tei

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB original theme © iAndrew 2016, remixed by -z-