|
Post by Wilhelm Ritter von Leeb on Nov 19, 2017 13:21:33 GMT
Can someone tell me how to add/remove stars of a country in a EW4 Conquest? Isn't it like WC3?
|
|
|
Post by Iron Marshal on Nov 19, 2017 18:17:33 GMT
Hey, i resumed modding ew4 yesterday, but I came across an error. After replacing some of the conquest menu buttons with other images I couldn't access conquest anymore. All I get is a black screen now. How can I fix this?
|
|
|
Post by Deleted on Nov 19, 2017 21:51:02 GMT
Hey, i resumed modding ew4 yesterday, but I came across an error. After replacing some of the conquest menu buttons with other images I couldn't access conquest anymore. All I get is a black screen now. How can I fix this? what tool you use?
|
|
|
Post by Iron Marshal on Nov 19, 2017 23:25:23 GMT
Hey, i resumed modding ew4 yesterday, but I came across an error. After replacing some of the conquest menu buttons with other images I couldn't access conquest anymore. All I get is a black screen now. How can I fix this? what tool you use? apk editor on Nox emulator
|
|
|
Post by Red Cat Modding on Nov 20, 2017 10:39:18 GMT
|
|
|
Post by Iron Marshal on Nov 20, 2017 23:51:31 GMT
Ok, simple mistake on my part, I found out what went wrong. I forgot to change the resolution on one of the images to the correct resolution. Thanks for replying fast anyways.
|
|
|
Post by Deleted on Nov 21, 2017 1:59:41 GMT
Ok, simple mistake on my part, I found out what went wrong. I forgot to change the resolution on one of the images to the correct resolution. Thanks for replying fast anyways. Don't worry we all made that mistake
|
|
|
Post by totalwar on Nov 21, 2017 8:28:41 GMT
Hey sorry i am new and probably asking in the wrong board but where can i give a link to a mod wich i found to check it?
|
|
|
Post by Red Cat Modding on Nov 21, 2017 8:59:08 GMT
totalwar pm @communist, the link, he will check it for you.
|
|
|
Post by Aleksandr Vasilevsky on Nov 23, 2017 2:55:41 GMT
Hey guys, I'm having lots of trouble. So please help me ;-; The situation: I'm having trouble with hex editing. I don't even understand it. It's been weeks already, and I still have not gotten anything done. First of all, how do you find the blocks? How many lines/numbers/values are in a block? Second, how can one determine/find the counts? I know they're all at the top of the page, but I can't seem to find them/understand. So many questions and I'm so confused right now...Help would be great....thanks in advance
|
|
|
Post by Iron Marshal on Nov 23, 2017 3:44:30 GMT
I need to know this, how do I get my flags to show up in the battles? I replaced all the flags of the major powers in the game files, and they all show up on the conquest and campaign menus just fine, but not when actually playing missions or conquests. Any reason why?
|
|
|
Post by Wilhelm Ritter von Leeb on Nov 23, 2017 8:28:06 GMT
Aleksandr Vasilevsky, I will explain the counts first. The first is the country count, the first two digits of the 7th line. Next is building count, the first two or three digits of the 8th line. In the 9th line, is the unit count and in the 11th line the general count. Note: These numbers show how many of what they represent are on the map. For example, the building count shows how many buildings are on the map. If you add something but you don't change its respective count the game will craah.
|
|
|
Post by Wilhelm Ritter von Leeb on Nov 23, 2017 8:55:05 GMT
As for the blocks, they don't start at the same address in all files, but you don't need the exact address anyway. I will give you a few tips though.
Country block
The first block in the file. It is easy to find, as England is always the first country and has a recognisable color code (fafa96).
Map block
The block right under the country one. I don't think any specific instructions are needed, even a newbie can recognise it. I will say, though, that it seperates itself from the country block with multiple "ff"s.
Building block
It is right below the map. For this and the unit block, you won't need to know know the edges, only how they look like. So, basically when you start to see stuff like this "1401 0000 0000 3f28 0100 0000 0000" or this "3402 6f27 0000 7627 0100 0000 1100 0000 0000", you know you are in the building block.
Unit block
Under the building block. You will recognise it when you start seeing things like this "680b 1001 5000 5000". The " 5000 5000" part is the distinctive characteristic of this block.
General Block
The block about generals... It is ver simple, as it only consists of the general's ID and his rank. So, it looks like this "eb03 0c00 f403 0a00". Each general takes only one collumn.
Apart from these, there are several other blocks, like the AI strike block, but they are pretty useless, so I won't write about them.
|
|
|
Post by Red Cat Modding on Nov 23, 2017 11:06:26 GMT
Aleksandr Vasilevsky, i highly recommend you to use a pc. Set the columns to 134 and you should see a map exactly like it is in game. I tried modding on android but for me that just doesnt work.
|
|
|
Post by Red Cat Modding on Nov 23, 2017 11:07:30 GMT
Iron Marshal, you should change : image_ui_hd2.pkm and map_res_hd.png with those two changed everything should be fine
|
|