Más tutoriales de General
Otras categorías
No hay suficientes valoraciones
Menú Radial

Abrimos el archivo RadialMenu.txt que está en C:\Program Files\Steam\steamapps\common\left 4 dead\left4dead\scripts

antes del último } pegamos lo siguiente:

	"MyMenu,Survivor,Alive"

{

"Center"

{

"command" "vocalize PlayerWarnTank"

"text" "Tank"

}

"North"

{

"command" "vocalize PlayerWarnHunter"

"text" "Hunter"

}

"South"

{

"command" "vocalize PlayerWarnWitch"

"text" "Witch"

}

"East"

{

"command" "vocalize PlayerWarnSmoker"

"text" "Smoker"

}

"West"

{

"command" "vocalize PlayerWarnBoomer"

"text" "Boomer"

}

}

Como podemos ver "Center, North, South, East y West" son los puntos cardinales donde esta localizado el texto.

Yo solo tengo esos 5 pero tambien se pueden poner NorthEast, SouthEast, SouthWest y NorthWest

Esta es una lista con algunas voces:

Código:
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

Abrimos el archivo config.cfg que está en C:\Program Files\Steam\steamapps\common\left 4 dead\left4dead\cfg

Agregamos la siguiente línea:

bind "c" "+mouse_menu MyMenu"

En mi caso he bindeado la tecla "c"

Y ya hemos terminado.

Ahora al presionar la tecla "c" en el juego saldrá nuestro menú personalizado.

Fuente: www.l4d.es


491

Regístrate para poder comentar.

Si ya estás registrado solo tienes que iniciar sesión.