|
Post by ππ³π°π΅π΄π¬πΊ on Sept 18, 2021 15:48:21 GMT
I strongly recommend MT + NMM (1.9.3) the combination is fantastic and helps a lot for modding. First, with NMM (<8MB) comes the missing Hex-Editor - 95% equal to the MT-version, but can save! (And open more files paralell) To use an external editor does not block anymore MT during an edit! I save, sign and install, and if my mod crashes: I switch to NMM and use the unlimited undo to go step by step backwards through my changes. If I don't find the error visually, I save an older state and try this - and then I go with redo forward. NMM (or NNN) never looses any changes even for unsaved files after reboot, and I have a hack of files open. NMM is filling the only flaws of MT perfect (HexEdit, Multidocument, MT-not blocked) they work smooth together and it is far the best editor on android. Free! Ads-Free! No Tracker! Could you provide link for NMM I believe also in the google store. apkcombo.com/nmm-file-manager-text-edit/in.mfile/download/apkThe 1.9.3 works perfect , I haven't checked the latest version.
|
|
|
Post by ππ³π°π΅π΄π¬πΊ on Sept 18, 2021 16:23:15 GMT
1.9.8 seems to work perfect too and has some HexEdit improovement (no, no inspector)
|
|
|
Post by Manfred von Richthofen on Sept 19, 2021 1:35:06 GMT
ye my only problem is coding. Being precise is modding NO coding. You can change and mod(ify) values and graphics of the game. Coding really new elements is not possible in ET games. Modding is probable easier than you believe Manfred von Richthofen But how should i add new things in the game (like new ranks, new generals etc.) without coding? Iβm gonna try again by tomorrow, Monday (UTC+8)
|
|
|
Post by Darth Vader on Sept 19, 2021 4:22:44 GMT
Being precise is modding NO coding. You can change and mod(ify) values and graphics of the game. Coding really new elements is not possible in ET games. Modding is probable easier than you believe Manfred von Richthofen But how should i add new things in the game (like new ranks, new generals etc.) without coding? Iβm gonna try again by tomorrow, Monday (UTC+8) Like I said, you can't have one without the other. You need both images and coding. There is no possible way of adding, improving, or changing new units without coding. The most that can be done without coding is replacing the General's face.
|
|
|
Post by Manfred von Richthofen on Sept 19, 2021 6:12:50 GMT
But how should i add new things in the game (like new ranks, new generals etc.) without coding? Iβm gonna try again by tomorrow, Monday (UTC+8) Like I said, you can't have one without the other. You need both images and coding. There is no possible way of adding, improving, or changing new units without coding. The most that can be done without coding is replacing the General's face. I should have taken coding lessons but itβs very expensive. itβs like 1,200 to 1,600 dollars. Very expensive.
|
|
|
Post by ζΉζ on Sept 19, 2021 6:32:26 GMT
Like I said, you can't have one without the other. You need both images and coding. There is no possible way of adding, improving, or changing new units without coding. The most that can be done without coding is replacing the General's face. I should have taken coding lessons but itβs very expensive. itβs like 1,200 to 1,600 dollars. Very expensive.If you want to learn basic first i suggest Life of Boris coding Lesson video. He is great at teaching coding and Language if you want too and Also Free
|
|
|
Post by Manfred von Richthofen on Sept 20, 2021 2:41:03 GMT
I should have taken coding lessons but itβs very expensive. itβs like 1,200 to 1,600 dollars. Very expensive.If you want to learn basic first i suggest Life of Boris coding Lesson video. He is great at teaching coding and Language if you want too and Also Free What language? JavaScript? Java? HTML? is JavaScript okay? or is HTML better?
|
|
|
Post by ππ³π°π΅π΄π¬πΊ on Sept 20, 2021 11:19:36 GMT
If you want to learn basic first i suggest Life of Boris coding Lesson video. He is great at teaching coding and Language if you want too and Also Free What language? JavaScript? Java? HTML? is JavaScript okay? or is HTML better? Basic HTML-knowledge is always usefull for posting here. Modding isn't coding. By learning Java(script) You will be introduced in the use of Variables and the programm flow. These basic concepts of any programming are not used for modding.
|
|
|
Post by Manfred von Richthofen on Sept 21, 2021 2:07:53 GMT
I am confused if you need coding for the mod to work or just edit the files. Darth Revan_ and Darth told me that coding is needed for modding, while Trotsky says you can do modding while only using files.
|
|
|
Post by Manfred von Richthofen on Sept 22, 2021 2:15:43 GMT
I am confused if you need coding for the mod to work or just edit the files. Darth Revan_ and Darth told me that coding is needed for modding, while Trotsky says you can do modding while only using files. ....
|
|
|
Post by ππ³π°π΅π΄π¬πΊ on Sept 22, 2021 6:15:09 GMT
I am confused if you need coding for the mod to work or just edit the files. Darth Revan_ and Darth told me that coding is needed for modding, while Trotsky says you can do modding while only using files. We just can modify parameters for a finished game. We can't see one line programm code. How to start modding Manfred von Richthofen: - It is helpfull to understand a bit of binary data. (for you) - You must know, that the coordinate system for computer starts in the (left,top) edge - x grows to the right, but Y grows down. Like charachters and lines on a paper, not not like math in school. And: - When you do edits, be aware of the correct spelling and interpunctation - No Errors! Thats it. Now, take MT and have a look at Your favourite (unlocked) game - Then you can see by yourself, what you may recognize, of if it looks all just wiered for you.
|
|
|
Post by Manfred von Richthofen on Sept 24, 2021 1:33:45 GMT
me sorry trotsky but me delete bluestacks (thought it was useless anyway)
|
|
|
Post by ππ³π°π΅π΄π¬πΊ on Sept 24, 2021 15:51:57 GMT
me sorry trotsky but me delete bluestacks (thought it was useless anyway) Sadly, but at least you gave it a try - and learned something.
|
|
|
Post by Darth Nihilus on Sept 24, 2021 20:54:44 GMT
I am confused if you need coding for the mod to work or just edit the files. Darth Revan_ and Darth told me that coding is needed for modding, while Trotsky says you can do modding while only using files. .... I guess it depends on what you define as "coding". Do you think going to a JSON file and changing HP: "12" to HP: "13" is coding? Then you need coding. Do you think going to a hex file and inserting/editing hexadecimal values there isn't coding? Then you don't need coding. Although I will say, editing JSON files is a LOT easier than editing hex files. You only need basic English reading skills to change JSON files, while for hex files you'll need a reference sheet, a BTL file guide, and all your JSON files so you can read values off of them. I will say that I had no prior hex coding experience (only JAVA and a bit of Python) before modding so you don't need any experience. You can probably become a decent coder with about 2-ish hours of learning.
|
|
|
Post by Darth Vader on Sept 24, 2021 23:13:25 GMT
Yeah, I tried BlueStacks a long time ago. It is just another app store. BlueStacks doesn't install APKS from other websites. You also have to pay for a subscription.
|
|