Menu Vocal

Modérateur: BF_Moderateur

Menu Vocal

Messagede BF_GRINGO_LOKO » Ven 05 Juin 2009 14:03

Voila une tite astuce pour avoir un menu vocal supplémentaire bien sympa :

1) Copier ceci :


Code: Tout sélectionner
//--------------------------------------------------------------
"warnmenu,Survivor,Alive"
{
"center"
{
"command" "vocalize PlayerLaugh"
"text" "#L4D_rosetta_laugh"
}
"North"
{
"command" "vocalize Playerwarnboomer"
"text" "Boomer!"
}
"NorthWest"
{
"command" "vocalize Playerincoming"
"text" "La horde!"
}
"NorthEast"
{
"command" "vocalize Playerwarntank"
"text" "Tank!"
}
"East"
{
"command" "vocalize Playerwarnhunter"
"text" "Hunter!"
}
"South"
{
"command" "vocalize Playerwarnwitch"
"text" "Bitch!"
}
"West"
{
"command" "vocalize Playerwarnsmoker"
"text" "Smoker!"
}
}


2) Ensuite ouvre votre fichier :


C:\Programme Files\Steam\steamapps\common\left 4 dead\left4dead\scripts\RadialMenu

3) Coller l'étape 1) a la fin de votre ficher entre les deux derniers Crochet ( { } )


ca devrai vous donner quelque chose comme sa :

Code: Tout sélectionner
"RadialMenu"
{
   //--------------------------------------------------------------
   "Orders,Survivor,Alive"
   {
      "Center"
      {
         "command"   "vocalize smartlook"
         "text"      "#L4D_rosetta_look"
      }
      "North"
      {
         "command"   "vocalize PlayerMoveOn"
         "text"      "#L4D_rosetta_letsgo"
      }
      "NorthEast"
      {
         "command"   "vocalize PlayerLeadOn"
         "text"      "#L4D_rosetta_youtakelead"
      }   
      "East"
      {
         "command"   "vocalize PlayerHurryUp"
         "text"      "#L4D_rosetta_hurry"
      }   
      "SouthEast"
      {
         "command"   "vocalize PlayerNiceJob"
         "text"      "#L4D_rosetta_nicejob"
      }   
      "South"
      {
         "command"   "vocalize PlayerWaitHere"
         "text"      "#L4D_rosetta_waithere"
      }
      "SouthWest"
      {
         "command"   "vocalize PlayerAreaClear"
         "text"      "#L4D_rosetta_clear"
      }
      "West"
      {
         "command"   "vocalize PlayerCoverMe"
         "text"      "#L4D_rosetta_coverme"
      }   
      "NorthWest"
      {
         "command"   "vocalize PlayerImWithYou"
         "text"      "#L4D_rosetta_withyou"
      }   
   }
   //--------------------------------------------------------------
   "QA,Survivor,Alive"
   {
      "Center"
      {
         "command"   "vocalize PlayerAskReady"
         "text"      "#L4D_rosetta_ready"
      }
      "North"
      {
         "command"   "vocalize PlayerLaugh"
         "text"      "#L4D_rosetta_laugh"
      }
      "NorthEast"
      {
         "command"   "vocalize PlayerWarnCareful"
         "text"      "#L4D_rosetta_becareful"
      }
      "East"
      {
         "command"   "vocalize PlayerNegative"
         "text"      "#L4D_rosetta_negative"
      }
      "SouthEast"
      {
         "command"   "vocalize PlayerNo"
         "text"      "#L4D_rosetta_no"
      }
      "South"
      {
         "command"   "vocalize PlayerSorry"
         "text"      "#L4D_rosetta_sorry"
      }
      "SouthWest"
      {
         "command"   "vocalize PlayerYes"
         "text"      "#L4D_rosetta_yes"
      }
      "West"
      {
         "command"   "vocalize PlayerHurrah"
         "text"      "#L4D_rosetta_hurrah"
      }
      "NorthWest"
      {
         "command"   "vocalize PlayerThanks"
         "text"      "#L4D_rosetta_thankyou"
      }
   }
   
   //--------------------------------------------------------------
   "Orders,Zombie,Alive"
   {
      "Center"
      {
         "command"   "vocalize PlayerZombieTaunt"
         "label"      "#L4D_rosetta_grrrr"
      }
   }

   //--------------------------------------------------------------
   "QA,Zombie,Alive"
   {
      "Center"
      {
         "command"   "vocalize PlayerZombieTaunt"
         "text"      "#L4D_rosetta_grrrr"
      }
   }

   //--------------------------------------------------------------
   "Alerts,Zombie,Alive"
   {
      "Center"
      {
         "command"   "vocalize PlayerZombieTaunt"
         "text"      "#L4D_rosetta_grrrr"
      }
   }
       //--------------------------------------------------------------
       "warnmenu,Survivor,Alive"
       {
          "center"
          {
                            "command"   "vocalize PlayerLaugh"
             "text"      "#L4D_rosetta_laugh"
          }
          "North"
          {
             "command"   "vocalize Playerwarnboomer"
             "text"      "Boomer!"
                    }
               "NorthWest"
           {
             "command"   "vocalize Playerincoming"
             "text"      "La horde!"
          }
               "NorthEast"
           {
             "command"   "vocalize Playerwarntank"
             "text"      "Tank!"
          }
               "SouthEast"
            {
             "command"   "vocalize PlayerNiceJob"
             "text"      "#L4D_rosetta_nicejob"
     }    
          "SouthWest"
           {
             "command"   "vocalize PlayerAreaClear"
             "text"      "#L4D_rosetta_clear"
          }
          "East"
          {
             "command"   "vocalize Playerwarnhunter"
             "text"      "Hunter!"
          }     
          "South"
          {
             "command"   "vocalize Playerwarnwitch"
             "text"      "Bitch!"
          }
          "West"
          {
             "command"   "vocalize Playerwarnsmoker"
             "text"      "Smoker!"
          }
       }


4) Ensuite nous allons Binder une touche:



