xubiod / rpgo-cli

A basic CLI that uses xubiod/rpgo to function.
0 stars 0 forks source link

"Recreate" option #1

Open xubiod opened 2 years ago

xubiod commented 2 years ago

This is to replicate "Extract everything + project files + game" from RPG-Patcher.

Copying game files should ignore the encrypted game archives to avoid issues with RPG Maker (rgssad, rgss2a, rgss3a).

This option will also be the one that after running once will make a functional RPG Maker project that can be opened up in the appropriate version without issue.

xubiod commented 2 years ago

io.Copy provides this functionality; the amount of bytes returned should be compared with the source file to check for any issues.

File.Sync should be done after io.Copy error checks to commit files into storage.