Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Recreate" option #1

Open
xubiod opened this issue Jul 27, 2022 · 1 comment
Open

"Recreate" option #1

xubiod opened this issue Jul 27, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@xubiod
Copy link
Owner

xubiod commented Jul 27, 2022

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 xubiod added the enhancement New feature or request label Jul 27, 2022
@xubiod xubiod self-assigned this Jul 27, 2022
@xubiod
Copy link
Owner Author

xubiod commented Jul 27, 2022

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.

@xubiod xubiod pinned this issue Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant