Results 43 issues of 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):...

enhancement
refactoring

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 - [...

enhancement
internationalization

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)

bug
help wanted

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🅱) -...

enhancement

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...

enhancement

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.

enhancement

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...

enhancement

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) -...

enhancement

Currently the tool is a bit difficult to use, this could be fixed by improving the documentation (02/07/2022 by No🅱)?

documentation

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?

enhancement