Tremulous Forum
General => General Discussion => Topic started 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
-
say is global chat
say_team is team chat
thats all you need now.
-
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:~$
-
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?
-
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.
-
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>"?
-
isnt it "name <name>"?
it is
-
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?
-
/exec
-
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
-
/bind v "tell_target gtfo of my way!"
-
im suppose to put "/" ?
-
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.
-
no, I mean, am I suppose to put "/"s in the .cfgs?
-
No, the configuration file automatically parses your commands.
-
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