Now that everything is packaged...
Posted: Sat Jan 19, 2019 1:42 pm
PackMan isn't available for RO3.11, so I've recently been pondering how to let RO3.11 users download pre-packaged games. The obvious route is to code the GUI and have it download/extract the packages.
That involves either linking to sections of PackMan's code (if allowed and its possible), or coding my own download and extraction routines. As packages are simply ZIP's and one of the things on my list is to implement is ZipFS, I can cover the extraction bit. The only additional bit is interpreting PackMan's structure.
The final bit to cover is non-networked Arc's, which is going to be the majority of them. For this, its possibly just a case of providing direct download links so the packages can be downloaded on another machine and copied over...in a similar way to way MAME packages are distributed.
I'd like to know what the community think, please offer up any ideas.
That involves either linking to sections of PackMan's code (if allowed and its possible), or coding my own download and extraction routines. As packages are simply ZIP's and one of the things on my list is to implement is ZipFS, I can cover the extraction bit. The only additional bit is interpreting PackMan's structure.
The final bit to cover is non-networked Arc's, which is going to be the majority of them. For this, its possibly just a case of providing direct download links so the packages can be downloaded on another machine and copied over...in a similar way to way MAME packages are distributed.
I'd like to know what the community think, please offer up any ideas.