将下列蓝色代码 保存为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"
}
}
}
===代码结束===
914





