|
|
|
# FALCOM Workbench Plugin SDK Wiki
|
|
|
|
|
|
|
|
## How to use
|
|
|
|
|
|
|
|
1. clone repository
|
|
|
|
2. use a IDE like InteliJ (prefered) or Eclipse
|
|
|
|
3. complie the "myPlugin" exapmple
|
|
|
|
4. create a patch.zip file which contains
|
|
|
|
./lib/myPlugin.jar
|
|
|
|
./data/images/*
|
|
|
|
./plugins/myPlugin/*
|
|
|
|
5. download FALCOM Workbench 3.2.0 or later
|
|
|
|
6. unzip contens of your patch.zip over the FALCOM Workbench Install Directory
|
|
|
|
7. start FALCOM Workbench
|
|
|
|
|