Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Migrating to ProjectManager

Süleyman Yasir KULA edited this page Jul 15, 2019 · 3 revisions

This guide assumes that you're planning to continue with the LZMA compression method (which is the only backwards-compatible one) in your projects. Otherwise, please see About Backwards Compatibility.

  1. Create a project
  2. If your latest version was e.g. 1.4.0, then create a subdirectory called 1.4.0 inside the Versions folder of the project
  3. Move your latest version's files into the 1.4.0 subdirectory (the files inside version 1.4.0 of your app's build directory, which contains the {PROJECT_NAME}_vers.sptv file)
  4. Open the project's Settings.xml and change change its Name property to match {PROJECT_NAME}
  5. If you had any incremental patches, create a subdirectory called IncrementalPatch inside the Output folder of the project and copy these incremental patches there
  6. Copy your latest VersionInfo.info to the Output folder of the project
  7. If you are using a self patcher executable, copy its files to the SelfPatcher folder of the project
  8. All done! Now you can continue creating your patches via this project (I've updated all the tutorials, as well)
Clone this wiki locally