[游戏]求生之路搞怪语音

将下列蓝色代码 保存为RadialMenu.txt 文件,覆盖到游戏left4dead/scripts文件里

[修改文件]===文件名RadialMenu.txt===

//[中国生化组]紫冰
"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"
  }
 }

 //--------------------------------------------------------------
 "Mymenu,Survivor,Alive"
 {
  "Center"
  {
   "command" "vocalize PlayerLookHere"
   "text"  "看这"
  }
  "North"
  {
   "command" "vocalize PlayerHelp"
   "text"  "帮忙"
  }
  "NorthEast"
  {
   "command" "vocalize PlayerFollowMe"
   "text"  "这边"
  } 
  "East"
  {
   "command" "vocalize PlayerStayTogether"
   "text"  "一起走"
  } 
  "SouthEast"
  {
   "command" "vocalize PlayerWaitHere"
   "text"  "等在这"
  } 
  "South"
  {
   "command" "vocalize PlayerReviveFriend"
   "text"  "没事"
  }
  "SouthWest"
  {
   "command" "vocalize PlayerIncoming"
   "text"  "准备"
  }
  "West"
  {
   "command" "vocalize PlayerAnswerLostCall"
   "text"  "诅咒"
  } 
  "NorthWest"
  {
   "command" "vocalize PlayerDeath"
   "text"  "尖叫"
  } 
 }
 
 //--------------------------------------------------------------
 "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"
  }
 }

}

===代码结束===

代码替换完成后,执行紫冰一键造物脚本命令,在游戏中按v键即可,如果没有反应就请在控制台自己输入下面的命令

---------------

bind "v" "+mouse_menu Mymenu" //[V键]新的语音搞笑菜单

---------------

 

想恢复以前的代码,就复制下面的灰色代码部分,覆盖回去

===恢复代码===

"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"
  }
 }

}
===代码结束===

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值