Developing the X‐wing Plug‐in - Hinny/strange-eons-xwing-plug-in GitHub Wiki

Developer Setup

  1. Download and install Strange Eons 3 (SE3)

  2. Clone this repository (big green button labeled "Clone or download")

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

    • seproject.template
    • X-wing/seproject.template
    • test/seproject.template

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

  4. 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 X-wing 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.