NGnius (Graham) f077373f8b Add untested waypoint commands | 5 years ago | |
---|---|---|
TestMod | 5 years ago | |
.gitattributes | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
TestMod.sln | 5 years ago |
Proof of concept mod and reference implementation
obj\Debug\net45\TestMod.dll
into Gamecraft's Plugins\
folder (IPA should have created this automatically in the previous step)%APPDATA%\..\LocalLow\FreeJam\RobocraftX\Player.log
to confirmInterested in making your own mod?
Clone this repository and modify the Plugin class in TestMod\TestPlugin.cs
.
More information about the IPlugin and IEnhancedPlugin interface can be found on the IPA repository