-
Notifications
You must be signed in to change notification settings - Fork 2
unpacking
aspadm edited this page Oct 21, 2018
·
2 revisions
- Serially loads file data into inner representation (recursive lists with base data types).
- Converter consistently process data and form file in new format.
- Generated data written to the file.
- Recursively copying all needed game files into working folder.
- Recursively unpacking game archives using some iterations. After unpacking, archive is deleting.
- Cleaning and rebuilding some folders (figures folder).
- Converting all files, except composite formats. Deleting source files after conversion.
- Converting composite files (maps and figures). Deleting source files.
- Merging game texts and deleting source files.
As result, we'll get original file tree structure, but original files are replaced by converted ones.