声音

soundlist.txt

这里放置你希望罗列在管理菜单上的所有声音文件,
而且对于这样的自定义声音没有空间限制。

编辑此文件 $BASE/cstrike/cfg/mani_admin_plugin/soundlist.txt

//
// soundlist.txt
//
// 放置你想在菜单上播放的的声音
//
// 本文件可以使用别名
// 别名就是显示在菜单系统上的称呼,但是要用引号圈起来
//
// E.G. "Don't just stand there"
// 当然了,你也可以不使用-
//


"Waiting For Suspect" admin_plugin/waitingforsuspect.mp3
"Don't just stand there, pick up the gun and shoot it !" admin_plugin/dontjuststandthere.wav
"Who ate all the donuts ?" admin_plugin/donuteater.wav
"Do you smell something ?" admin_plugin/doyousmell.wav
"With my brains and your brawn we'll make an excellent team" admin_plugin/excellentteam.wav
"Hello" admin_plugin/hellosoft.wav
"Don't ask me" admin_plugin/dontaskme.wav
"Could it get any worse than this ?" admin_plugin/getanyworse.wav
"See ya later" admin_plugin/seeya.wav
"Oh you'll pay, you will definately pay !!" admin_plugin/youwillpay.wav
"Laughing sounds" admin_plugin/laugh.wav
"Move !!" admin_plugin/move.wav
"Good luck out there, you're gonna need it" admin_plugin/goodluck.mp3
"1069er 1069er We got whores in the city, we need backup now, cmon" admin_plugin/whores.wav
"I am the great Cornholio" admin_plugin/cornholio.wav

 

actionsoundlist.txt

这个文件是设置在游戏中操作时可触发的的声音列表

下面给大家一个参考文件

//
// actionsoundlist.txt
//
// 放置你的所有触发声音文件到此(像QQ的短信消息)
// 本文件可以使用别名
// 别名就是可以在菜单系统上显示代替实际命令的东东
// 别名必须用引号圈起来

//"joinserver" admin_plugin/actions/joinserver.mp3
"votestart" admin_plugin/actions/startyourvoting.mp3//开始投票时的声音
"voteend" admin_plugin/actions/endofvote.mp3//投票结束时的声音
//"roundstart" admin_plugin/actions/roundstart.mp3
//"roundend" admin_plugin/actions/roundend.mp3
"restrictedweapon" admin_plugin/actions/restrictedweapon.wav
"menuselect" admin_plugin/actions/menuselect.wav//选择管理菜单时的声音
"menuexit" admin_plugin/actions/menuexit.wav

 

quakesoundlist.txt

这个文件是放置游戏中quake特效声音的列表,
如果你不需要某个声音,你只需在前加//注释掉它

编辑文件$BASE/cstrike/cfg/mani_admin_plugin/quakesoundlist.txt即可
下面给大家一个参考文件

//
// quakesoundlist.txt
//
// 这里放置你的所有quake声效的文件列表
// 这里的声音文件需要有扩展名是.res的文件支持
// 所以你要仔细查看plugin.zip中的.res文件范例
// 本文件可以使用别名
// 别名就是可以在菜单系统上显示代替实际命令的东东
// 别名必须用引号圈起来

"firstblood" quake/firstblood.mp3
"humiliation" quake/humiliation.mp3
"multikill" quake/multikill.mp3
"monsterkill" quake/monsterkill.mp3
"ultrakill" quake/ultrakill.mp3
"godlike" quake/godlike.mp3
"headshot" quake/headshot.mp3
"dominating" quake/dominating.mp3
"holyshit" quake/holyshit.mp3
"killingspree" quake/killingspree.mp3
"ludicrouskill" quake/ludicrouskill.mp3
"prepare" quake/prepare.mp3
"rampage" quake/rampage.mp3
"unstoppable" quake/unstoppable.mp3
"wickedsick" quake/wickedsick.mp3

 

Auto downloading of sounds

有两个模块管理声音文件的下载,一个管quake声效的,一个管服务器上声效文件

Quake声效自动下载模块

// 这个是管理quake声效文件下载的模块,设置为1即可自动下载到各个客户端
// 若是设置为0,那么你必须提供你自己的.res文件给客户端
// 若是在服务器运行期间将1设置为0,那么你需要重启服务器

mani_quake_auto_download 1


服务器声效自动下载模块

// 这个是管理服务器声效文件下载的模块,设置为1即可自动下载到各个客户端
// 若是设置为0,那么你必须提供你自己的.res文件给客户端
// 若是在服务器运行期间将1设置为0,那么你需要重启服务器

mani_sounds_auto_download 1 // 1 = on, 0 = off

注意:若是你不想让自动下载这两种声效文件,那么你要手动建立.res文件来实现