Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 463 Bytes

File metadata and controls

23 lines (12 loc) · 463 Bytes

Recomp Template

A base to start recompiling a SWF.

Building

  1. Make sure to recurse submodules in this repo.

  2. Run SWFRecomp config.toml.

  3. Build this folder in Visual Studio.

Maintaining the AS2Runtime

  1. Clone SWFRecomp/AS2Runtime.

  2. In your AS2Runtime folder, make your changes to the runtime API.

  3. Run make in the AS2Runtime folder.

  4. Copy the resulting runtime7.swf into this repo.

  5. Follow the build instructions above.