MatosPoljca
Captain
Did I ever tell you the definition of insanity?
Posts: 80
|
Post by MatosPoljca on May 2, 2021 18:01:43 GMT
Darth Vader, You see, I'm not that amateur-ish... I've put a whole ChangeLog in my apk files so I can track what I changed in what version of my mod and I already have well over 40 different versions, each one better than previous (error/bug fixes, balancing, additions and other edits). I test every version I make in a android emulator (Nox Player for PC). I've tried changing the type of Space Plan: Moon (which gives nothing but the achievement) to the type of Terracotta army (which gives medals over time) but instead of giving me medals, Moon started to give me Technology. I've also changed the function of the Moon to the function of TA (terracotta), but no use. I could send you my code if you wanna take a look at it, see if I did something wrong?
|
|
|
Post by Darth Vader on May 2, 2021 18:17:41 GMT
Darth Vader , You see, I'm not that amateur-ish... I've put a whole ChangeLog in my apk files so I can track what I changed in what version of my mod and I already have well over 40 different versions, each one better than previous (error/bug fixes, balancing, additions and other edits). I test every version I make in a android emulator (Nox Player for PC). I've tried changing the type of Space Plan: Moon (which gives nothing but the achievement) to the type of Terracotta army (which gives medals over time) but instead of giving me medals, Moon started to give me Technology. I've also changed the function of the Moon to the function of TA (terracotta), but no use. I could send you my code if you wanna take a look at it, see if I did something wrong? I advise everyone to watch what they say. I just changed data and it worked well.
|
|
MatosPoljca
Captain
Did I ever tell you the definition of insanity?
Posts: 80
|
Post by MatosPoljca on May 2, 2021 18:32:14 GMT
Darth Vader, I didn't have problems with increasing value, I had problems with switching what the wonder does. As you can see, I have been able to edit the values, but not what those values grant, if you get what I`m trying to say. For example, it's easy to set The Great Pyramids to give 5 Medals instead of 1 Medal, but it's hard to set The Great Pyramids to give 1 Technology instead of 1 Medal. That's the problem. At the moment, I am trying to set Moon to give me Medals (I've managed to make it give me Tech, but had no luck with Medals). Here's my code for Moon and my code for Terracotta Army (TA works just right, used for comparison): {"Id":1038,"Icon":1013,"OName":"太空计划4—月球","Name":"Space Plan——Moon","CostTime":60,"CostIndustry":24000,"CostEnergy":0,"CostTech":24000,"CostMedals":0,"PrizeExp":72000,"Type":4,"Function":6,"Rounds":0,"Time":5,"Data":3,"StorageLimit":2,"Achievementid":1004,"X":2196,"Y":470,"order":39} {"Id":1035,"Icon":1035,"OName":"兵马俑","Name":"Terracotta Army","CostTime":15,"CostIndustry":120000,"CostEnergy":80000,"CostTech":0,"CostMedals":0,"PrizeExp":63000,"Type":4,"Function":6,"Rounds":0,"Time":12,"Data":3,"StorageLimit":75,"Achievementid":0,"X":1229,"Y":484,"order":34}
|
|
|
Post by Darth Vader on May 2, 2021 18:38:11 GMT
Darth Vader, I didn't have problems with increasing value, I had problems with switching what the wonder does. As you can see, I have been able to edit the values, but not what those values grant, if you get what I`m trying to say. For example, it's easy to set The Great Pyramids to give 5 Medals instead of 1 Medal, but it's hard to set The Great Pyramids to give 1 Technology instead of 1 Medal. That's the problem. At the moment, I am trying to set Moon to give me Medals (I've managed to make it give me Tech, but had no luck with Medals). Here's my code for Moon and my code for Terracotta Army (TA works just right, used for comparison): {"Id":1038,"Icon":1013,"OName":"太空计划4—月球","Name":"Space Plan——Moon","CostTime":60,"CostIndustry":24000,"CostEnergy":0,"CostTech":24000,"CostMedals":0,"PrizeExp":72000,"Type":4,"Function":6,"Rounds":0,"Time":5,"Data":3,"StorageLimit":2,"Achievementid":1004,"X":2196,"Y":470,"order":39} {"Id":1035,"Icon":1035,"OName":"兵马俑","Name":"Terracotta Army","CostTime":15,"CostIndustry":120000,"CostEnergy":80000,"CostTech":0,"CostMedals":0,"PrizeExp":63000,"Type":4,"Function":6,"Rounds":0,"Time":12,"Data":3,"StorageLimit":75,"Achievementid":0,"X":1229,"Y":484,"order":34}[/quote I am also have problems changing the values. I believe changing Function would be the best route. Have you tried changing the storage unit?
|
|
MatosPoljca
Captain
Did I ever tell you the definition of insanity?
Posts: 80
|
Post by MatosPoljca on May 2, 2021 19:06:35 GMT
Darth Vader, I don't have problems with values (you might need to change the strings if you want it to show the updated values, as the time needed does not update on its own). I've changed the values several times with several wonders and it worked. Storage Unit? What is that even? I did change functions, it's visible in the code I previously sent... I've set the function of the moon to that of TA but it didn't do what I want it to do (it have Tech, not Medals)
|
|
|
Post by matek270 on May 3, 2021 14:04:42 GMT
i start modding and i have notepad, hex editor and what should i do now
|
|
|
Post by Darth Vader on May 4, 2021 0:04:01 GMT
i start modding and i have notepad, hex editor and what should i do now You need MT manager, not a notepad.
|
|
|
Post by matek270 on May 4, 2021 7:34:00 GMT
what is MT to be used for? and i edit on pc.
but I mean what should I do with this unlock apk, where to open it or what
|
|
MatosPoljca
Captain
Did I ever tell you the definition of insanity?
Posts: 80
|
Post by MatosPoljca on May 4, 2021 9:18:40 GMT
matek270, I use APK Editor Studio on PC and I use Nox Player (android emulator, takes quite some RAM tho) for testing. First you need to download unlocked World Conqueror 3, then, open it with APK Editor Studio. In it, you will see a big button "Open Contents". Once you enter it, after a little bit you will see some files. All you basically need there is "assets" file. In it, you can see the "image" file where you can edit visuals and images, an "audio" file for audio, logically, some other files for maps, tutorials and stuff like that and most important one (at least for me) the "json" file. In "json" file, you have a list of things you can edit, from army units and generals to wonders and conquests, costs of upgrades, skills, rewards etc. Once you enter the files it's pretty straight forward, to change damage for example, just edit the "minDamage:XX" and "maxDamage:YY" to whatever you like. Is even easier if you know Chinese lmao. Once you're done editing, just save what you did (when closing notepad files) and close down the files that you first opened. Then, in APK Editor Studio, click Save Apk, and it will automatically build it and save it where ever you like. Then, just drag and drop that apk file that you got into Nox Player and it will automatically install in Nox, where you can test your apk and play. If you need any further help, I`m at your disposal so ask away
|
|
MatosPoljca
Captain
Did I ever tell you the definition of insanity?
Posts: 80
|
Post by MatosPoljca on May 4, 2021 9:19:21 GMT
Darth Vader, I`m starting to get a feeling you might be ignoring me Vader... ;-;
|
|
|
Post by matek270 on May 4, 2021 11:50:33 GMT
Darth Vader, I`m starting to get a feeling you might be ignoring me Vader... ;-; Thank you very much, I just wanted someone to explain it to me
|
|
|
Post by Darth Vader on May 4, 2021 11:51:08 GMT
Darth Vader, I`m starting to get a feeling you might be ignoring me Vader... ;-; No, this is how I communicate. If a problem is solved or doesn't need my attention I go somewhere else. Your problem just needs to change the amount of resources instead of the type. Do you really need to change each wonder except for the achievements?
|
|
MatosPoljca
Captain
Did I ever tell you the definition of insanity?
Posts: 80
|
Post by MatosPoljca on May 4, 2021 16:25:52 GMT
Darth Vader, No I still have a problem... I know how to change the amount of resources, but I still haven't managed to change what a wonder does. I`m trying to make space wonders give me medals, but for some reason they only gave me technology. Is that manageable?
|
|
|
Post by Darth Vader on May 4, 2021 19:28:33 GMT
Darth Vader, No I still have a problem... I know how to change the amount of resources, but I still haven't managed to change what a wonder does. I`m trying to make space wonders give me medals, but for some reason they only gave me technology. Is that manageable? Do you really need to change the values? I would upgrade the value amount and just make all the wonders unlock on each level. You are doing more work for the same solution.
|
|
MatosPoljca
Captain
Did I ever tell you the definition of insanity?
Posts: 80
|
Post by MatosPoljca on May 5, 2021 10:16:05 GMT
Darth Vader, Well I wanted to make late game more rewarding (as medal wonders can be unlocked rather quickly) so that you get extra medals from Space Plan wonders because they are really expensive and need a lot of time to build. I've made some really OP generals that cost over 6000 medals, so it would be useful to have some extra medal income in late game... I don't want to just increase the income of already existent wonders because I want them to stay as they are for early/mid game, and then slowly increase the medal income with each space wonder, ya know. But I gave up, obviously impossible. I`ll just increase medal reward from alien campaigns or something like that...
|
|