From 55a14323f2b51f7e0b8f653dbb57ce1ca6656c94 Mon Sep 17 00:00:00 2001 From: Justin Marshall Date: Sat, 8 Aug 2026 18:23:27 -0700 Subject: [PATCH] Minor files for the bin folder. --- bin/base/default.cfg | 112 +++++++++++++++++++++++++ bin/base/tungstenconfigxenon.cfg | 136 +++++++++++++++++++++++++++++++ bin/virtualtextures/keep.txt | 0 3 files changed, 248 insertions(+) create mode 100644 bin/base/default.cfg create mode 100644 bin/base/tungstenconfigxenon.cfg create mode 100644 bin/virtualtextures/keep.txt diff --git a/bin/base/default.cfg b/bin/base/default.cfg new file mode 100644 index 0000000..a3a0181 --- /dev/null +++ b/bin/base/default.cfg @@ -0,0 +1,112 @@ +in_joystick 1 +vehicle_stickControl 0 + +// ================================================================================ +// First Person Mode Bindings +// ================================================================================ +bindset 0 +unbindall + +// Movement +bind "w" "_moveforward" +bind "s" "_moveback" +bind "a" "_moveLeft" +bind "d" "_moveRight" +bind "SPACE" "_jump" +bind "SHIFT" "_sprint" +bind "c" "_crouch" +bind "f" "_use" +bind "r" "_reload" +bind "ESCAPE" "toggleMainMenu" +bind "j" "_inventory" +bind "x" "_toggledualwield" +bind "q" "_togglefiremodeleft" +bind "e" "_togglefiremoderight" + +// Weapons +bind "1" "_weap0" +bind "2" "_weap1" +bind "3" "_weap2" +bind "4" "_weap3" +bind "5" "_weap4" +bind "6" "_weap5" +bind "7" "_weap6" + +bind "MOUSE1" "_attack1" +bind "MOUSE2" "_zoom" +bind "MWHEELDOWN" "_weapprevinv" +bind "MWHEELUP" "_weapnextinv" + +bind "ALT" "_covermode" + +bind "LEFTARROW" "_lookLeft" +bind "RIGHTARROW" "_lookRight" +bind "PGUP" "_lookUp" +bind "PGDN" "_lookDown" + +// client commands +bind F5 "savegame quick" +bind F9 "loadgame quick" +bind F12 "screenshot" + + +// ================================================================================ +// Multiplayer First Person Mode Bindings +// ================================================================================ +bindset 1 +unbindall + + +// ================================================================================ +// Vehicle Driving Mode Bindings +// ================================================================================ +bindset 2 +unbindall + +bind "w" "_moveforward" +bind "a" "_moveLeft" +bind "d" "_moveRight" +bind "s" "_moveback" + +bind "SPACE" "_sprint" // Handbrake +bind "f" "_use" // Horn +bind "ESCAPE" "toggleMainMenu" +bind "j" "_inventory" + +// Mouse +bind "MOUSE2" "_zoom" // free-look + + +// ================================================================================ +// Possess Mode Bindings +// ================================================================================ +bindset 3 +unbindall + + +// ================================================================================ +// Remote Mode Bindings +// ================================================================================ +bindset 4 +unbindall + + +// ================================================================================ +// Vehicle Gunner Mode Bindings +// ================================================================================ +bindset 5 +unbindall + + +// ================================================================================ +// Vehicle Passenger Mode Bindings +// ================================================================================ +bindset 6 +unbindall + + +exec joystick.cfg + + +// Always go back to bindset 0 before exiting the config +bindset 0 diff --git a/bin/base/tungstenconfigxenon.cfg b/bin/base/tungstenconfigxenon.cfg new file mode 100644 index 0000000..bcac9f2 --- /dev/null +++ b/bin/base/tungstenconfigxenon.cfg @@ -0,0 +1,136 @@ +configVersion 1 + +//////////////////////////////////////////// +bindset 6 +unbindall + + +//////////////////////////////////////////// +bindset 5 +unbindall +bind "JOY3" "_useandreload" // X +bind "JOY_TRIGGER2" "_attack1" // R Trigger +bind "JOY_TRIGGER1" "_zoom" // L Trigger +bind "JOY_STICK2_UP" "_lookup" // R Stick, up - Look up +bind "JOY_STICK2_DOWN" "_lookdown" // R Stick, down - Look down +bind "JOY_STICK2_LEFT" "_lookleft" // R Stick, left - Look left +bind "JOY_STICK2_RIGHT" "_lookright" // R Stick, right - Look right + +//////////////////////////////////////////// +bindset 4 +unbindall + + +//////////////////////////////////////////// +bindset 3 +unbindall + + +//////////////////////////////////////////// +bindset 2 +unbindall + +bind "a" "_moveLeft" +bind "d" "_moveRight" +bind "s" "_moveback" +bind "w" "_moveforward" +bind "x" "_quickuse" +bind "z" "_movedown" + +bind "JOY3" "_useandreload" // X +bind "JOY9" "toggleMainMenu" // Start +bind "JOY10" "_inventory" // Back + +bind "JOY_STICK1_LEFT" "_moveleft" +bind "JOY_STICK1_RIGHT" "_moveright" + +bind "JOY_STICK2_UP" "_lookup" +bind "JOY_STICK2_DOWN" "_lookdown" +bind "JOY_STICK2_LEFT" "_lookleft" +bind "JOY_STICK2_RIGHT" "_lookright" + +bind "JOY_TRIGGER1" "_moveback" // L Trigger +bind "JOY_TRIGGER2" "_moveforward" // R Trigger + + +//////////////////////////////////////////// +bindset 1 +unbindall + + +//////////////////////////////////////////// +bindset 0 +unbindall + +// Movement +bind "w" "_moveforward" +bind "s" "_moveback" +bind "a" "_moveLeft" +bind "d" "_moveRight" +bind "SPACE" "_jump" +bind "SHIFT" "_sprint" +bind "c" "_crouch" +bind "f" "_use" +bind "r" "_reload" +bind "ESCAPE" "toggleMainMenu" +bind "j" "_inventory" +bind "x" "_toggledualwield" +bind "q" "_togglefiremodeleft" +bind "e" "_togglefiremoderight" + +// Weapons +bind "1" "_weap0" +bind "2" "_weap1" +bind "3" "_weap2" +bind "4" "_weap3" +bind "5" "_weap4" +bind "6" "_weap5" +bind "7" "_weap6" + +bind "MOUSE1" "_attack1" +bind "MOUSE2" "_zoom" +bind "MWHEELDOWN" "_weapprevinv" +bind "MWHEELUP" "_weapnextinv" + +bind "ALT" "_covermode" + +bind "LEFTARROW" "_lookLeft" +bind "RIGHTARROW" "_lookRight" +bind "PGUP" "_lookUp" +bind "PGDN" "_lookDown" + +// and PC pad binds + +bind "JOY1" "_jump" // A +bind "JOY2" "_crouch" // B +bind "JOY3" "_useandreload" // X +bind "JOY4" "_weapprevequip" // Y +bind "JOY5" "_covermode" // L Shoulder +bind "JOY_TRIGGER1" "_zoom" // L Trigger +bind "JOY6" "_toggledualwield" // R Shoulder +bind "JOY_TRIGGER2" "_attack1" // R Trigger +bind "JOY7" "_sprint" // L Stick Click +bind "JOY8" "" // R Stick Click +bind "JOY9" "toggleMainMenu" // Start +bind "JOY10" "_inventory" // Back + +bind "JOY_STICK1_UP" "_moveforward" +bind "JOY_STICK1_DOWN" "_moveback" +bind "JOY_STICK1_LEFT" "_moveleft" +bind "JOY_STICK1_RIGHT" "_moveright" + +bind "JOY_STICK2_UP" "_lookup" +bind "JOY_STICK2_DOWN" "_lookdown" +bind "JOY_STICK2_LEFT" "_lookleft" +bind "JOY_STICK2_RIGHT" "_lookright" + +bind "JOY_DPAD_UP" "_weapnextinv" +bind "JOY_DPAD_DOWN" "_weapprevinv" +bind "JOY_DPAD_LEFT" "_togglefiremodeleft" +bind "JOY_DPAD_RIGHT" "_togglefiremoderight" + + +//////////////////////////////////////////// +joy_pitchSpeed "200" +joy_yawSpeed "260" +joy_powerScale "3" diff --git a/bin/virtualtextures/keep.txt b/bin/virtualtextures/keep.txt new file mode 100644 index 0000000..e69de29