|
发表于 2004-4-4 16:15:49
|
显示全部楼层
来自 中国–广东–广州–天河区
如果是新版的War3FT,请用记事本打开cstrike\addons\amx\war3FT.cfg:
换族:找到mp_allowchangerace 1,将它改为0;
降低经验值:找到mp_xpmultiplier 1.0,将它改为2.0或更高,增加升级难度;
其它比如放一次C4、杀一个人得到的经验值:
// Experience given for various things
FT_bombplanterxp 50 // XP given for planting the bomb (default is 50)
FT_defusexp 50 // XP given for defusing the bomb (default is 50)
FT_hostagexp 50 // XP given for helping to rescue the hostages (default is 50)
FT_killrescuemanxp 50 // XP given for killing the person rescuing the hostages (default is 50)
FT_xpbonus 150 // XP given for purchasing tome of experience (default is 150)
FT_kill_bomb_carrier_bonus 50 // XP given for killing the bomb carrier (default is 50, set to 0 to disable)
FT_defuser_kill_bonus 50 // XP given for killing the defuser (default is 50, set to 0 to disable)
FT_VIP_kill_bonus 50 // XP given for killing the VIP (default is 50, set to 0 to disable)
FT_VIP_escape_bonus 50 // XP given when the VIP escapes (default is 50, set to 0 to disable)
FT_headshot_bonus 20 // XP given for getting a headshot (default is 20, set to 0 to disable)
FT_hostage_touch_bonus 1 // Bonus is given (based on level) for touching the hostage (default is 1)
FT_attempt_defuse_bonus 1 // Bonus is given (based on level) for attempting to defuse the bomb (default is 1)
FT_bomb_event_bonus 1 // Bonus is given for bomb events (spawning w/it,picking it up, dropping it, default is 1)
FT_VIP_spawn_bonus 1 // Bonus is given for spawning as the VIP (default is 1)
FT_hostage_kill_xp 1 // XP it taken for killing a hostage (default is 1)
FT_xp_radius 750 // Radius to give XP to teammates near where the special objective is completed (rescued hosties, bomb planted, killed vip, vip escaped, default is 750)
FT_round_win_XP 50 // Experience given to the winning team (default is 50)
这里我不翻译了,你应该会看吧。 |
|