You are viewing our Forum Archives. To view or take place in current topics click here.
How to Bind and Advanced loop bind
Posted:
How to Bind and Advanced loop bindPosted:
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 129
Reputation Power: 4
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 129
Reputation Power: 4
Gpd Maker Does What ?
Allows noobs to learn and code Gpds
Gives Functions With button presses
Mod menu Text adder (All Colors)
Advanced binding Options
All Publicly Released Dvars
Map Switches including to Ascension
Add a Youtube Promotion
Steps :
Pick Bind
Add Dvars
End Bind
Add More
Click Get Code
And It Will Save the Code Where you Like (Just Copy it Into Xero)
This seems pointless But it isnt actually Because all of those Leechers who go
You --> AWW PLEASE PLEASE MAKE ME A GPD WITH BLAH BLAH BLAH
Will Be Gone
Anyways the release will Be within the end of the week Keep This Post Up So You Can get the download
Just to be nice im going to show you People how to make a basic Bind
First off you need to pick a Bind
Pick a Bind I picked BUTTON_START
First You Need To declare the bind to Start
so Bind "Variable Button" (Mines BUTTON_START)
Like so:
Next add quotations To Make a "Body" The Quotations Declare What "Bind start Button" Does
Like so
Next We Put a Dvar and a Value In the "Body" of the code
"" is the "Dvar" in this example and
"1" Is the Value
To make two More than one bind it needs to be seperated by a colon like so :
In Recap here are all of the steps
---- Advanced Binding VARIABLE LOOPS --- ( Not For Leechers / N00bs)
This allows one bind to have Set multiple Dvars in it with Diffrent functions each toggle
First We Start with a Variable To Pick I Chose "Vstr" (Variable String)
Put Your "Bind" And "Variable Button" To execute the "Variable String"
"Vstr a" Declares Which String to look at "a" is the first value im using
now we Declare a "Loop"
To set a "Loop" We Must Declare The Start of a Loop "Vstr a" To Let's say "Vstr c"
Declare you First bind and Dvar then At the end Do "Vstr b"
This will put the Bind at Variable b . Do the same to c but put "Vstr a"
Ex:
Bind DPAD_UP Vrst a
(The first Bind does not need Quotations )
set a "Bind DPAD_UP Vstr b"
set b "Bind DPAD_UP Vstr a"
The DPAD_UP had 3 outcomes that have a continous loop Lets Make A Full Actual "Loop"
Remember to Declare at the end of each string You initial Bind which was "DPAD_LEFT"
And change it to the stings below each other.
Hope you guys enjoyed my post and LEARN something so you can stop crying to experienced modders. Thanks,
-Mau5 Trap
Last edited by Cobrazephr ; edited 3 times in total
Allows noobs to learn and code Gpds
Gives Functions With button presses
Mod menu Text adder (All Colors)
Advanced binding Options
All Publicly Released Dvars
Map Switches including to Ascension
Add a Youtube Promotion
Steps :
Pick Bind
Add Dvars
End Bind
Add More
Click Get Code
And It Will Save the Code Where you Like (Just Copy it Into Xero)
This seems pointless But it isnt actually Because all of those Leechers who go
You --> AWW PLEASE PLEASE MAKE ME A GPD WITH BLAH BLAH BLAH
Will Be Gone
Anyways the release will Be within the end of the week Keep This Post Up So You Can get the download
Just to be nice im going to show you People how to make a basic Bind
First off you need to pick a Bind
BUTTON_START
BUTTON_BACK
BUTTON_RSHLDR
BUTTON_LSHLDR
BUTTON_RTRIG
BUTTON_LTRIG
BUTTON_RSTICK
BUTTON_LSTICK
DPAD_UP
DPAD_DOWN
DPAD_LEFT
DPAD_RIGHT
\\Yes i Know , I know "Hey why isnt there A b x and y blah blah Well Cause they're if you actually wanna play ^^
Pick a Bind I picked BUTTON_START
First You Need To declare the bind to Start
so Bind "Variable Button" (Mines BUTTON_START)
Like so:
bind BUTTON_START
Next add quotations To Make a "Body" The Quotations Declare What "Bind start Button" Does
Like so
// Use The form ---> bind "Variable Button" "Body"
With the bind it should look like:
BUTTON_START "Set Dvar Value"
Next We Put a Dvar and a Value In the "Body" of the code
"" is the "Dvar" in this example and
"1" Is the Value
// Again fill the form --> bind "Variable Button" "Dvar" "Value"
No Quotations Except Body If your Confused
bind BUTTON_START "magic_chest_movable 0"
To make two More than one bind it needs to be seperated by a colon like so :
The bind we used before .. bind BUTTON_START "magic_chest_movable 0; <---- Colon added
So it looks like
bind BUTTON_START "magic_chest_movable 0;player_burstFireCooldown 0"
In Recap here are all of the steps
bind <-- Declares Bind
BUTTON_START <--- Declares Which "Variable Button" In this case its start
"magic_chest_movable 0;player_burstFireCooldown 0" <-- The Body
Starts With quote--> "magic_chest_movable 0;player_burstFireCooldown 0" <-Ends with quote
"magic_chest_movable 0;player_burstFireCooldown 0" 0's are the "Values"
------------------
magic_chest_movable
and
player_burstFireCooldown
// Are the dvars
MUST BE SEPERATED BY A --> ; (Colon)
"magic_chest_movable 0;player_burstFireCooldown 0"
---- Advanced Binding VARIABLE LOOPS --- ( Not For Leechers / N00bs)
This allows one bind to have Set multiple Dvars in it with Diffrent functions each toggle
First We Start with a Variable To Pick I Chose "Vstr" (Variable String)
Put Your "Bind" And "Variable Button" To execute the "Variable String"
bind DPAD_UP vstr a
"Vstr a" Declares Which String to look at "a" is the first value im using
now we Declare a "Loop"
To set a "Loop" We Must Declare The Start of a Loop "Vstr a" To Let's say "Vstr c"
Declare you First bind and Dvar then At the end Do "Vstr b"
This will put the Bind at Variable b . Do the same to c but put "Vstr a"
Ex:
Bind DPAD_UP Vrst a
(The first Bind does not need Quotations )
set a "Bind DPAD_UP Vstr b"
set b "Bind DPAD_UP Vstr a"
The DPAD_UP had 3 outcomes that have a continous loop Lets Make A Full Actual "Loop"
Bind DPAD_LEFT Vstr a
set a "take all;give minigun_zm;give thundergun_upgraded_zm;give freezegun_upgraded_zm;bind dpad_left vstr b"
set b "take all;give crossbow_explosive_upgraded_zm;give knife_ballistic_bowie_upgraded_zm;bind dpad_left vstr c"
set c "take all;give defaultweapon;give ak47_zm;bind dpad_left vstr d"
set d "take all;give m1911_upgraded_zm;give ray_gun_upgraded_zm;bind dpad_left vstr a"
Remember to Declare at the end of each string You initial Bind which was "DPAD_LEFT"
And change it to the stings below each other.
Hope you guys enjoyed my post and LEARN something so you can stop crying to experienced modders. Thanks,
-Mau5 Trap
Last edited by Cobrazephr ; edited 3 times in total
The following 1 user thanked Cobrazephr for this useful post:
White_Devil (05-24-2011)
#2. Posted:
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 129
Reputation Power: 4
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 129
Reputation Power: 4
nobody ..? Seriously Nobody Wants to Learn anything and just leech
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jul 15, 201014Year Member
Posts: 206
Reputation Power: 8
Status: Offline
Joined: Jul 15, 201014Year Member
Posts: 206
Reputation Power: 8
Cobrazephr wrote nobody ..? Seriously Nobody Wants to Learn anything and just leech
So where is the Ascension Release all i see is how to bind.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 129
Reputation Power: 4
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 129
Reputation Power: 4
xXkillerXx1 wroteCobrazephr wrote nobody ..? Seriously Nobody Wants to Learn anything and just leech
So where is the Ascension Release all i see is how to bind.
Did you Read The post ? It will Be a dvar in my Gpd Maker ..
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jul 17, 201014Year Member
Posts: 6,679
Reputation Power: 263
Status: Offline
Joined: Jul 17, 201014Year Member
Posts: 6,679
Reputation Power: 263
no one craes unless it is online. but nice post dude
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 129
Reputation Power: 4
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 129
Reputation Power: 4
rW_ftw wrote no one craes unless it is online. but nice post dude
Ty ^^ Im just tired of people asking for gpd's ._. its anoying and besides people need to learn something besides Copying .. Wether its online or not how do people find ways to get dvars online in the first place? By learning to code and we need to make sure sledgehammer learns that we run cod xD
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: May 30, 201014Year Member
Posts: 269
Reputation Power: 11
Status: Offline
Joined: May 30, 201014Year Member
Posts: 269
Reputation Power: 11
i love how many people say this is modding. Where as if you played ANY PC game (cs, cod, etc..) you should already know what these commands are and how to use them properly.
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 129
Reputation Power: 4
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 129
Reputation Power: 4
Somepeople dont xD its sad in a way..
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Aug 03, 201014Year Member
Posts: 341
Reputation Power: 21
Status: Offline
Joined: Aug 03, 201014Year Member
Posts: 341
Reputation Power: 21
copy & paste????????
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 129
Reputation Power: 4
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 129
Reputation Power: 4
G_SiiX wrote copy & paste????????OMG -Facepalm- From Where ????? My notepad in which i wrote it in, then pasted it on ttg ? Just cause i have a few posts dosent mean i cant code lol
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.