Post: GSC Bind Reference Guide
02-26-2011, 07:11 PM #1
anddrew
League Champion
(adsbygoogle = window.adsbygoogle || []).push({}); I've seen a few people ask about binds so here's a reference guide.
I'll give the command(if using ps3 default settings)and the meaning of it




RED items can be changed

bind BUTTON_R1 "+attack" (Shoot using R1)
bind BUTTON_L1 "+speed_throw" (Aim using L1)

bind BUTTON_R2 "+frag" (Throw grenade using R2)
bind BUTTON_L2 "+smoke" (Throw tactical grenade using L2)

bind BUTTON_RSTICK "+melee" (knife using Right Stick (R3))
bind BUTTON_LSTICK "+breath_sprint" (Sprint/hold breath using left Stick (L3))

bind BUTTON_X "+gostand" (Jump using X)
bind BUTTON_O "+stance" (Crouch using O)
bind BUTTON_SQUARE "+usereload" (reload gun using ■Winky Winky
bind BUTTON_TRIANGLE "weapnext" (swap weapon using ◄Winky Winky

bind DPAD_UP "+actionslot 1" (DPAD UP)
bind DPAD_DOWN "+actionslot 2" (DPAD Down)
bind DPAD_LEFT "+actionslot 3" (DPAD left (granade launcher))
bind DPAD_RIGHT "+actionslot 4" (DPAD Right (start killstreak))

bind BUTTON_SELCT "togglescores" (Show score board using Select)
bind BUTTON_START "togglemenu" (Open Menu (not mod menu) (used to change class/team))


Usage:
    
// if dpad UP is pressed the thread "DifferantThread()" will start
thread()
{
self notifyOnPlayerCommand( "ThisCanBeChanged", "+actionslot 1" );
self waittill( "ThisCanBeChanged" );
{
self thread DifferantThread();
}
}

This is also for me as I refer to it a lot
You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});
02-26-2011, 07:26 PM #2
Blackstorm
Veni. Vidi. Vici.
omg.....

[10 Char. Limit]
02-26-2011, 08:09 PM #3
anddrew
League Champion
Originally posted by .Blackstorm View Post
omg.....


well thanks. :cry:

Why no thank you?
You may know these but others might not.
02-26-2011, 08:17 PM #4
Nice Job But on PC Remember to change +usereload to +reload or you're stuck in the menu...

You must scan every .gsc for +usereload and change it to +reload Or that button will not work
02-27-2011, 12:23 AM #5
pcfreak30
>> PCFreak30.com Happy<<
Nice attempt. Here is a main correction. Binds are NOT GSC. GSC is game script coding. Binds are actually RCON commands to the game engine. These tell the engine what to do as well as handle game controls, and are completely different.

GSC is programming, RCON are simple commands, and allow you to attach commands to button, as well as set dvars.

Hope that clears everything up...
02-27-2011, 12:43 AM #6
anddrew
League Champion
Originally posted by pcfreak30 View Post
Nice attempt. Here is a main correction. Binds are NOT GSC. GSC is game script coding. Binds are actually RCON commands to the game engine. These tell the engine what to do as well as handle game controls, and are completely different.

GSC is programming, RCON are simple commands, and allow you to attach commands to button, as well as set dvars.

Hope that clears everything up...


Opsie, oh well. These binds are used in gsc files Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo