-
Notifications
You must be signed in to change notification settings - Fork 1
Modloading: Compiling and Releasing
This page is for mod creators looking to create custom modules.
This page describes the process of compiling the file and releasing it.
In order to use the mod, you'll need to compile the .java file into a .class file. To do this, open up command prompt, go into the directory of the file cd (path)
and do javac name.java
If you get an error for an unrecognized command, follow this guide.
If you are ready to release the file, you can share it on the #mods channel in the official server. You can also share it to anyone you'd like, of course.
The only important factor is the location of the file. For most cases, it should be in the root directory (the same folder as the one where KAaNE is) to prevent bugs.
This wiki was made by Tyler Flowers (ggtylerr or Gaming Guy Tyler) and various other contributors for KAaNE [JE]. It uses the same license as the software (MIT)
Click to show
Currently, no mod pages are done. Come back later, or help make them.
Modloading: Compiling and Releasing