Proof of concept mod and reference implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

4 anni fa
1234567891011121314151617
  1. # TestMod
  2. Proof of concept mod and reference implementation
  3. ## Installation
  4. 1. Patch Gamecraft with [IPA](https://github.com/Eusth/IPA).
  5. You will need to build it yourself; the latest release does not work (in the future the latest build will be available for download)
  6. 2. Build TestMod solution and copy `obj\Debug\net45\TestMod.dll` into Gamecraft's `Plugins\` folder (IPA should have created this automatically in the previous step)
  7. 3. Launch Gamecraft.
  8. You can check the log file `%APPDATA%\..\LocalLow\FreeJam\RobocraftX\Player.log` to confirm
  9. ## Development
  10. Interested in making your own mod?
  11. Clone this repository and modify the Plugin class in `TestMod\TestPlugin.cs`.
  12. More information about the IPlugin and IEnhancedPlugin interface can be found [on the IPA repository](https://github.com/Eusth/IPA)