|
发表于 2009-2-26 14:21:28
|
显示全部楼层
来自 中国–广东–东莞
使用booster教學及指令
booster現最新版本為2.4
是metamod其中一降低hlds server ping值的插件
即是提高hlds的fps
安裝 :
1.下載附件
2.解壓附件得出 booster file
3.把file放入C:\Program Files\Valve\cstrike\addons
4.在C:\Program Files\Valve\cstrike\addons\metamod\plugins.ini輸入
複製內容到剪貼板
代碼:
win32 addons\booster\booster_mm.dll
完成
參考其指令也很重要,用完之後都lag的話,就要檢討下自己在指令上有冇用錯
指令解釋如下:
// booster_show_connmsg x (0 = disabled, 1 = small message, 2 = large message)
// 顯示玩家登入的ping值
booster_show_connmsg 1
// booster_autofps x (x = 0 to 1000, 0 = no target FPS)
// hlds fps
//
booster_autofps 200
// booster_minsleepms x (x = 1 to 10, 10 = no change to multimedia timer)
// 1-10,10=沒有改變,愈低,佔用cpu使用率愈高
// 不建議使用3以下
booster_minsleepms 5
// booster_force_systicrate x (x = 0 to 10000, 0 = let Booster2 manage the value itself (no force))
// set做0 便使用booster_autofps 200,如果使用此指令,便會自動使用booster_force_systicrate
booster_force_systicrate 0
// booster_cpu_enabled x [0 to 2] (0 = off, 1 = on, 2 = report CPU only - don't actively manage CPU)
// set做1是最佳設定 默認為0. set攸1能啟動多項booster功能
booster_cpu_enabled 1
------以下為啟動後可用指令,建議不要修改為最佳------
booster_cpu_spikemax 3
// booster_cpu_spikelevel x [0 to 100]
booster_cpu_spikelevel 75
// booster_cpu_floor x [0 to 100]
booster_cpu_floor 50
// booster_cpu_mminc x [1 to 10]
booster_cpu_mminc 2
// booster_cpu_quiettime
booster_cpu_quiettime 300
// booster_cpu_mmmin x [1 to 10]
booster_cpu_mmmin 3
// booster_cpu_mmmax x [1 to 10]
booster_cpu_mmmax 8
- 轉載自 34Like 討論區 http://forum.34like.com/ |
|