// MULTIPLAYER DEFAULT COD3 XBOX B BUTTONS // // AKA: Lefty (Reverses the fire and grenade buttons) unbind L1 unbind R1 unbind L2 unbind R2 unbind L3 unbind R3 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 "+attack" bind R1 "+speed" bind L2 "weapnext" bind R2 "+class" bind R3 "+sprintbreath" bind L3 "+grenadeattack" //Stance&Activate bind SQUARE "+activatereload" bind TRIANGLE "+melee" bind CIRCLE "+stance" bind JOY6 "+gostand" //Menus&Interaction bind TAB "+scores" bind PAUSE "togglepaused" bind ESCAPE "togglemenu" //Vehicle Controls buttonalias Vehicle X "SwitchSeats" buttonalias Vehicle SQUARE "HandBrake" buttonalias Vehicle CIRCLE "Reverse" buttonalias Vehicle L1 "Gas" buttonalias Vehicle R1 "HandBrake" buttonalias VehicleTank R1 "AlignTurret" buttonalias VehicleTank R2 "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"