Hello, Today I am doing a tutorial how to add tanks in the Game (Based off the Files from the WW2 Mod).
1. Open the "Army_panzer.xml" file in the Unlocked APK
2. You need to find the Tank(s) you want to add. You'll need a Translator Chinese (Traditionnal) To English.
3. After finding the part (You'll copy the Chinese Name) You will open the "Def.motion.xml" file in the WW2 mod APK.
drive.google.com/file/d/0B3Vg1Fj1PlwIS3ZXRUpkYVNKVWc/view4. You will find the Name by Search it, After you Copy the Line of code. For Example :
<Units>
<Unit name="Militia 1" res="army_militia" dir="1" x="-34" y="-47">
<Motion name="1通用民兵组合预备" type="ready" dir="all"/>
<Motion name="1通用民兵组合射击" type="attack" effect="militia 1"/>
<Motion name="1通用民兵组合上膛" type="reload"/>
<Motion name="1通用民兵组合结束" type="finish"/>
</Unit>
5. You will Copy and paste it in the Def_motion.xml file In the Original EW4 APK.
6. Done, Just Rebuild/compile.
PS: For now i am not sure how to fix the Sound or add a new texture (it might have the Calvary Movind Sound or the Musket Shot SFX, Still trying to figure this out)
drive.google.com/file/d/1DfMX8A88sCK7Pj-ny03thIKbVJv1MoNv/view?usp=sharing (EW4 Unlocked APK)