Tremulous Forum

General => General Discussion => Topic started by: Deadbeat Engineer on June 06, 2010, 04:33:33 am

Title: [solved] Is there a way to bind a key to "messagemode /" ?
Post by: Deadbeat Engineer on June 06, 2010, 04:33:33 am
I just simply want to set "/" so that when I press it it pops open the say and puts a "/" in, so I can type in the command. If not that's ok, it's just laziness on my part basically. Thanks for the help in advanced.

I tried:
Code: [Select]
/bind "/" "messagemode /"
but it just put a blank say out...
Title: Re: Is there a way to bind a key to "messagemode /" ?
Post by: A Spork on June 06, 2010, 04:58:41 am
Something like this to be able to bind adminchat would be nice too...
Title: Re: Is there a way to bind a key to "messagemode /" ?
Post by: Kiwi on June 06, 2010, 05:09:50 am
Tremfusion got this working, they even created their own messagemode for admin chat.  However I don't think that there is any way to get this to work with the GPP, as of now.
Title: Re: Is there a way to bind a key to "messagemode /" ?
Post by: Deadbeat Engineer on June 06, 2010, 05:21:19 am
Darn. Thanks anyway.

Spork, maybe if you do:
Code: [Select]
/bind <key> "messagemode /a "
it would work...

And thanks for the info Kiwi. I love how you instantly know that I want it for GPP ;D
Title: Re: Is there a way to bind a key to "messagemode /" ?
Post by: Undeference on June 06, 2010, 05:21:45 am
Code: [Select]
set ui_sayBuffer "/"
menu say
Title: Re: Is there a way to bind a key to "messagemode /" ?
Post by: DraZiLoX on June 06, 2010, 03:17:35 pm
I have adminchat binded that way and works perfectly.
Title: Re: Is there a way to bind a key to "messagemode /" ?
Post by: Deadbeat Engineer on June 06, 2010, 05:02:36 pm
Code: [Select]
set ui_sayBuffer "/"
menu say

But does that just open say, or does it open say with "/" already typed into it?
Title: Re: Is there a way to bind a key to "messagemode /" ?
Post by: David on June 06, 2010, 05:20:13 pm
It takes less time to test than it does to post >_>
Title: Re: Is there a way to bind a key to "messagemode /" ?
Post by: Deadbeat Engineer on June 07, 2010, 03:24:45 am
I tried what you proposed, and when i put
Code: [Select]
menu say
it opens up say with "/", but if I type anything different with t (messagemode) then next time it changes to that  :-\
Title: Re: Is there a way to bind a key to "messagemode /" ?
Post by: KillerWhale on June 07, 2010, 04:58:57 am
Code: [Select]
bind t "reset ui_saybuffer; menu say"
Title: Re: Is there a way to bind a key to "messagemode /" ?
Post by: Kiwi on June 07, 2010, 11:40:36 pm
Ah nice, I never knew that that existed.  What is the point of message mode then?
Title: Re: Is there a way to bind a key to "messagemode /" ?
Post by: Deadbeat Engineer on June 08, 2010, 03:21:04 am
Ah nice, I never knew that that existed.  What is the point of message mode then?
messagemode is say. It's what happens when you press "t". messagemode2 is say_team basically, it's what happens when you press y.
Title: Re: Is there a way to bind a key to "messagemode /" ?
Post by: Deadbeat Engineer on June 08, 2010, 03:23:49 am
Code: [Select]
bind t "reset ui_saybuffer; menu say"
Thank you. I'll see how that works.  ;D
Title: Re: Is there a way to bind a key to "messagemode /" ?
Post by: Deadbeat Engineer on June 08, 2010, 03:29:24 am
It works! KillerWhale, thou art my hero. :D