// ———————————–
// Ghost Mod 配置文件
// ———————————–
// 你所做的任何改变
// 开始地图时自动加载下面命令
// 基本设置
// ——-
ghost_lighting f // 地图亮度 [“a”-最暗 // “z”-最亮 // “0”-禁用]
ghost_money 1500 // 每局结束后所给人类的金钱
ghost_cmd_kill 1 // 防止玩家自杀
ghost_buyzone 1 // 幽灵禁止买枪
// 死亡模式
// ——-
ghost_dm_mode 0 // 开启死亡模式
ghost_dm_team 1 // 复活的队伍 [1-恐怖份子 // 2-反恐精英 // 3-全部队伍]
// 幽灵设置
// ——-
ghost_health 100 // 幽灵生命值
ghost_armour 100 // 幽灵护甲值
ghost_speed 320 // 幽灵移动速度
ghost_gravity 1.0 // 幽灵的重力值 (0.5 = 一半)
ghost_inviscat_amount 0 // 幽灵静止时的可见度
ghost_inviscat_amount_x 50 // 幽灵非静止时的可见度
ghost_breathe 1 // 开启呼吸声
ghost_breathe_time 5 // 每隔几秒进行一次呼吸
// 高级隐身设置
// ——-
ghost_good 1 // 是否开启高级隐身模式
ghost_inviscat_amount_g_b 40 // 当移动速度等于最大的速度的90%时的隐身度
ghost_inviscat_amount_g_c 30 // 当移动速度等于最大的速度的80%时的隐身度
ghost_inviscat_amount_g_d 20 // 当移动速度等于最大的速度的70%时的隐身度
ghost_inviscat_amount_g_e 10 // 当移动速度等于最大的速度的60%时的隐身度
ghost_inviscat_amount_g_a 50 // 当移动速度等于最大的速度的100%时的隐身度
ghost_inviscat_amount_g_x 45 // 当移动速度不等于以上所有速度的时的隐身度
// 人类设置
// ——-
human_health 100 // 人类生命值
human_armour 0 // 人类护甲值
human_speed 320 // 人类移动速度
human_gravity 1.0 // 人类的重力值 (0.5 = 一半)
// 天气效果
// ——-
ghost_fog 0 // 开启雾效果
ghost_fog_amount 3 // 雾的范围 [0-禁用 // 1-非常小 // 9-非常大]
// 其他设置
// ——-
mp_footsteps 1 // 开启脚步
mp_flashlight 0 // 开启手电筒
mp_freezetime 0 // 开始冻结时间
sv_maxspeed 9999 // 防止插件的最大速度无法超过限制