安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题









Regardless, there's no such thing as a "cheat" in my opinion. You put plenty of time in to earn the achievement, and since it's all for a personal sense of accomplishment, you should do it however it works for you!
Again, well done!
Super-buffed units, Devil's Liar with uncapped spawns, an Auto-Clicker for the end turn button and leaving the PC running over night got it done!
It isn't 100% legit but the requirement is completely otherworldly and the couple of hours it took me to understand the modding aspect and what I need to change to get it working "automatically" felt like a worthy trade.
Thanks again for all your great guides for this lovely game!
It may interest you to add this method to your guide since it took me hours to figure the trick.
<?xml version="1.0" encoding="utf-8"?>
<trait icon="Traits/IncreasedHeroUnitStats">
<modifiers>
<modifier>
<conditions>
<player>
<notAIControlled/>
</player>
</conditions>
<effects>
<actionPointsMax add="2"/>
<levelMax add="40"/>
<movementMax add="3"/>
<sight add="3"/>
</effects>
</modifier>
</modifiers>
</trait>
And for getting the script to work, you have to add the following trait after the other ones in the end of the file for each unit you want or create a xml.ext file (folder Data/World/Units) :
<traits>
<trait name="IncreasedHeroUnitStats"/>
</traits>
If you haven't use .ext files before, I recommend you download my Scrapyard mod and look at examples of how I added units to the Building and Upgrade folders.