I wondered if there was an in game console in DB, if it was possible to create binds, and how to make them. I would like to make a bind to quickly call a medic, quickly ask for ammo, and another to say “thanks”. I was using those kind on things in TF2 for better communication and sportsmanship, and I’d really be glad to be able to do the same here. Pressing three buttons just for a voice command is too much for me. It has to be quick.
Console and binds.
For the console, go in \Documents\My Games\UnrealEngine3\ShooterGame\Config\ShooterInput.ini and search for
[Engine.Console]
ConsoleKey=Tilde
So you can modify the default bind (on my azerty keyboard the console was on “ù” o_O)
For the rest I’m looking for an answer as well, but this console is really not user friendly compared to ET or TF2 :’(
[quote=“brassRidge;11451”]For the console, go in \Documents\My Games\UnrealEngine3\ShooterGame\Config\ShooterInput.ini and search for
[Engine.Console]
ConsoleKey=Tilde
So you can modify the default bind (on my azerty keyboard the console was on “ù” o_O)
For the rest I’m looking for an answer as well, but this console is really not user friendly compared to ET or TF2 :’([/quote]
Thanks a lot, this will definitely help me. 
I’ll try to figure how to at least bind some non quicktchat sentences. That would be a good start.
Haven’t tried it, but this might work if you put in in your ShooterInput.ini below the other bindings:
Bindings=(Name=“X”,Command=“SayTeam Wake up”)
Edit: Just found the console command for it:
SetBind X [Command] True
The last argument is to save it in your .ini, however if you try to put “SayTeam abc” as a command it only opens the window to write manually…
why is the text to speech command in the console not working ingame? :’(
that would be hilarious
[quote=“brassRidge;11458”]Haven’t tried it, but this might work if you put in in your ShooterInput.ini below the other bindings:
Bindings=(Name=“X”,Command=“SayTeam Wake up”)
Edit: Just found the console command for it:
SetBind X [Command] True
The last argument is to save it in your .ini, however if you try to put “SayTeam abc” as a command it only opens the window to write manually…[/quote]
So just to be clear because I’m absolutely inept when it comes to these things, if I wanted to make a bind for, say, Good Game (v568 iirc) would this command allow me to do that?
How would I go about writing that?