ET-Scripts
Welcome to the ET-Scripts website.
Enter your username and password to login.

Greetings,
Chef
ET-Scripts
Welcome to the ET-Scripts website.
Enter your username and password to login.

Greetings,
Chef
ET-Scripts
Would you like to react to this message? Create an account in a few clicks or log in to continue.

ET-Scripts

For all your Scripts and Configs.
 
HomeLatest imagesSearchRegisterLog in

 

 Poo~BeaR's Bind Cycle Guide

Go down 
AuthorMessage
Chef
ET-Scripts Founder
ET-Scripts Founder



Posts : 34
Join date : 2009-03-27

Poo~BeaR's Bind Cycle Guide Empty
PostSubject: Poo~BeaR's Bind Cycle Guide   Poo~BeaR's Bind Cycle Guide I_icon_minitime3/27/2009, 23:46

Bind-Cycle Guide

The Bind-Cycle is a bind, a bind wich can have multiplied options of says. When you bind "Affirmative" without a multiple bind (
Code:
bind X vsay affirmative YES
)
You will only see "YES" when you click on the . But however with
Multiple Bind you can click X and have "YES" written. But next time
when you click you could have "Yes, SIR" written. That's Bind-Cycle. So
after shortly having explained what
Multiple Bind is, I will now tell HOW u can get multiple binds.
I will do it in steps.

- Open "Notepad".
- Choose wich command (vsay) you want to bind. In my example ill take: "Oops".
- Choose how many different says you want. In my example ill take 6.
- I will now show an example.


Code:
set Oops "vstr Oops1"
set Oops1 "Vsay Oops  ; set Oops vstr Oops2"
set Oops2 "Vsay Oops  ; set Oops vstr Oops3"
 set Oops3 "Vsay Oops  ; set Oops vstr Oops4"
set Oops4 "Vsay Oops  ; set Oops vstr Oops5"
set Oops5 "Vsay Oops  ; set Oops vstr Oops6"
set Oops6 "Vsay Oops  ; set Oops vstr Oops1"
bind X "vstr oops"

I will now explain every single step (1 - 3)

1)
Code:
set Oops "vstr Oops1"
-Here is what you set for the next steps (2 - 3). The first "Oops" can
be set to any value. (Whoops, oops, boobs, froobs, noob, etc..) Then
you have
Code:
vstr Oops1
This is to set the Vstr in the following binds (2 - 6).

2) set Oops1 "Vsay Oops ; set Oops vstr Oops2"
-Here is the first bind. From now on you wont be able to set any
DIFFERENT value then the value set in Step 1. If you took "Oops" in
your Vstr you will have to use that value in your next binds too.
Example for another bind: If you decide to take "Affirmative" and set
the Vstr for this bind: "Yes" you will be using the bind: set Yes1 "Vsay Affirmative ; set Yes vstr Yes2" As
you can see not ALL values have changed. The value after "Vsay" is
always the Vsay as in a normal bind. The "Oops2" behind the last vstr
in the bind is a reference to the NEXT bind. (Wich would be vstr "Yes3")

3) set Oops2 "Vsay Oops ; set Oops vstr Oops3"
-Here is the second bind. Same story as at Step 2 though I make this
step as some further example, for those who didnt get it so far.
As you've seen in the beginning example, every line starts with "set", followed by the value set. (With the number of bind it is: as in Oops2)

So easiest way to get Multiple Bind is to simply Copy:

Code:
set Oops "vstr Oops1"
set Oops1 "Vsay Oops ; set Oops vstr Oops2"
set Oops2 "Vsay Oops ; set Oops vstr Oops3"
set Oops3 "Vsay Oops ; set Oops vstr Oops4"
set Oops4 "Vsay Oops ; set Oops vstr Oops5"
set Oops5 "Vsay Oops ; set Oops vstr Oops6"
set Oops6 "Vsay Oops ; set Oops vstr Oops1"
bind X  "vstr oops"

or maybe easier is to copy this, for people who dont really see where they have to change WHAT, copy this:

Code:
set  "vstr 1"
set 1 "Vsay  ; set vstr 2"
set 2 "Vsay  ; set vstr 3"
set 3 "Vsay  ; set vstr 4"
set 4 "Vsay  ; set vstr 5"
set 5 "Vsay  ; set vstr 6"
set 6 "Vsay  ; set vstr 1"
bind X  "vstr  "


But of course set the value for Oops the value you want.
Depending on what you are binding.
So simply always copy this, but then fill in other values.
And ofcourse, fill in your own bind for X.
When you made the binds and saved the file.
Simply click "Save as.." and type ".cfg" the .cfg is important.
Otherwise ET cant read and execute it.
Example: "bind.cfg"
Ofcourse, the stripe below .cfg is not necessary.
Then take a place where to save the file.
Best place is ofcourse in the "etmain" folder.
So then you dont have to drag it there anymore after.

" Where can I find "etmain"? "
The "etmain" is to be found in " C:/Program Files/Wolfenstein - Enemy Territory "
Though it depends on how you called your Wolfenstein - ET folder.
Simply put the "bind.cfg" in "etmain" folder.

Then in-game open console (~) and type: " /exec
bind.cfg " Ofcourse, after " /exec " you must type the name youve
chosen. This could be ANY name. When you've executed the file you have
made your CFG with Multiple Bind. There are many more things to put in
this CFG youve just made. But i think ill make more guides. Smile


I hope i explained it well 'nuf. If u have any questions or noticed any faults, i will edit it. Poo~BeaR's Bind Cycle Guide Icon_wink

Regards, Poo~BeaR
Back to top Go down
http://et-scripts.omgforum.net
 
Poo~BeaR's Bind Cycle Guide
Back to top 
Page 1 of 1
 Similar topics
-
» $h00t3r's Bind Guide
» Poo~BeaR's Reload Bind Guide
» Chef's Guide - Config making (3) "Extra Information"
» Chef's Guide - Config making (4) "Variable & Vstr"
» Chef's Guide - Config making (1) "The Basics"

Permissions in this forum:You cannot reply to topics in this forum
ET-Scripts :: ET-Scripts :: Guides-
Jump to: