Ok, since people have been asking about the 3rd wheel...
You can actually make as many as you'd like,
you can even make wheels for server commands, etc...
Ok so here we go.
First find the RadialMenu.txt file located in:
\Steam\steamapps\common\left 4 dead\left4dead\scripts
Make a backup just incase, I copied the file and called the backup RadialMenu.bak
Now open up that file, to add a 3rd wheel add this onto the end just above the last }.
(You can change the commands and text, but this is what I have for example.)
//--------------------------------------------------------------
"Warnings,Survivor,Alive"
{
"Center"
{
"command" "vocalize PanicEvent"
"text" "Curse"
}
"North"
{
"command" "vocalize PlayerStayTogether"
"text" "Stay Together"
}
"NorthEast"
{
"command" "vocalize PlayerDeath"
"text" "Dying"
}
"East"
{
"command" "vocalize PlayerFollowMe"
"text" "Follow Me"
}
"SouthEast"
{
"command" "vocalize PlayerTonguePullStart"
"text" "Grabbed"
}
"South"
{
"command" "vocalize PlayerTaunt"
"text" "Taunt"
}
"SouthWest"
{
"command" "vocalize PlayerVomitInFace"
"text" "Slimed"
}
"West"
{
"command" "vocalize PlayerBackUp"
"text" "Get Back"
}
"NorthWest"
{
"command" "vocalize PlayerAnswerLostCall"
"text" "Upset"
}
Okay, now that you've added that on, save the file.
In order to use the 3rd wheel you have to bind it to a key.
To bind it, open up "Left 4 Dead" and go into the console, by pressing the "~" key.
(If you're unable to access the console, go into your key binds and enable it.)
Now in the console, type this
bind x "+mouse_menu Warnings"
The x can be any key you'd like, once that's done, you can then use the wheel ingame.
Also, You can edit the default wheels.
Example, The READY wheel, I put LAUGH in the center instead of READY,
since I don't use READY that much.
So now when I press the READY Wheel, my character laughs.
Lastly, that "Warnings" area in the script, can be changed to anything.
You just have to change that part in the bind accordingly.
Basically, that's the trick to making multiple wheels.
Anyways, hope that explains it all.
Oh and here's a bunch of voice commands:
smartlook
PlayerMoveOn
PlayerLeadOn
PlayerHurryUp
PlayerNiceJob
PlayerWaitHere
PlayerAreaClear
PlayerCoverMe
PlayerImWithYou
PlayerAskReady
PlayerLaugh
PlayerWarnCareful
PlayerNegative
PlayerNo
PlayerSorry
PlayerYes
PlayerHurrah
PlayerThanks
PlayerZombieTaunt
PlayerIncapacitated
PlayerReviveFriend
PlayerReviveFriendCritical
PlayerHealing
PlayerLedgeHangStart
PlayerLedgeHangMiddle
PlayerLedgeHangEnd
PlayerLedgeSave
PlayerLedgeSaveCritical
PlayerSpotFirstAid
PlayerSpotPills
PlayerSpotMolotov
PlayerSpotGrenade
PlayerSpotAmmo
PlayerSpotPistol
PlayerSpotSMG
PlayerSpotRifle
PlayerSpotShotgun
PlayerSpotAutoShotgun
PlayerSpotSniperRifle
PlayerSpotOtherWeapon
PlayerWarnHearZombie
PlayerWarnTank
PlayerWarnBoomer
PlayerWarnWitch
PlayerWarnHearWitch
WitchGettingAngry
PlayerWarnMegaMob
PlayerWarnScout
PlayerWarnHunter
PlayerWarnSmoker
PlayerAlsoWarnTank
PlayerAlsoWarnBoomer
PlayerAlsoWarnWitch
PlayerAlsoWarnScout
PlayerAlsoWarnHunter
PlayerAlsoWarnSmoker
PlayerIncoming
PlayerLookHere
PlayerLook
PlayerReloading
PlayerTonguePullStart
PlayerTongueResist
PlayerGrabbedByTongue
PlayerChoke
PlayerTaunt
PlayerMoveOn
PlayerHurryUp
PlayerCoverMe
PlayerKillThatLight
PlayerWatchOutBehind
PlayerFriendlyFire
PlayerStayTogether
PlayerFollowMe
PlayerLeadOn
PlayerHelp
PlayerImWithYou
PlayerSorry
PlayerNo
PlayerToTheRescue
PlayerAnswerLostCall
PlayerLostCall
PlayerYouAreWelcome
PlayerYes
PlayerThanks
PlayerAskReady
PlayerHeardTank
PlayerHeardWitch
PlayerHeardHunter
PlayerWarnCareful
PlayerAreaClear
PlayerAlertGiveItem
PlayerHurrah
PlayerHeardBoomer
PlayerHeardScreamer
PlayerHeardSmoker
PlayerBackUp
PlayerEmphaticGo
PlayerLookOut
PlayerGoingToDie
PlayerWaitHere
PlayerThisWay
PlayerLockTheDoor
PlayerExertionMinor
PlayerExertionCritical
PlayerDeath
PlayerVomitInFace
PlayerVomitExpired
PlayerItemForYou
PlayerNearCheckpoint
PlayerNearFinale
PlayerLaugh
Have fun people!
