AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   L4D2 radialmenu error (https://forums.alliedmods.net/showthread.php?t=327418)

TiTz 09-17-2020 14:38

L4D2 radialmenu error
 
Hi,

I'm having an issue I can't figure out with my L4D2 client radialmenu.vpk

The original radialmenu.txt works fine with my L4D1 client

In game L4D2 I select from the radial menu a vocalise command - in game when I use it, it has a number next to it on screen.

for example

If I choose: "command" "vocalize PlayerWarnHunter ; say --Hunter--"

It prints on screen ... each key press changes the number :

--Hunter-- #490
--Hunter-- #506
--Hunter-- #515

also I don't get the vocalization but the --Hunter-- will show. Although the vocalization will work using just "vocalize PlayerWarnHunter" on it's own)

Even if I take the vocalize command out I still get the random numbers using say --Hunter-- I've tried sm_say --Hunter-- and !say --Hunter--

So I'm guessing L4D2 doe's not allow vocalise and a text command togther?

Anyone know a solution ?

Regards

TiTz


Code:

        "Warnings,Survivor,Alive"
        {
                "Center"
                {
                        "command"        "vocalize ResponseSoftDispleasureSwear ; say #$$@*#!"
                        "text"                "Swear"
                }
                "North"
                {
                        "command"        "vocalize PlayerWarnTank ; say  Tank!!"

                        "text"                "TANK!!"
                }
                "NorthEast"
                {
                        "command"        "vocalize PlayerWarnBoomer ; say --BOOMER!!--"
                        "text"                "Boomer!!"
                }       
                "East"
                {
                        "command"        "vocalize PlayerWarnSmoker ; say --Smoker!!--"
                        "text"                "Smoker!!"
                }       
                "SouthEast"
                {
                        "command"        "vocalize PlayerStayTogether ; say --Stay close--"
                        "text"                "Stay Together!!"
                }       
                "South"
                {
                        "command"        "vocalize PlayerIncoming ; say --incoming!!--"
                        "text"                "Incoming!!"
                }
                "SouthWest"
                {
                        "command"        "vocalize PlayerDeath"
                        "text"                "PlayerDeath!!"
                }
                "West"
                {
                        "command"        "vocalize PlayerWarnHunter ; say --Hunter--"
                        "text"                "Hunter!!"
                }       
                "NorthWest"
                {
                        "command"        "vocalize PlayerWarnWitch ; say --Witch--"
                        "text"                "Witch!!"
                }       
        }


Dragokas 09-24-2020 14:37

Re: L4D2 radialmenu error
 
What if try delay
Code:

"command"        "vocalize PlayerWarnTank; wait 1; say Tank!!"
or alias:
Code:

"command"        "alias t1 \"vocalize PlayerWarnTank\"; alias t2 \"say Tank!!\"; t1; t2"

TiTz 10-02-2020 13:37

Re: L4D2 radialmenu error
 
Hi Dragokas,

Sadly none of the fixes you have given work - perhaps the L4D2 radialmenu can only be used with a single vocalize command :(

Cheers

TiTz

Bacardi 10-02-2020 15:47

Re: L4D2 radialmenu error
 
...not sure why, but those are timestamp from round start.
#time

Silvers 10-04-2020 20:16

Re: L4D2 radialmenu error
 
My custom vocalize radial menu vpk doesn't display anymore. Not looked into it but it's sad :cry:


All times are GMT -4. The time now is 20:31.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.