|
Post by ππ³π°π΅π΄π¬πΊ on Jun 21, 2021 17:56:41 GMT
I moved this here: Thank You Darth Vader. I am not sure if this is not an error that came with the first unlocked APK. Maybe it is patchable, because of missing or wrong named assets. The splitscreen mode is killed in every mod I have ever seen, and I dont find an orignal 1.0, 1.(0)1 or 1.2. I will prepare a few assets for debugging next week and you can give more help - this is really annoying me - Sending just a few assets is IMO the best way for modders. Q: Can you enter a mission? (you probable have to click where the button original should be) PS: Have you noticed the sahara-project Arthur Currie and me, are working on? I can some what enter a mission but, I have to flip my phone around. The buttons for start, select, and end turn are too small. But the battlefield with the units is displayed correct - the UI has glitches that make it inoperable ? I think to remember walking through the files to see some HD/SD values in unused files, that I could not understand, and not proove.
|
|
|
Post by ππ³π°π΅π΄π¬πΊ on Jun 21, 2021 18:56:13 GMT
Hi
When you want to try the new layouts try this beginning for the layout-files and make an individual text for text_layoutinfo in line 7 for each layout
you can use infowin=true in config.ini to see the debug message to find your layout
Don't open settings.
<?xml version="1.0" encoding="utf-8"?> <Layouts> <!-- etcf modding ew4.1 - debuginfo can be switched on in confg.ini --> <Layout id="form_debuginfo" type="window" x="5" y="30" w="500" h="550"> <Element id="btn_win" type="button" frm1="button_generalinfo.png" x="0" y="0" w="27" h="25"/> <Element id="tbox_debug" type="TextBox" font="font_text_1" maxrows="100" rowbland="5"/> <Element id="text_layoutinfo" type="text" x="15" y="5" font="font_ascii" color="180,180,180,200" text="Layout: ??"/> <Element id="text_modinfo" type="text" x="5" y="25" font="font_ascii" color="180,180,180,200" text="name_mod"/> </Layout> <!-- etfc modding:ew4.1 main screen --> <Layout id="form_mainmenu" type="window" texture="img/tex/tex_mainmenu_back_ip5.pkm">
<Element id="btn_errorAPK" type="button" frm1="button_mainmenu.png" x="-160" y="130" w="133" h="33"> <Element id="" type="text" font="font_text_4" text="Modified" align="right" valign="center"/> </Element> <Element id="btn_errorDOC" type="button" frm1="button_mainmenu.png" x="-160" y="170" w="133" h="33"> <Element id="" type="text" font="font_text_4" text="ErrorDoc" align="right" valign="center"/> </Element>
I just copy+pate the background texture is wrong .
|
|
|
Post by ππ³π°π΅π΄π¬πΊ on Jun 21, 2021 20:17:31 GMT
Hi Darth Vader, sorry I was without time and posted just a sketch: The layout-files of the new versions need a few changes, not to crash the game. (And reverse) For a fast testing: replace the beginning of each layout*.xml with my snipplet the ***** must be the original from the ***** and the following lines need to be added. I hope this are all necessary changes for now. We need to find the right layut: make a individual text for text_layoutinfo in line 7 for each layout With infowin=true in config.ini we switch on the debug message to find the layout your phone uses. This is to test, you need even changes in settings, so dont open settings. <?xml version="1.0" encoding="utf-8"?> <Layouts> <!-- etcf modding ew4.1 - debuginfo can be switched on in confg.ini --> <Layout id="form_debuginfo" type="window" x="5" y="30" w="500" h="550"> <Element id="btn_win" type="button" frm1="button_generalinfo.png" x="0" y="0" w="27" h="25"/> <Element id="tbox_debug" type="TextBox" font="font_text_1" maxrows="100" rowbland="5"/> <Element id="text_layoutinfo" type="text" x="15" y="5" font="font_ascii" color="180,180,180,200" text="Layout: ??"/> <Element id="text_modinfo" type="text" x="5" y="25" font="font_ascii" color="180,180,180,200" text="name_mod"/> </Layout> <!-- etfc modding:ew4.1 main screen --> *****<Layout id="form_mainmenu" type="window" texture="img/tex/tex_mainmenu_back_ip5.pkm">*****
<Element id="btn_errorAPK" type="button" frm1="button_mainmenu.png" x="-160" y="130" w="133" h="33"> <Element id="" type="text" font="font_text_4" text="Modified" align="right" valign="center"/> </Element> <Element id="btn_errorDOC" type="button" frm1="button_mainmenu.png" x="-160" y="170" w="133" h="33"> <Element id="" type="text" font="font_text_4" text="ErrorDoc" align="right" valign="center"/> </Element>
I just copy+paste, the background texture of form_mainmenu is wrong and different for each layout ***** Replace this line with the original code.
|
|
|
Post by ππ³π°π΅π΄π¬πΊ on Jun 28, 2021 16:48:41 GMT
Hello Darth Vaderdid you find out witch layout your phone is using? If I understand you correct you don't have anymore problems with your EW4 mod on your new phone? How did you fixed it?
|
|
|
Post by Darth Vader on Jun 30, 2021 0:08:06 GMT
Hello Darth Vaderdid you find out witch layout your phone is using? If I understand you correct you don't have anymore problems with your EW4 mod on your new phone? How did you fixed it? I am not modding Ew4 at the moment. The Ew4 2018 APK works but, doesn't allow you to edit generals.
|
|
|
Post by ππ³π°π΅π΄π¬πΊ on Jun 30, 2021 20:04:13 GMT
Hello Darth Vaderdid you find out witch layout your phone is using? If I understand you correct you don't have anymore problems with your EW4 mod on your new phone? How did you fixed it? I am not modding Ew4 at the moment. The Ew4 2018 APK works but, doesn't allow you to edit generals. You can't edit generals in an locked EW4. The .18 from apkpure is plain vanilla from the google-store, you also can't edit Items. For now, the 1.4.02 we have for modding, is the only clean unlocked apk we have. I really want to see if I can fix the display. I attached a zip at this post with 4 files. If you copy these files into assets, you see witch layout you got. With this info and a screenshot with the buggy display I can try, if we can fix the bug Darth Vader. Thank You.
|
|
|
Post by Darth Vader on Jul 3, 2021 2:50:15 GMT
I am not modding Ew4 at the moment. The Ew4 2018 APK works but, doesn't allow you to edit generals. You can't edit generals in an locked EW4. The .18 from apkpure is plain vanilla from the google-store, you also can't edit Items. For now, the 1.4.02 we have for modding, is the only clean unlocked apk we have. I really want to see if I can fix the display. I attached a zip at this post with 4 files. If you copy these files into assets, you see witch layout you got. With this info and a screenshot with the buggy display I can try, if we can fix the bug Darth Vader. Thank You. I actually tried all the layouts but, all failed with my edits. I edited the size, shape, images, and position of the buttons but, none would change anything.
|
|
|
Post by ππ³π°π΅π΄π¬πΊ on Jul 3, 2021 7:41:00 GMT
You can't edit generals in an locked EW4. The .18 from apkpure is plain vanilla from the google-store, you also can't edit Items. For now, the 1.4.02 we have for modding, is the only clean unlocked apk we have. I really want to see if I can fix the display. I attached a zip at this post with 4 files. If you copy these files into assets, you see witch layout you got. With this info and a screenshot with the buggy display I can try, if we can fix the bug Darth Vader. Thank You. I actually tried all the layouts but, all failed with my edits. I edited the size, shape, images, and position of the buttons but, none would change anything. First of all: Congratulations to your 4000! The greatest Now to the debugging: If I understand you correct, you can't find out witch layout you get ? Did you try my files ? The infoWin is from ET for debugging, with the change in config.ini you should see the and next to it, we added Display: xxx, so we can find out witch template your phone uses. Can you see the high on the left side, Darth Vader ? β ββ β β β
|
|
|
Post by Darth Vader on Jul 3, 2021 20:14:20 GMT
I actually tried all the layouts but, all failed with my edits. I edited the size, shape, images, and position of the buttons but, none would change anything. First of all: Congratulations to your 4000! The greatest Now to the debugging: If I understand you correct, you can't find out witch layout you get ? Did you try my files ? The infoWin is from ET for debugging, with the change in config.ini you should see the and next to it, we added Display: xxx, so we can find out witch template your phone uses. Can you see the high on the left side, Darth Vader ? β ββ β β β Yes, I tried you files. they showed Layout text on the screen to the left. Thank you for reminding me I reached 4 thousand. It seems like a sign that I have been posting too much!
|
|
|
Post by ππ³π°π΅π΄π¬πΊ on Jul 3, 2021 20:59:47 GMT
First of all: Congratulations to your 4000! The greatest Now to the debugging: Yes, I tried you files. they showed Layout text on the screen to the left. And what is written ? Layout: ? ? ? ?This info I need, and maybe a screenshot.... Thank You .
|
|
|
Post by Darth Vader on Jul 5, 2021 2:40:54 GMT
Yes, I tried you files. they showed Layout text on the screen to the left. And what is written ? Layout: ? ? ? ?This info I need, and maybe a screenshot.... Thank You . Sorry but, I deleted the app after seeing which layout would show up. The text showed Layout 68.... I will need to install the APK again.
|
|
|
Post by ππ³π°π΅π΄π¬πΊ on Jul 5, 2021 7:19:52 GMT
And what is written ? Layout: ? ? ? ?This info I need, and maybe a screenshot.... Thank You . Sorry but, I deleted the app after seeing which layout would show up. The text showed Layout 68.... I will need to install the APK again. No problem, at least I know the layout - if I encounter errors, I know who I can ask. Thank you for your help, Darth Vader
|
|
|
Post by Arthur Currie on Jul 5, 2021 20:48:21 GMT
|
|
|
Post by Darth Vader on Jul 6, 2021 15:38:45 GMT
It looks like they are to busy guarding than fighting.
|
|
|
Post by ππ³π°π΅π΄π¬πΊ on Jul 6, 2021 16:04:57 GMT
How do you do it I have a an Android 9 and went to setting and it still ain't working the screen won't fit. I just had to find myself a new APK to mod with. You found a newer APK to mod ? Even a 1.5.x will be great...
|
|