一、战争之人赤潮的所有秘籍

别用修改器,个教你,首先打开mow/resource找到game.pak,然后把它用WinRAR打开

打开之后看见

战争之人秘籍,战争之人无敌秘籍

interface

map

properties

set

shader

战争之人秘籍,战争之人无敌秘籍

这5个文件夹

打开

set

找difficulty(文件夹)

把easy.dl拖到桌面

右键单击easy.dl

点击“用记事本打开”

{difficulty

{any

{ai_damage 0.26}; modifier for damage from ai to ai units

(include"blast.inc")

{cover_mgun_accuracy 1}; additionally increase accuracy of soldier with mgun in horizontal cover

{cover_mgun_burst 3}; increase bullet count in 1 burst of soldier with mgun in horizontal cover

{cover_mgun_delay 0.2}; decrease timeout between bursts of soldier with mgun in horizontal cover

{vehicle_burst 1.5}; increase timeout between bursts for all vehicles

}

{enemy

{health 2}《————————————————敌人生命

{accuracy 0.2}

{burst 0.85}

{cover_damage 2}; damage when protected by cover

{cover_hitchance 0.32}; hit chance when protected by cover

{crawl_hitchance 0.5}; hit chance for prone soldier

{firing_timeout 1.0}

{grenade_timeout 1.5}

{mounted_mgun 5}; accuracy modifier for mguns mounted on tanks

}

{ally

{translate_damage 2}; damage translation output modifier

{health 3}《————我军的血; health increase

{health_increase 0.01}《——我军每秒增加的血; health regeneration

{burst 0.8}

{cover_damage 3}

{cover_hitchance 0.28}

{crawl_hitchance 0.5}

{mounted_mgun 5}

}

{neutral

{health 1.9}《————————————————友军生命

{accuracy 0.25}

}

}

我修改过数值不一样你别介意我军的血设为99我军每秒增加的血改成99无敌

还能修改敌人&友军的精准度(自己研究)无敌也怕火!!!

然后保存在拖回difficulty(文件夹)

别删桌面上的easy.dl或在拖回difficulty是点击同时删除源文件

进游戏看看~

二、战争之人无敌秘籍

下面为大家分享的是09年推出的著名二战策略类游戏《战争之人》秘籍。说是秘籍,其实并不是像我们常规的那个热键秘籍,而是通过原文件进行修改的无敌秘籍。

战争之人无敌秘籍:

找到Men of War\resource\set\difficulty里面的normal.dl和hard.dl两个文件,用记事打开,然后把health改成{health_increase 999}、{health_increase 999}、{health 999}

保存关闭就可以了。这样你再进入游戏就是超级无敌状态了。

三、如何操作战争之人赤潮秘籍

正在玩赤潮,发现存档与二战英雄等等一系列的游戏一样,打开之后都是源代码。

举个例子,用UltraEdit打开存档文件夹中的mission.scn文件

{Entity"r12" 0xe00a

...

Player 1}

{CapturedByUser}

...

{ FuelBag

Remain 47.47}

r12是轻型坦克,0xe00a是这辆坦克的唯一编号,Player 1 CapturedByUser表示被你控制,FuelBag Remain 47.47表示剩余油料。可以这样修改:把r12改成pz4g(4号坦克);把47.47改成250;往下查找0xe00a,找到一个{Inventory 0xe00c,下面就是这辆坦克的背包。在这里改弹药数量和弹种。例如

"bullet37""fg""ammo"就表示37mm榴弹,把37改成75就变成了75mm榴弹。