// MULTIPLAYER DEFAULT COD3 XBOX D BUTTONS // // AKA: Legacy ('Somewhat' similar to CODBRO default) unbind L1 unbind R1 unbind L2 unbind R2 unbind R3 unbind R4 unbind SQUARE unbind TRIANGLE unbind CIRCLE unbind JOY6 unbind UPARROW unbind DOWNARROW unbind LEFTARROW unbind RIGHTARROW unbind TAB unbind PAUSE unbind ESCAPE // Controller Controls bind L1 "+speed" bind R1 "+attack" bind R2 "+class" bind L2 "+grenadeattack" bind L3 "+sprintbreath" bind R3 "+melee" //Stance&Activate bind SQUARE "+activatereload" bind TRIANGLE "+gostand" bind CIRCLE "+stance" bind JOY6 "weapnext" //Menus&Interaction bind TAB "+scores" bind PAUSE "toggle cl_paused" bind ESCAPE "togglemenu" //Vehicle Controls buttonalias Vehicle X "SwitchSeats" buttonalias Vehicle SQUARE "HandBrake" buttonalias Vehicle CIRCLE "Reverse" buttonalias Vehicle R1 "Gas" buttonalias Vehicle L1 "HandBrake" buttonalias VehicleTank L1 "AlignTurret" buttonalias VehicleTank L2 "FireCoax" +holdbreath // this is how many millisecs count twards the "activate" part of the activate reload // this should be 0 if not using activate reload set g_useholdtime "250"