|
在游戏目录中找到名为default.ini的文件,用记事本或者其他文本编辑器打开。如果这个文件是只读属性一定要点击右键在属性中把只读去掉。 1使敌人对自己的伤害减到最小: 把下面的语句 Difficulty]; Player Damage multiplier - damage player takes from AIs Difficulty_Player_Damage_Easy__d=1.0 Difficulty_Player_Damage_Normal__d=1.0 Difficulty_Player_Damage_Hard__d=1.25 Difficulty_Player_Damage_Real__d=1.75 修改为: Difficulty]; Player Damage multiplier - damage player takes from AIs Difficulty_Player_Damage_Easy__d=0.0 Difficulty_Player_Damage_Normal__d=0.0 Difficulty_Player_Damage_Hard__d=0.0 Difficulty_Player_Damage_Real__d=0.0 2对敌人一击必杀 把下面的语句 Difficulty_AI_Damage_Easy__d=1.25 Difficulty_AI_Damage_Normal__d=1.0 Difficulty_AI_Damage_Hard__d=0.75 Difficulty_AI_Damage_Real__d=1.5 修改为: Difficulty_AI_Damage_Easy__d=4.25 Difficulty_AI_Damage_Normal__d=4.0 Difficulty_AI_Damage_Hard__d=4.75 Difficulty_AI_Damage_Real__d=4.5 (翻译自国外网站,如果翻译有误请在评论中指出)
|