Tremulous Forum

General => General Discussion => Topic started by: holyknight on November 14, 2006, 02:32:38 am

Title: binds?
Post by: holyknight on November 14, 2006, 02:32:38 am
I'm sorry, I tried to look for it in this forum, but couldn't find it SPECIFICLY
I want a bind with talkings, not those "buy" "evolve" "join" binds, just conversation ones. And when I tried to look for it, it looked confusing with extra stuff... =/
so, can anyone just give me like, a small tutorial about it? Thanks
Title: binds?
Post by: Paradox on November 14, 2006, 02:47:51 am
say is global chat
say_team is team chat

thats all you need now.
Title: binds?
Post by: rasz_pl on November 14, 2006, 04:16:06 am
catrasz@capek:~$ cat .tremulous/base/autoexec.cfg
set a1v1 "sell weapons;sell upgrades;buy bsuit;buy chaingun;itemact chaingun;buy rifle; bind 1 vstr a1v2"
set a1v2 "sell weapons;sell upgrades;buy bsuit;buy lcannon;itemact lcannon;buy rifle; bind 1 vstr a1v1"
set a2v1 "sell weapons;sell upgrades;buy helmet;buy lgun;buy larmour;itemact lgun;buy rifle; bind 2 vstr a2v2"
set a2v2 "sell weapons;sell upgrades;buy helmet;buy prifle;buy larmour;itemact prifle;buy rifle; bind 2 vstr a2v1"

bind UPARROW "say_team ^7^^^^^^^^!!!Look ^1UP^7/Go ^1UP^7/ It's ^1UPstairs^7!!!^^^^^^^"
bind DOWNARROW "say_team ^7VVVVVVV!!!Look ^1DOWN^7/Go ^1DOWN^7/ It's ^1DOWNstairs^7!!!VVVVVVV"
bind LEFTARROW "say_team ^7<<<<<<<Look>>>>>>>"
bind KP_RIGHTARROW "say_team ^7------>!!!^1ATTACK^7 with ^1ME^7/^1COME^7 with ^1ME^7!!!<------"
bind KP_LEFTARROW "say_team ^7------>!!!^1DEFEND^7 with ^1ME^7/^1STAY^7 with ^1ME^7!!!<------"
bind KP_HOME "+lookup"
bind KP_END "say_team ^7------>!!!Lets ^1GO BACK^7/^1RETREAT NOW^7/^1FALL BACK^7!!!<------"
bind KP_PGDN "say_team ^7------>!!!Lets ^1GO^7/^1COME ON^7/^1FORWARD^7!!!<------"
bind KP_PGUP "+mlook"
bind KP_INS "say_team ^7------>!!!^1REAC^7/^1OM DOWN^7, ^1ATTACK^7!!!<------"
bind KP_DEL "say_team ^7------>!!!^1REAC^7/^1OM ALMOST DOWN^7, ^1ATTACK^7, ^1FINISH IT^7!!!<------"
rasz@capek:~$
Title: binds?
Post by: holyknight on November 14, 2006, 05:52:20 am
is there any bind to change your name? Because my brother recently likes playing Tremulous and it messes up stuff because he has same name as mine and it confuses people.
do you have to go "/name change ()" or something like that?
Title: binds?
Post by: Rawr on November 14, 2006, 07:08:39 am
bind for names is /bind <key> name <name>

another one is tell_target wich kinda comes in handy for telling people to get out of your way.
Title: binds?
Post by: holyknight on November 14, 2006, 11:45:58 pm
Quote from: "bazuka_poo"
another one is tell_target wich kinda comes in handy for telling people to get out of your way.
oh thank you, I was going to ask that, but it seemed kind of offhand. THANK YOU!
isnt it "name <name>"?
Title: binds?
Post by: kevlarman on November 15, 2006, 01:57:08 am
Quote from: "holyknight"

isnt it "name <name>"?
it is
Title: binds?
Post by: holyknight on November 15, 2006, 02:06:16 am
that's good :)
so how do i execute it? Do i go /execute (didn't work) or /open (didn't work) or /load? or something?
Title: binds?
Post by: SilverWolf on November 15, 2006, 11:52:40 am
/exec
Title: binds?
Post by: holyknight on November 17, 2006, 02:33:56 am
thanks everyone :D
but the bad thing is, the bind V "tell_target didn't work, i put bind V "tell_target <insert> and when I clicked "v" to the player, it didn't work
Title: binds?
Post by: Undeference on November 17, 2006, 02:38:48 am
/bind v "tell_target gtfo of my way!"
Title: binds?
Post by: holyknight on November 17, 2006, 08:05:50 am
im suppose to put "/" ?
Title: binds?
Post by: Undeference on November 17, 2006, 01:05:16 pm
If you enter it into the console without a / or \ (or ; ), it will be sent as a chat message and your bind won't save.
Title: binds?
Post by: holyknight on November 17, 2006, 11:28:37 pm
no, I mean, am I suppose to put "/"s in the .cfgs?
Title: binds?
Post by: Yarou on November 17, 2006, 11:30:49 pm
No, the configuration file automatically parses your commands.
Title: binds?
Post by: holyknight on November 17, 2006, 11:33:44 pm
Quote from: "holyknight"
thanks everyone :D
but the bad thing is, the bind V "tell_target didn't work, i put bind V "tell_target <insert> and when I clicked "v" to the player, it didn't work