Upvote Upvoted 0 Downvote Downvoted
Custom Voice/ Radar menus (i need help)
posted in Customization
1
#1
0 Frags +

I want someone to help me to understand how the voicemenu.txt document works on tf2
Look, the point is that I would like to make a modification like this:

http://bananagaming.tv/custom-menus/

but I fail to understand how it is that the menu commands of voices run tf2

honestly, I was used to spam the voice commands, I learned that it gives away my position, and its, idk kinda irritating for others,so i just changed the position of the binds from Z, X and C to f2, f3 and f4.
but they are now quite useless, then, what I try to do is give them another utility, as in that configuration that i use on csgo

I like to set my game properly and without taking advantage of others, and i sincerely think this is nothing that give me that, I just want to put a bot for testing and such with a combination of buttons.

sorry if i have some lack of orthography but my native language is not English and I try as best I can :I

Thanks beforehand

I want someone to help me to understand how the voicemenu.txt document works on tf2
Look, the point is that I would like to make a modification like this:

http://bananagaming.tv/custom-menus/

but I fail to understand how it is that the menu commands of voices run tf2

honestly, I was used to spam the voice commands, I learned that it gives away my position, and its, idk kinda irritating for others,so i just changed the position of the binds from Z, X and C to f2, f3 and f4.
but they are now quite useless, then, what I try to do is give them another utility, as in that configuration that i use on csgo

I like to set my game properly and without taking advantage of others, and i sincerely think this is nothing that give me that, I just want to put a bot for testing and such with a combination of buttons.

sorry if i have some lack of orthography but my native language is not English and I try as best I can :I

Thanks beforehand
2
#2
3 Frags +

Voicemenus = 1,2,3 (referred to as 0,1,2 in game)
Voicemenu 0 0 = medic call

Which is by default z 1

Voicemenu 0 1 = thanks

etc

bind f "voicemenu 1 2" = sentry ahead as an example

Voicemenus = 1,2,3 (referred to as 0,1,2 in game)
Voicemenu 0 0 = medic call

Which is by default z 1

Voicemenu 0 1 = thanks

etc

bind f "voicemenu 1 2" = sentry ahead as an example
3
#3
0 Frags +

i know that, but the thing that im trying to do is harder than that
if you see the confir, for example, z1 = add bot ct
i want to do that kinda thing, i really dont want the voice comands at all, im trying to bind another things to them.

i know that, but the thing that im trying to do is harder than that
if you see the confir, for example, z1 = add bot ct
i want to do that kinda thing, i really dont want the voice comands at all, im trying to bind another things to them.
4
#4
2 Frags +

Something like

bind z "+stuff"
Alias +stuff "bind 1 blahblah; bind 2 blehbleh etc"
-stuff "bind 1 slot1; bind 2 slot2; etcetc"

So like, while you're holding z, the 0-9 keys transform to other commands (blahblah/blehbleh) and after you release z the 0-9 keys get bound to slot 1 to slot 10. Is that what you're looking for?

I think my solution might work, I'm not at home now so I can't test it.

Something like

bind z "+stuff"
Alias +stuff "bind 1 blahblah; bind 2 blehbleh etc"
-stuff "bind 1 slot1; bind 2 slot2; etcetc"

So like, while you're holding z, the 0-9 keys transform to other commands (blahblah/blehbleh) and after you release z the 0-9 keys get bound to slot 1 to slot 10. Is that what you're looking for?

I think my solution might work, I'm not at home now so I can't test it.
5
#5
0 Frags +

You have to extract voicecommands.txt from the scripts folder, then modify the commands in it. This will likely not work on sv_pure 1/2 although i've never tried doing it.

Voicecommands.txt works like a slightly more limited version of the radiopanel.txt in csgo. Now i'm not sure if you can just change the lables or add commands to the button presses as well.

You have to extract voicecommands.txt from the scripts folder, then modify the commands in it. This will likely not work on sv_pure 1/2 although i've never tried doing it.

Voicecommands.txt works like a slightly more limited version of the radiopanel.txt in csgo. Now i'm not sure if you can just change the lables or add commands to the button presses as well.
6
#6
0 Frags +

tf2:
http://prntscr.com/ari9ar

csgo:
http://prntscr.com/ari9j7

i dont think they work in a similar way.
i was thinking about trying on adding the cmd thing so the key can execute sertain comands like tf_bot_add spy blue.
but im not to sure about it.

tf2:
http://prntscr.com/ari9ar

csgo:
http://prntscr.com/ari9j7

i dont think they work in a similar way.
i was thinking about trying on adding the cmd thing so the key can execute sertain comands like tf_bot_add spy blue.
but im not to sure about it.
7
#7
2 Frags +

iirc you can change what the chat messages in voicecommands.txt are but anything else is server-dependent, and it really is only set up to say voice commands and print out lines of text in chat. It's been a while so I can't remember fully what you can do with voicecommands.txt, but you can't do what you're looking for.

Sentinel's suggestion should work, you could edit it so it's a press instead of a hold pretty easily, and with a bit more work get a developer 1 menu display, but whatever you end up doing it'd have to be through scripting. You can't get what you want without making some scripts.

iirc you can change what the chat messages in voicecommands.txt are but anything else is server-dependent, and it really is only set up to say voice commands and print out lines of text in chat. It's been a while so I can't remember fully what you can do with voicecommands.txt, but you can't do what you're looking for.

Sentinel's suggestion should work, you could edit it so it's a press instead of a hold pretty easily, and with a bit more work get a developer 1 menu display, but whatever you end up doing it'd have to be through scripting. You can't get what you want without making some scripts.
8
#8
1 Frags +

well, i know how to script but i was searching for a clear response like yes or not and how, but ty, that was the most useful of all. not offending the others.

im gonna try to make what sentinel say, and i will search if i can mix scripts whit close captions so i can make the boxes and make what i wanted. If i can.

but that it, ty guys, gonna se how i can do the caption thingi because i dont know how to do that.

well, i know how to script but i was searching for a clear response like yes or not and how, but ty, that was the most useful of all. not offending the others.

im gonna try to make what sentinel say, and i will search if i can mix scripts whit close captions so i can make the boxes and make what i wanted. If i can.

but that it, ty guys, gonna se how i can do the caption thingi because i dont know how to do that.
9
#9
6 Frags +

Offtop, but I make simmilar like this, but using echo and con_filters commands. It's simmilar to radiomenu and very customizable.

http://www.youtube.com/watch?v=2btON_6n7JA

Offtop, but I make simmilar like this, but using echo and con_filters commands. It's simmilar to radiomenu and very customizable.
[youtube]http://www.youtube.com/watch?v=2btON_6n7JA[/youtube]
10
#10
0 Frags +
DisquseOfftop, but I make simmilar like this, but using echo and con_filters commands. It's simmilar to radiomenu and very customizable.
http://www.youtube.com/watch?v=2btON_6n7JA

could you explain how it work so i can change some things a bit ?
btw: nice work, i like it.

[quote=Disquse]Offtop, but I make simmilar like this, but using echo and con_filters commands. It's simmilar to radiomenu and very customizable.
[youtube]http://www.youtube.com/watch?v=2btON_6n7JA[/youtube][/quote]

could you explain how it work so i can change some things a bit ?
btw: nice work, i like it.
Please sign in through STEAM to post a comment.