Nice Zombies
Nice Zombies
The code is currently a mess: enormous scripts with global variables and so on. This has to be fixed to make this project more maintainable (06/01/2023 as suggested by Haruma):...
Add a language file to allow people to change the language of the tool. As requested by PPP on 29/10/2022. - io19: - [x] English - [x] Dutch - [...
There are a few rton data types that are currently unknown and will crash the conversion: [ ] 0x8384 (shuttle 28/07/2022) [ ] 0x02 (wcreator 10/01/2023)
Here's a list of all miscellaneous things that need to be finished for Release 1.3.0; - [ ] Explaining files (by adding ErnestoAM's obb guide link) (02/07/2022 by No🅱) -...
I'm working on implementing JSON patching in PyVZ2. This is the progress so far: - [x] basic operations (set, remove, replace, move, copy, test) - [x] smart paths (list, key...
Convert the save file to a user-friendly format that can be easily edited. All unknown options will be added to a separate object to prevent losing data.
Currently the tool spams wrote file, which isn't too helpful. It would be better if the percentage, time elapsed and estimated time was displayed. (02/07/2022 by No🅱) - [x] percentage...
Currently the tool can only unpack PvZ2C when extracted. There should be support for unpacking directly from zips. (03/07/2022) - [x] extract SMF - [ ] extract RSB (27/09/2022) -...
Currently the tool is a bit difficult to use, this could be fixed by improving the documentation (02/07/2022 by No🅱)?
Currently, it's not possible to directly edit zip files. You can extract them with the beta and alpha, but not patch them. Maybe that needs to be fixed?