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

recursive archives everywhere #22

Open
Rast1234 opened this issue Jan 17, 2024 · 3 comments
Open

recursive archives everywhere #22

Rast1234 opened this issue Jan 17, 2024 · 3 comments

Comments

@Rast1234
Copy link
Collaborator

Rast1234 commented Jan 17, 2024

✔️ currently toolbox has vpp archiver, need to properly hook up peg packer and dds converter

@Rast1234
Copy link
Collaborator Author

also make a repack (pack? packMod? modify?) command: it should take a vpp/peg and apply mods as SF does, replacing files inside with same Walk algorithm, taking replacements from subfolders, adding new files and packaging with flags

@Rast1234
Copy link
Collaborator Author

Rast1234 commented Jan 18, 2024

also make archive walk truly recursive (vpp -> str2 -> cpeg -> replace/add a file) and move it to a library so that it's the same in CLI and UI

this should work:

  • command: pack items.vpp_pc items_replacements/
  • items.vpp_pc is the original file
  • this structure exists: items_replacements/arc_welder_high.str2_pc/arc_welder_high.cpeg_pc/0000 arcwelder_s.png
  • open vpp, find str2, open str2, find cpeg, open cpeg, find texture, replace it, close cpeg, close str2, close vpp

@Rast1234 Rast1234 changed the title make more toolbox methods accessible and useful recursive archives everywhere Jan 18, 2024
@Rast1234
Copy link
Collaborator Author

match files inside nested archives if --recursive specified. how would this work with --skipArchives?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant