Post by ππ³π°π΅π΄π¬πΊ on Jan 20, 2023 22:48:44 GMT
Documentation for V3 changes
--under construction --
This doocument decribes how to mod with the EW4 unV3 on android.
It is primary to mod with the EtFC toolkit (unV3). Differences to EW4 are sometimes not marked
Necessary tools
resources.arsc - a linklist to all system-settings
with the free MT we must use Arsc Editor all other options require MT-vip
Important ID's (Maybe remove )
7F02001E: Icon:
7F020021:
7f06003b Appname *For easy modding we set it in the Manifest the key still exists
7f060045 AppLabel
We want modding as easy as possible: V3 supports only one language, so we removed all settinngs directly into the manifest.
If you want to provide icons in different resoutions set the follwing:.
Trotzky' XD-hack
I want to share the easiest 1-minute-mod to improve the EW4-commander images:
Screenshots
-before- -after-
How to:
rename 2 files in assets/
commanders1_ipad_hd.pkm to commanders1_hd@2x.pkm
commanders2_ipad_hd.pkm to commanders2_hd@2x.pkm
- enjoy -
I play longer the full XD, but on a new device I wanted to see the original vanilla [ok just for a test] - so at least quick some better commander images - easytech packed EW4 with these XD-images, with this hack we use them.
Before:
After:
--under construction --
This doocument decribes how to mod with the EW4 unV3 on android.
It is primary to mod with the EtFC toolkit (unV3). Differences to EW4 are sometimes not marked
How to mod
Preparation
Necessary tools
MT - The main application we use for modding. We use it to organize and sign your APK. MT offers all essential tools inside one easy to use Application. For editing binary xml (Manifest) you need to log in - the registration can be done without using a valid email. NMM - The HEX-Edior from NMM is indispensable (The MT-free version can't save in HEX-View) - I also prefer the MNN-Text-Editor for it's comfort and perfection, but since MT-V2.10 the MT-Editor can stay in memory so it is now free of choice which Editor (MT/NMM) you want use. paper+pen
MT | - The main application we use for modding. We use it to organize and sign your APK. MT offers all essential tools inside one easy to use Application. For editing binary xml (Manifest) you need to log in - the registration can be done without using a valid email. |
NMM | - The HEX-Edior from NMM is indispensable (The MT-free version can't save in HEX-View) - I also prefer the MNN-Text-Editor for it's comfort and perfection, but since MT-V2.10 the MT-Editor can stay in memory so it is now free of choice which Editor (MT/NMM) you want use. |
paper+pen |
Modding basics
The APK-Structure
lib | *.so | this is the executable of ew4 it is compiled binary there must be only this file, other .so files are not allowed (this is malware) |
meta-inf | ANDROID.RSA ANDROID.SF MANIFEST.MF | this is part of any apk this folder will be created by signing your apk all changes will be lost - unmoddable |
assets | -list- | contains all game-data - here we do the changes |
resources.arsc - a linklist to all system-settings
with the free MT we must use Arsc Editor all other options require MT-vip
Important ID's (Maybe remove )
7F02001E: Icon:
7F020021:
7f06003b Appname *For easy modding we set it in the Manifest the key still exists
7f060045 AppLabel
We want modding as easy as possible: V3 supports only one language, so we removed all settinngs directly into the manifest.
If you want to provide icons in different resoutions set the follwing:.
Trotzky' XD-hack
I want to share the easiest 1-minute-mod to improve the EW4-commander images:
Screenshots
-before- -after-
How to:
rename 2 files in assets/
commanders1_ipad_hd.pkm to commanders1_hd@2x.pkm
commanders2_ipad_hd.pkm to commanders2_hd@2x.pkm
- enjoy -
I play longer the full XD, but on a new device I wanted to see the original vanilla [ok just for a test] - so at least quick some better commander images - easytech packed EW4 with these XD-images, with this hack we use them.
Before:
After: