Deijin27 / RanseiLink

Pokemon Conquest Rom Editor
GNU General Public License v3.0
49 stars 1 forks source link

New Pokémon/Warriors #3

Closed DragonHunter70 closed 2 years ago

DragonHunter70 commented 2 years ago

Hi, is it possible/is it planned to be possible to add new pokémon or warriors to the game, and then edit stats and locations? I'm currently looking through the windows forms app and can't see a feature, and i wasn't certain if it could be done with the lua scripting. If this isn't currently in, is it planned to be in the application and if so do you have any ideas when? Thanks. Edit: not really and issue with the app itself, because that has been working really well for me i just wanted to know and didn't know where else to put it.

Deijin27 commented 2 years ago

There is a lot of barriers to adding additional pokemon and warriors. To take pokemon as an example,

Thus, it's not a focus, it won't happen any time soon.

DragonHunter70 commented 2 years ago

Thanks for the insight, i had a feeling that it would have been done like that, i think probably because there aren't list in c and arrays have to be fixed length. I was also wondering how you managed to access the code of Pokémon Conquest, as i was looking at how to do it a year or so ago and couldn't find/figure it out and I would be interested in trying to dig into it.

Deijin27 commented 2 years ago

They could just put the number of pokemon at the start of the file, and allocate the array length with that. But unfortunately this is not the case. They must have been very certain on having 200 pokemon.

I don't access the code, I only modify the files in the rom file system. Most of the data files are compressed without any information on the compression in the files; I figure out what is in the files using scripts like this in RanseiLink Console, using this tool to guide me where to look