RayCarrot / RayCarrot.RCP.Metro

Rayman Control Panel (4.0.0 and above)
https://raym.app/rcp
MIT License
106 stars 5 forks source link

cmd support for packing/unpacking ubiart ipk archives #4

Closed smpial closed 2 years ago

smpial commented 2 years ago

Hello! Can you make a packing/unpacking ubiart ipk archives support with cmd line?

RayCarrot commented 2 years ago

I previously answered this in #1. I have since added some basic command-line arguments as a test, but this is not a command-line app and the functionality in it is made for the app's UI. On one hand it would be possible utilizing the same methods as the Archive Explorer uses to directly extract to or repack from a folder, but you'd also need to be able to specify the archive settings in text form then rather than using the auto-populated drop-down in the UI which complicates matters. It would probably also be easier for such a purpose to create a new tool rather than using this one since it kind of defeats to purpose of what this is for. The essential parts for working with the IPK files are in the UbiArt library and here.

Bezdrom commented 2 years ago

Hello. Can't use Rayman Control Panel from the cmd line? (example: specify the category we need, select what we need, specify the path to it)