決定版,首先參考sjh大佬的mod info教程https://www.aoebbs.net/tutorial-17-1.html;(其實只要創建一個mod文件夾就行) 然後決定版于2022年4月新增附加數據MOD;可以直接使用mod文件對原有protoy.xml進行改動,無需再去修改protoy.xml;當然,你仍然可以修改protoy.xml,而不是使用protomods.xml; protomods.xml[土著村民自行添加,因爲我懶,那爲什麽除了獵人外其他4個村民都添加了呢?因爲我之前拿這幾個村民搞過測試]
<?xml version="1.0" encoding="utf-8"?>
<protomods> <unit id="379" name="Coureur"> <train row="0" page="6" column="1">SPCFixedGun</train> </unit> <unit id="900" name="Settler"> <train row="0" page="6" column="1">SPCFixedGun</train> </unit> <unit id="1130" name="ypSettlerJapanese"> <train row="0" page="6" column="1">SPCFixedGun</train> </unit> <unit id="928" name="ypSettlerAsian"> <train row="0" page="6" column="1">SPCFixedGun</train> </unit> <unit id="1047" name="ypSettlerIndian"> <train row="0" page="6" column="1">SPCFixedGun</train> </unit> </protomods>
techtreemods.xml
<?xml version="1.0" encoding="utf-8"?>
<techtreemods> <tech name="Age0French" type="Normal"> <effects> <effect type ='Data' amount ='1.00' subtype ='Enable' relativity ='Absolute'> <target type ='ProtoUnit'>SPCFixedGun</target> </effect> </effects> </tech> </techtreemods>
已改好的mod文件,放到C:\Users(用戶)\Administrator(你的電腦用戶名)\Games\Age of Empires 3 DE\你的steamID\mods\local裏面 test1.rar
|