You are viewing our Forum Archives. To view or take place in current topics click here.
Binding, multiple different text to one key?
Posted:
Binding, multiple different text to one key?Posted:
Status: Offline
Joined: Aug 01, 201311Year Member
Posts: 1,365
Reputation Power: 135
Status: Offline
Joined: Aug 01, 201311Year Member
Posts: 1,365
Reputation Power: 135
Anyone know how to bind multiple text to one key?
Thanks in advanced
Thanks in advanced
#2. Posted:
Status: Offline
Joined: Jun 18, 200915Year Member
Posts: 3,907
Reputation Power: 342
Status: Offline
Joined: Jun 18, 200915Year Member
Posts: 3,907
Reputation Power: 342
It can be done, what are you trying to do?
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Aug 01, 201311Year Member
Posts: 1,365
Reputation Power: 135
Status: Offline
Joined: Aug 01, 201311Year Member
Posts: 1,365
Reputation Power: 135
BossHaug wrote It can be done, what are you trying to do?
I already said what I'm trying to do, I'm trying to bind multiple phrases to say_all, but bind them to one key and have them rotate randomly.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Apr 30, 201410Year Member
Posts: 5,944
Reputation Power: 15095
Status: Offline
Joined: Apr 30, 201410Year Member
Posts: 5,944
Reputation Power: 15095
Kunta wroteBossHaug wrote It can be done, what are you trying to do?
I already said what I'm trying to do, I'm trying to bind multiple phrases to say_all, but bind them to one key and have them rotate randomly.
I don't think this is possible.
For example;
bind p "say Good game, well played!"
If you have p bound to this phrase and try to bind it again, I would assume it would replace the original phrase with the new phrase.
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jun 03, 201212Year Member
Posts: 4,221
Reputation Power: 213
Status: Offline
Joined: Jun 03, 201212Year Member
Posts: 4,221
Reputation Power: 213
Here you go bud.
Just swap out the "F1" with a key of your choice and then the text with anything you wish like "GGWP" etc.
EDIT: just re-read what you said. It will unbind the previous text command. I have F9 - F12 with a few quotes like GLHF, GGWP, Nice shot, LOL lucky lil git.
BJP
bind "F1" "BJP is the best at CS even though he is MG2"
Just swap out the "F1" with a key of your choice and then the text with anything you wish like "GGWP" etc.
EDIT: just re-read what you said. It will unbind the previous text command. I have F9 - F12 with a few quotes like GLHF, GGWP, Nice shot, LOL lucky lil git.
BJP
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Feb 24, 201311Year Member
Posts: 1,240
Reputation Power: 58
Status: Offline
Joined: Feb 24, 201311Year Member
Posts: 1,240
Reputation Power: 58
This is possible. But it will not rotate randomly. You just need 1 cfg file per message.
Example:
[ Register or Signin to view external links. ]
Put the .cfg files in this directory : C:\Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg and then open console in game and type bind f1 "exec say" and it should be on a loop.
You can have as many files as you want all you need to do is follow the loop
Example:
[ Register or Signin to view external links. ]
Put the .cfg files in this directory : C:\Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg and then open console in game and type bind f1 "exec say" and it should be on a loop.
You can have as many files as you want all you need to do is follow the loop
- 2useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Sep 08, 201311Year Member
Posts: 1,728
Reputation Power: 137
Status: Offline
Joined: Sep 08, 201311Year Member
Posts: 1,728
Reputation Power: 137
xByNovaa wrote This is possible. But it will not rotate randomly. You just need 1 cfg file per message.
Example:
[ Register or Signin to view external links. ]
Put the .cfg files in this directory : C:\Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg and then open console in game and type bind f1 "exec say" and it should be on a loop.
You can have as many files as you want all you need to do is follow the loop
Very useful post man, I appreciate it! +Repped
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Aug 01, 201311Year Member
Posts: 1,365
Reputation Power: 135
Status: Offline
Joined: Aug 01, 201311Year Member
Posts: 1,365
Reputation Power: 135
xByNovaa wrote This is possible. But it will not rotate randomly. You just need 1 cfg file per message.
Example:
[ Register or Signin to view external links. ]
Put the .cfg files in this directory : C:\Steam\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg and then open console in game and type bind f1 "exec say" and it should be on a loop.
You can have as many files as you want all you need to do is follow the loop
Dang I knew it was possible, thanks heaps dude. repped
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Mar 18, 20168Year Member
Posts: 7
Reputation Power: 0
alias "text" "text1"
alias "text1" "say Insert words here; alias text text2"
alias "text2" "say Insert words here; alias text text3"
alias "text3" "say Insert words here; alias text text4"
alias "text4" "say Insert words here; alias text text5"
alias "text5" "say Insert words here; alias text text6"
alias "text6" "say Insert words here; alias text text7"
alias "text7" "say Insert words here; alias text text1"
bind . "text"
Guide to making a list of say binds. Insert into autoexec or make into another .cfg and exec filename.cfg when game starts. It doesn't do it randomly, but if you spam fast enough it'll skip a couple lines and kinda seem random.
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Aug 01, 201311Year Member
Posts: 1,365
Reputation Power: 135
Status: Offline
Joined: Aug 01, 201311Year Member
Posts: 1,365
Reputation Power: 135
alright, I can't seem to get either of your methods to work. I feel really dumb.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.