// SINGLEPLAYER DEFAULT COD3 XENON 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 L3 "+binoculars" bind R3 "+melee" //Stance&Activate bind SQUARE "+activatereload" bind TRIANGLE "+gostand" bind CIRCLE "+stance" bind JOY6 "weapnext" //Menus&Interaction bind TAB "+scores" bind PAUSE "togglepaused" bind ESCAPE "togglemenu" //D-Pad //remove this next line after you get binnocs+breath bind UPARROW "+holdbreath" bind LEFTARROW "+grenadeattack" bind RIGHTARROW "+smokegrenade" clearallaliases buttonalias Vehicle CIRCLE "Reverse" buttonalias Vehicle R1 "Gas" buttonalias Vehicle L1 "HandBrake" buttonalias VehicleTank L1 "AlignTurret" buttonalias VehicleTank L3 "FireCoax" // 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"