|
# FALCOM Workbench Plugin SDK Wiki
|
|
# FALCOM Workbench Plugin SDK Wiki
|
|
|
|
|
|
## How to use
|
|
## How to clone and compile
|
|
|
|
|
|
1. Clone repository
|
|
1. Start IntelliJ and click: `Check out from Version Control` with the Git clone link
|
|
2. Use an IDE like IntelliJ (preferred) or Eclipse
|
|
2. Compile the `myPlugin` example
|
|
3. Compile the `myPlugin` example
|
|
3. Create a `patch.zip` file which contains:
|
|
4. Create a `patch.zip` file which contains:
|
|
|
|
- `./lib/myPlugin.jar`
|
|
- `./lib/myPlugin.jar`
|
|
- `./data/images/*`
|
|
- `./data/images/*`
|
|
- `./plugins/myPlugin/*`
|
|
- `./plugins/myPlugin/*`
|
|
5. Download FALCOM Workbench 3.2.0 or later
|
|
4. Download FALCOM Workbench 3.2.0 or later
|
|
6. Unzip content of your `patch.zip` over the FALCOM Workbench Install Directory
|
|
5. Unzip content of your `patch.zip` over the FALCOM Workbench Install Directory
|
|
7. Start FALCOM Workbench
|
|
6. Start FALCOM Workbench
|
|
|
|
|