In this thread, post your custom scripts for various Source (or GoldSource) games.
[b]My Left 4 Dead Voice Spam Radial Menu:[/b]
[release]
Copy this into the end of radialmenu.txt in the folder "steamapps/common/left4dead/left4dead/scripts"
[code]
//--------------------------------------------------------------
"spammenu,Survivor,Alive"
{
"Center"
{
"command" ""
"text" "Cancel"
}
"North"
{
"command" "alias spam vocalizelaugh"
"text" "Laugh"
}
"NorthEast"
{
"command" "alias spam vocalizeincap"
"text" "Incap"
}
"East"
{
"command" "alias spam vocalizepills"
"text" "Pills"
}
"SouthEast"
{
"command" "alias spam vocalizeammo"
"text" "Ammo"
}
"South"
{
"command" "alias spam vocalizedeath"
"text" "Death"
}
"SouthWest"
{
"command" "alias spam vocalizechoke"
"text" "Choke"
}
"West"
{
"command" "alias spam vocalizeboomer"
"text" "Boomer"
}
"NorthWest"
{
"command" "alias spam vocalizehelp"
"text" "Help"
}
}
}
[/code]
Copy this into autoexec.cfg in the folder "steamapps/common/left4dead/left4dead/cfg". You may have to create autoexec.cfg if it's not there already.
[code]
bind "*key for menu*" "+mouse_menu spammenu"
bind "*key for spam*" "spam"
alias "vocalizedeath" "vocalize playerdeath"
alias "vocalizepills" "vocalize playerspotpills"
alias "vocalizeboomer" "vocalize playerwarnboomer"
alias "vocalizelaugh" "vocalize playerlaugh"
alias "vocalizeincap" "vocalize playerincapacitated"
alias "vocalizeammo" "vocalize playerspotammo"
alias "vocalizehelp" "vocalize playerhelp"
alias "vocalizechoke" "vocalize playerchoke"
[/code]
In game you will have to bring up the menu and choose the voice clip you want to use. Press the button you bound to "spam" to say it.
[/release]
My script for L4D is 140KB. [img]http://d2k5.com/sa_emots/emot-onlyoption.gif[/img]
Sorry, you need to Log In to post a reply to this thread.