成功的架起一個基本的 CS:Source伺服器了, 但是怎麼伺服器名稱看起來很鳥... 這個別急,我們現在開始講解伺服器設定的部份.....................
下載mani_admin_plugin管理工具
http://www.mani-admin-plugin.com/mani_admin_plugin/v1_2_beta_r/mani_admin_plugin_v1_2_beta_r.zip
解壓縮在srcds下的cstrike目錄

再執行addons下的CreateVDF.exe選擇cstrike產生mani_admin_plugin.vdf
就裝好了
存檔
下載Mattie Script外掛執行程式
http://mattie.info/downloads/mattie_eventscripts.zip
解壓縮在srcds下就裝好了
下載SourceMM外掛執行程式
http://www.sourcemod.net/dl.php?filename=sourcemm-1.4.2.exe
安裝選倒數第二個選項select mod directory然後指到srcds下的cstrike
他會自動安裝


下載ES_TOOLS強化工具 (可裝可不裝.................看需求)
http://forums.mattie.info/cs/forums/download.php?id=889
解壓縮在srcds下就裝好了
但記得參考這篇修正當機問題http://forums.mattie.info/cs/forums/viewtopic.php?t=14596
中文說明
http://www.pockyland.net/viewthread.php?tid=8767&extra=page%3D1
在新增 server.cfg
ps.要存UIF-8 很重要要不然sv的名稱沒有辦法出現中文喔
在新增 bot.cfg- // bots
- bot_add 1
- bot_quota 12
- bot_quota_mode fill
- bot_difficulty 1
- bot_chatter off
- bot_auto_follow 0
- bot_auto_vacate 1
- bot_join_after_player 1
- bot_defer_to_human 0
- bot_prefix "=Mr="
- //是否會違背命令
- bot_allow_rogues 0
- bot_walk 0
- bot_join_team any
- bot_eco_limit 800
- //允許bot使用手榴彈?
- bot_allow_grenades 0
- bot_all_weapons
- //允許bot使用手槍
- bot_allow_grenades 1
- bot_allow_pistols 1
- //允許bot使用衝鋒槍
- bot_allow_sub_machine_guns 1
- //允許bot使用散彈槍
- bot_allow_shotguns 1
- //允許bot使用步槍
- bot_allow_rifles 1
- //允許bot使用狙擊槍
- bot_allow_snipers 1
- //允許bot使用機關槍
- bot_allow_machine_guns
- //Mani_Server_Setting
- // 1 = Include any bot kills made in stats
- // 0 = Killing a bot does not count to stats
- mani_stats_include_bot_kills 0
複製代碼 在新增 banned_user.cfg
內容可以空白 系統會自己去紀錄
完成後要像這樣

全部裝好後執行css.bat 就可以開啟伺服器了
下次會教如何把adm內的指令跟如何設定adm玩家........................... |