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 Mar 5, 2020 · 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 (the files inside version 1.4.0 of your app's build directory, including {PROJECT_NAME}_vers.sptv) into the 1.4.0 subdirectory
  4. Open the project's Settings.xml and 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, copy its files to the SelfPatcher folder of the project
  8. All done!
Clone this wiki locally