NGnius (Graham) f19dc46010 Create untested basic commands | 5 years ago | |
---|---|---|
extracommands | 5 years ago | |
.gitattributes | 5 years ago | |
.gitignore | 5 years ago | |
ExtraCommands.sln | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago |
Proof of concept mod and reference implementation
Gamecraft.exe
onto IPA.exe
. You will need to redo this step whenever Gamecraft is updated.Plugins\
folder (GCIPA should have created this automatically in the previous step). You should see 0Harmony.dll
and ExtraCommands.dll
in the Plugins\
folder. If those files are in another folder in Plugins\
it will not work.%APPDATA%\..\LocalLow\FreeJam\RobocraftX\Player.log
to confirm.
You should be able to see a message near the top showing how many plugins have been loaded and their names.Interested in making your own mod?
Clone this repository and modify the C# classes in extracommands\
.
Patch Gamecraft with GCIPA
Build the solution and copy bin\Debug\net45\extracommands.dll
and bin\Debug\net45\0Harmony.dll
into Gamecraft's Plugins\
folder.
More information about the IPlugin and IEnhancedPlugin interface can be found on the IPA repository.
More information about Harmony can be found on the Harmony wiki.