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:

Kunta
  • V5 Launch
Status: Offline
Joined: Aug 01, 201310Year Member
Posts: 1,365
Reputation Power: 135
Status: Offline
Joined: Aug 01, 201310Year Member
Posts: 1,365
Reputation Power: 135
Anyone know how to bind multiple text to one key?

Thanks in advanced
#2. Posted:
BossHaug
  • Rated Awesome
Status: Offline
Joined: Jun 18, 200914Year Member
Posts: 3,907
Reputation Power: 342
Status: Offline
Joined: Jun 18, 200914Year Member
Posts: 3,907
Reputation Power: 342
It can be done, what are you trying to do?
#3. Posted:
Kunta
  • V5 Launch
Status: Offline
Joined: Aug 01, 201310Year Member
Posts: 1,365
Reputation Power: 135
Status: Offline
Joined: Aug 01, 201310Year 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.
#4. Posted:
Taylor
  • Supporter
Status: Offline
Joined: Apr 30, 201410Year Member
Posts: 5,940
Reputation Power: 15078
Status: Offline
Joined: Apr 30, 201410Year Member
Posts: 5,940
Reputation Power: 15078
Kunta wrote
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.


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.
#5. Posted:
BJP
  • E3 2017
Status: Offline
Joined: Jun 03, 201211Year Member
Posts: 4,221
Reputation Power: 213
Status: Offline
Joined: Jun 03, 201211Year Member
Posts: 4,221
Reputation Power: 213
Here you go bud.

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
#6. Posted:
xByNovaa
  • TTG Senior
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
#7. Posted:
Motivational
  • Summer 2018
Status: Offline
Joined: Sep 08, 201310Year Member
Posts: 1,728
Reputation Power: 137
Status: Offline
Joined: Sep 08, 201310Year 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
#8. Posted:
Kunta
  • TTG Senior
Status: Offline
Joined: Aug 01, 201310Year Member
Posts: 1,365
Reputation Power: 135
Status: Offline
Joined: Aug 01, 201310Year 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
#9. Posted:
swtxx
  • New Member
Status: Offline
Joined: Mar 18, 20168Year Member
Posts: 7
Reputation Power: 0
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.
#10. Posted:
Kunta
  • V5 Launch
Status: Offline
Joined: Aug 01, 201310Year Member
Posts: 1,365
Reputation Power: 135
Status: Offline
Joined: Aug 01, 201310Year Member
Posts: 1,365
Reputation Power: 135
alright, I can't seem to get either of your methods to work. I feel really dumb.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.