nineteendo / pyvz2

PyVZ2 is a command line utility to modify PvZ2
GNU General Public License v3.0
44 stars 6 forks source link

1 exe (unpack + patch) #47

Open Haruma-VN opened 1 year ago

Haruma-VN commented 1 year ago

PyVZ2 should be usable as 1 exe, like most other modding tools. If it's not set up like this by default, that's fine, but there should be easy to configure. I was thinking about choosing between unpacking and patching, but maybe you've a better idea?

nineteendo commented 1 year ago

NoB had already suggested that, but I believe doing this through a GUI with options would be better.

nineteendo commented 1 year ago
Would this be a solution? Input level Output level "Unpack" "Patch"
7 8 rton2json json2rton
8 8 json2rton rton2json

Then you can have templates to patch with unpack.exe and delete patch.exe. For patching you could just add b after the template name. (But the naming is up to you) Note that this still has to be implemented.

Screenshot_20230130-073947 Screenshot_20230130-074204 Screenshot_20230130-074122

nineteendo commented 1 year ago

Update: both tools will be merged through the new text interface. It will also be possible to have select patch & unpack templates at the same time.