Ouvrez votre console In-Game et tapez ceci par exemple : bind "f1" "+mouse_menu warnmenu"
Ou une autre touche que f1 ça s'est a vous de voir :banbit:

Et voila maintenant Enjoy :finger2: :finger1: :finger3:




ps : vous pouvez modifier votre fichier avec d'autre son voici la liste :

Code: Tout sélectionner
    vocalize PlayerMoveOn
    vocalize PlayerLeadOn
    vocalize PlayerHurryUp
    vocalize PlayerNiceJob
    vocalize PlayerWaitHere
    vocalize PlayerAreaClear
    vocalize PlayerCoverMe
    vocalize PlayerImWithYou
    vocalize PlayerAskReady
    vocalize PlayerLaugh
    vocalize PlayerWarnCareful
    vocalize PlayerNegative
    vocalize PlayerNo
    vocalize PlayerSorry
    vocalize PlayerYes
    vocalize PlayerHurrah
    vocalize PlayerThanks
    vocalize PlayerVomitExpired
    vocalize PlayerItemForYou
    vocalize PlayerNearCheckpoint
    vocalize PlayerNearFinale
    vocalize PlayerLaugh
    vocalize PlayerSpotFirstAid
    vocalize PlayerSpotPills
    vocalize PlayerSpotMolotov
    vocalize PlayerSpotGrenade
    vocalize PlayerSpotAmmo
    vocalize PlayerSpotPistol
    vocalize PlayerSpotSMG
    vocalize PlayerSpotRifle
    vocalize PlayerSpotShotgun
    vocalize PlayerSpotAutoShotgun
    vocalize PlayerSpotSniperRifle
    vocalize PlayerSpotOtherWeapon
    vocalize PlayerWarnHearZombie
    vocalize PlayerWarnTank
    vocalize PlayerWarnBoomer
    vocalize PlayerWarnWitch
    vocalize PlayerWarnHearWitch
    vocalize WitchGettingAngry
    vocalize PlayerWarnMegaMob
    vocalize PlayerWarnScout
    vocalize PlayerWarnHunter
    vocalize PlayerWarnSmoker
    vocalize PlayerAlsoWarnTank
    vocalize PlayerAlsoWarnBoomer
    vocalize PlayerAlsoWarnWitch
    vocalize PlayerAlsoWarnScout
    vocalize PlayerAlsoWarnHunter
    vocalize PlayerAlsoWarnSmoker
    vocalize PlayerIncoming
    vocalize PlayerLookHere
    vocalize panicevent
    vocalize PlayerLook
    vocalize PlayerReloading
    vocalize PlayerTonguePullStart
    vocalize PlayerTongueResist
    vocalize PlayerGrabbedByTongue
    vocalize PlayerChoke
    vocalize PlayerTaunt
    vocalize PlayerMoveOn
    vocalize PlayerHurryUp
    vocalize PlayerCoverMe
    vocalize PlayerKillThatLight
    vocalize PlayerWatchOutBehind
    vocalize PlayerFriendlyFire
    vocalize PlayerStayTogether
    vocalize PlayerFollowMe
    vocalize PlayerLeadOn
    vocalize PlayerHelp
    vocalize PlayerImWithYou
    vocalize PlayerSorry
    vocalize PlayerNo
    vocalize PlayerToTheRescue
    vocalize PlayerAnswerLostCall
    vocalize PlayerLostCall
    vocalize PlayerYouAreWelcome
    vocalize PlayerYes
    vocalize PlayerThanks
    vocalize PlayerAskReady
    vocalize PlayerHeardTank
    vocalize PlayerHeardWitch
    vocalize PlayerHeardHunter
    vocalize PlayerWarnCareful
    vocalize PlayerAreaClear
    vocalize PlayerAlertGiveItem
    vocalize PlayerHurrah
    vocalize PlayerHeardBoomer
    vocalize PlayerHeardScreamer
    vocalize PlayerHeardSmoker
    vocalize PlayerZombieTaunt
    vocalize PlayerIncapacitated
    vocalize PlayerReviveFriend
    vocalize PlayerReviveFriendCritical
    vocalize PlayerHealing
    vocalize PlayerLedgeHangStart
    vocalize PlayerLedgeHangMiddle
    vocalize PlayerLedgeHangEnd
    vocalize PlayerLedgeSave
    vocalize PlayerLedgeSaveCritical
    vocalize PlayerBackUp
    vocalize PlayerEmphaticGo
    vocalize PlayerLookOut
    vocalize PlayerGoingToDie
    vocalize PlayerWaitHere
    vocalize PlayerThisWay
    vocalize PlayerLockTheDoor
    vocalize PlayerExertionMinor
    vocalize PlayerExertionCritical
    vocalize PlayerDeath
ON ENTERRE LES ARMES POUR LA BONNE CONSCIENCE , ON LES DETERRE POUR LA BONNE CAUSE
Image
BF_GRINGO_LOKO
Fait partie des murs du forum
 
Messages: 482
Inscription: Mer 20 Déc 2006 11:59
Localisation: Cap d agde pas loin du camp naturiste

Retourner vers Left 4 Dead & Left 4 Dead 2

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 2 invités

cron