kk你说的太麻烦了...
那还要重开机耶...
直接用 游览器 开那文件...
在改编码就好了...
繁化完毕
// -------------------------------------------------------------
// Ghost Mod 1.00 修改版 配置文件
// 插件最后更新: 2010.5.16
// 作者: ModChina-Martin(大江)
// 修改: AcFun.Gaming|UshioOkazaki
// 具体帮助可以在游戏中输入 'help' 或控制台命令 'ghosthelp' 查看
// -------------------------------------------------------------
// 要应用改变, 请重新载入游戏或更换地图
//--------------------------------------------------------------
// 基本设置
// -------
ghost_lighting "" // 地图亮度 ["a"-最暗 // "z"-最亮 // ""-不干涉]
ghost_money 1500 // 每局结束后所给人类的金钱
ghost_cmd_kill 1 // 防止玩家自杀
ghost_buyzone 1 // 幽灵禁止买枪
ghost_hidename 1 // 防显名字 (0-每回合设置 1-随时设置)
// 幽灵设置
// -------
ghost_health 250 // 幽灵生命值
ghost_armour 300 // 幽灵护甲值
ghost_speed 290 // 幽灵移动速度
ghost_gravity 0.8 // 幽灵的重力值 (0.5 = 一半)
ghost_attack 1.8 // 幽灵的攻击力 (倍数)
ghost_breathe 1 // 1 = 开启呼吸声
ghost_breathe_time 7.0 // 每隔几秒进行一次呼吸
ghost_blood_footprints 0 // 1 = 开启幽灵血脚印
// 隐身设置 (以下数值在 0-255 之间, 数值越大表示透明度越低)
// -------
ghost_inviscat_amount 0 // 幽灵静止时的可见度
ghost_inviscat_amount_g_a 100 // 当前速度 = ghost_speed 时的可见度
ghost_inviscat_amount_g_b 90 // ghost_speed * 90% < 移动速度< ghost_speed 时的可见度
ghost_inviscat_amount_g_c 80 // ghost_speed * 80% < 移动速度< ghost_speed * 90% 时的可见度
ghost_inviscat_amount_g_d 65 // ghost_speed * 70% < 移动速度< ghost_speed * 80% 时的可见度
ghost_inviscat_amount_g_e 50 // ghost_speed * 60% < 移动速度< ghost_speed * 70% 时的可见度
// 人类设置
// -------
human_health 100 // 人类生命值
human_armour 0 // 人类护甲值
human_speed 250 // 人类移动速度
human_gravity 1.0 // 人类的重力值 (0.5 = 一半)
// 天气效果
// -------
ghost_fog 0 // 开启雾效果
ghost_fog_amount 2 // 雾的范围 [0-禁用 // 1-非常小 // 9-非常大]
// 其他设置
// -------
mp_footsteps 1 // 开启脚步
mp_flashlight 1 // 开启手电筒
mp_freezetime 0 // 开始冻结时间
sv_maxspeed 9999 // 防止插件的最大速度无法超过限制