FALCOM Workbench Plugin SDK Wiki
How to clone and compile
- Get and install JDK and IntelliJ:
- Start IntelliJ and click:
Check out from Version Control
with the Git clone link
-
Create new project from source
and follow the guidelines, make sure to select your JDK version
- Build project for the
myPlugin
example
- In the
./out/
directory, make a myPlugin.jar
containing all the compile .class
file, and copy it to the folder ./lib/
- In the main directory, create a
patch.zip
file which contains:
./lib/myPlugin.jar
./data/images/*
./plugins/myPlugin/*
- Download FALCOM Workbench 3.2.0 or later
- Unzip the content of your
patch.zip
over the FALCOM Workbench Install Directory
- Start FALCOM Workbench