Jire / Abendigo

A free as in both freedom and free beer game modding platform using Kotlin on the JVM.
GNU General Public License v3.0
57 stars 56 forks source link

Enable/disable/changing plugins #2

Closed LoneLyyy closed 8 years ago

LoneLyyy commented 8 years ago

I was trying to modify the plugins and enable/disable some of them and the hack doesnt save the changes

Jire commented 8 years ago

After you change any compiled-language source code, you need to recompile and rebuild. You can do this by running the build.bat file. :smile:

LoneLyyy commented 8 years ago

Failed to rebuild

Jire commented 8 years ago

@LoneLyyy Then you have errors in your source code. You need to fix these errors. If you're inexperienced, you can try starting from scratch.

Jire commented 8 years ago

The controller is ready! :smiley:

You can build it the same way as the driver. Remember to run the driver first, then the controller. Enjoy!! https://github.com/Jire/Abendigo-Controller