Skip to content

Instantly share code, notes, and snippets.

@ph1048
Created November 13, 2021 12:47
Show Gist options
  • Save ph1048/0c729d464b9eb3c040bf12a431b27123 to your computer and use it in GitHub Desktop.
Save ph1048/0c729d464b9eb3c040bf12a431b27123 to your computer and use it in GitHub Desktop.
switch xash3d control config
unbindall
// - button
bind BACK "toggleconsole"
// + button
bind START "escape"
// Left stick press
bind STICK1 "+speed"
// Right stick press
bind STICK2 ""
// L button
bind L1_BUTTON "invprev"
// R button
bind R1_BUTTON "invnext"
// ZL button
bind LTRIGGER "+attack2"
// ZR button
bind RTRIGGER "+attack"
// Press on screen
bind MOUSE1 ""
// Up
bind DPAD_UP "load quick"
// Down
bind DPAD_DOWN "save quick"
// Left
bind DPAD_LEFT ""
// Right
bind DPAD_RIGHT ""
// A button
bind A_BUTTON "+duck"
// B button
bind B_BUTTON "+jump"
// X button
bind X_BUTTON "+use"
// Y button
bind Y_BUTTON "+reload"
// Joystick up
bind UPARROW "+forward"
// Joystick down
bind DOWNARROW "+back"
// Joystick left
bind LEFTARROW "+moveleft"
// Joystick Right
bind RIGHTARROW "+moveright"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment