Developing the Plug‐in - Hinny/strange-eons-xwing2 GitHub Wiki

Developer Setup

  1. Download and install Strange Eons 3 (SE3)

  2. Fork this repository

  3. Clone the forked repository (big green button labeled "Clone or download")

  4. Go to the root folder of your local repository and make a copy of the following three files:

    • seproject.template
    • Xwing2/seproject.template
    • test/seproject.template

    Then rename the copies to "seproject" (without ".template") to enable opening the project in SE3 editor.

  5. Open SE3 and choose File/Open Project... and choose the root folder of your local repository

Developer Manual for Strange Eons

Here you will find much info for developing the plug-in: http://basement.cgjennings.ca/Developer+Manual

Also you can send a question to my e-mail (or other means) or ask questions on the Strange Eons forums (found here)

Common Pitfalls

If you have another version of the Xwing2 plug-in installed in SE3, you must first uninstall that version and restart SE3, before you can test any changes in the project. Otherwise the installed version will interfere with your project.