🍃
The Insurgent's Workshop
  • Home
  • Getting Started
    • Setup
    • Configuration
      • Functions
      • Variables
      • Text Tags
  • Usage
    • Options
    • Important Notes
      • Strength & Weaknesses
      • Directory Structure
      • Clean Work Structure
      • Backups
      • Package Or Sections
    • File Types
  • Support & Updates
    • Changelogs
      • Version 1.0.1
      • Version 1.0.0
    • Known Issues
    • FAQ
  • Credits
Powered by GitBook
On this page
  1. Usage
  2. Important Notes

Clean Work Structure

PreviousDirectory StructureNextBackups

Last updated 11 months ago

Since unpacking a package or file will always unpack everything in the files/source directory, it is very important to always keep it clean and up to date. So if you are done with editing a file, move it out of the files/[source/unpacked/newpack] directory, so it is no longer being processed the next time you un/pack. This is especially important for .ebp files as the de/compilation of their script can take quite a while.

The option will unpack all sections of a package. However, if you do not plan on modifying all, you can just delete them afterwards so they aren't unpacked with the option.

Also keep in mind that the workshop doesn't always support all sections of a package.

For example, if you unpack a .ebp file that contains a section_014.bin, it will not be unpacked into the files/unpacked directory as it is unsupported. So whenever you run the option to create a new .ebp, it will be missing section_014.bin. If you want it to be included, you have to copy it from the files/source/*.ebp.dir directory over to the files/newpack/*.ebp.dir directory.

This behaviour is intended as it gives the user full control over what a package should contain.

#1.-unpack-packages
#3.-unpack-files
#2.-pack-packages