Left 4 Dead 2

Left 4 Dead 2

ion's Vocalizer
Johnny Casey 12 Feb, 2018 @ 9:44am
Does vocalizer menus have their limit?
I made my own vocalizer radial menu by myself. With the help of,

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1224992309

This guide.
And it works pretty good. With one problem.

After I found out how to make my own radial menu, I started to add whole bunch of vocalizers in one .txt file, where would be the radial menu file.

But for some reason, even though I've put vocalizers exactly right in txt file, when I bind it to keyboard and use it, it didn't appear at all.



My radial menu txt file is like,





"RadialMenu"
{
//--------------------------------------------------------------
"Orders,Survivor,Alive"
{
"Center"
{
"command" "vocalize SmartLook"
"text" "Look!"
}
"North"
{
"command" "vocalize PlayerAskReady"
"text" "Ready?"
}
"NorthEast"
{
"command" "vocalize PlayerMoveOn"
"text" "Let's go"
.
.
.
.
.
.

}
//--------------------------------------------------------------
"QA,Survivor,Alive"
{
.
.
.
}
//--------------------------------------------------------------
"Warn,Survivor,Alive"
{
.
.
.
}
//--------------------------------------------------------------
"Nick,Survivor,Alive"
{
.
.
.
}
//--------------------------------------------------------------
"Rochelle,Survivor,Alive"
{
.
.
.




And if I add more radial menu, it won't appear, even though I bind it to key without any mistake.

I double checked hundreds times, but there's nothing wrong with it.

So tell me. Does vocalizer menu have some sort of 'limit'?

If I add too much sh*t, the game decided to just "Sorry. You've added too much. I'm not gonna bring your radial menu."?
< >
Showing 1-1 of 1 comments
ion  [developer] 12 Feb, 2018 @ 12:08pm 
My vocalizer has 62 radial menus in total, so I don't think your problem is with the number of radial menus. It could be the way how you bind them.

Character-specific radial menus are using different binding system compared to common (shared) radial menus. There is one important limit here and it's 255 character long string for "command" part. If you make it longer, it will be cut off.
< >
Showing 1-1 of 1 comments
Per page: 1530 50