Post: BO2 button codes
08-01-2016, 09:17 AM #1
Bhad19
Gobble
(adsbygoogle = window.adsbygoogle || []).push({}); does anyone know what the button codes for bo2 gsc are?
I need the code for L1 toggle I thought it was this [{+toggleads_throw}] but it doesnt seem to work

The following user groaned Bhad19 for this awful post:

TehMerkMods
08-01-2016, 10:55 AM #2
buttonPressed(button)
{
if(button == "DPAD_UP")
return self actionslotonebuttonpressed();
if(button == "DPAD_DOWN")
return self actionslottwobuttonpressed();
if(button == "DPAD_RIGHT")
return self actionslotfourbuttonpressed();
if(button == "DPAD_LEFT")
return self actionslotthreebuttonpressed();
if(button == "R1")
return self attackbuttonpressed();
if(button == "R2")
return self fragbuttonpressed();
if(button == "R3")
return self meleebuttonpressed();
if(button == "L1")
return self adsbuttonpressed();
if(button == "L2")
return self throwbuttonpressed();
if(button == "L3")
return self sprintbuttonpressed();
if(button == "SQUARE")
return self usebuttonpressed();
if(button == "X")
return self jumpbuttonpressed();
if(button == "TRIANGLE")
return self secondaryoffhandbuttonpressed();
if(button == "O")
return self stanceButtonPressed();
}

------------------------------------------ iPrintlnBold

dpad-up: [{+actionslot 1}]
dpad-down: [{+actionslot 2}]
dpad-left: [{+actionslot 3}]
dpad-Right: [{+actionslot 4}]
X: [{+gostand}]
O: [{+crouch}]
Square: [{+usereload}]
Triangle: [{weapnext}]
R3: [{+melee}]
L3: [{+breath_sprint}]
R2: [{+frag}]
L2: [{+smoke}]
R1: [{+attack}]
L1: [{+toggleads_throw}]

--------------------------------------------------------

The following user thanked MagnateSnake13- for this useful post:

S63
08-01-2016, 11:00 AM #3
anthonything
Space Ninja
Originally posted by Bhad19 View Post
does anyone know what the button codes for bo2 gsc are?
I need the code for L1 toggle I thought it was this [{+toggleads_throw}] but it doesnt seem to work



    
IsButtonPressed( button )
{
if( button == "[{+actionslot 1}]" )
return self actionslotonebuttonpressed();
if( button == "[{+actionslot 2}]" )
return self actionslottwobuttonpressed();
if( button == "[{+actionslot 3}]" )
return self actionslotthreebuttonpressed();
if( button == "[{+actionslot 4}]" )
return self actionslotfourbuttonpressed();
if( button == "[{+gostand}]" )
return self jumpbuttonpressed();
if( button == "[{+melee}]" )
return self meleebuttonpressed();
if( button == "[{+attack}]" )
return self attackbuttonpressed();
if( button == "[{+speed_throw}]" )
return self adsbuttonpressed();
if( button == "[{+smoke}]" )
return self secondaryoffhandbuttonpressed();
if( button == "[{+frag}]" )
return self fragbuttonpressed();
if( button == "[{+usereload}]" )
return self usebuttonpressed();
if( button == "[{+weapnext_inventory}]" )
return self changeseatbuttonpressed();
if( button == "[{+stance}]" )
return self stancebuttonpressed();
return false; //Unknown button
}
08-03-2016, 08:50 AM #4
MrMoan
Big Daddy
Im alittle late but here you go

dpad-up: [{+actionslot 1}]
dpad-down: [{+actionslot 2}]
dpad-left: [{+actionslot 3}]
dpad-Right: [{+actionslot 4}]
X: [{+gostand}]
O: [{+crouch}]
Square: [{+usereload}]
Triangle: [{weapnext}]
R3: [{+melee}]
L3: [{+breath_sprint}]
R2: [{+frag}]
L2: [{+smoke}]
R1: [{+attack}]
L1: [{+toggleads_throw}]
11-21-2016, 04:11 AM #5
Is this real
02-23-2017, 12:49 AM #6
SkyyDS
Save Point
May i ask what the F button doesn on bo2 PC. I Need it converted to Xbox
02-23-2017, 12:57 PM #7
Patrick
League Champion
Originally posted by SkyyDS View Post
May i ask what the F button doesn on bo2 PC. I Need it converted to Xbox


'F' is reload on consoles.
07-30-2018, 11:58 AM #8
O: [{+crouch}]

Why it not works for me its saying:
KEY_UNBOUND(+crouch)
07-30-2018, 09:49 PM #9
Patrick
League Champion
Originally posted by GermanLobbys View Post
O: [{+crouch}]

Why it not works for me its saying:
KEY_UNBOUND(+crouch)


here is my list which is correct:
    dpad-up: [{+actionslot 1}]
dpad-down: [{+actionslot 2}]
dpad-left: [{+actionslot 3}]
dpad-Right: [{+actionslot 4}]
X: [{+gostand}]
O: [{+stance}]
Square: [{+reload}]
Triangle: [{weapnext}]
R3: [{+melee}]
L3: [{+breath_sprint}]
R2: [{+frag}]
L2: [{+smoke}]
R1: [{+attack}]
L1: [{+speed_throw}]

The following user thanked Patrick for this useful post:

GermanLobbys

The following user groaned Patrick for this awful post:

S63

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo