杀出重围2修改秘籍隐形战争
来源:游戏秘籍转载 作者:游戏攻略吧(gonglue8.com.cn) 发布时间:2007-08-12
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
