開心遊戲館

位置:首頁 > 單機遊戲攻略 > 

《殺出重圍,隱形戰爭》官方祕籍

在遊戲目錄中找到名爲的檔案,用記事本或者其他文字編輯器開啟。如果這個檔案是隻讀屬性一定要點擊右鍵在屬性中把只讀去掉。

《殺出重圍:隱形戰爭》官方祕籍

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