Skip to content

Modloading: Simple Usage

Tyler Flowers edited this page Jun 8, 2019 · 2 revisions

As of β 0.7, custom modules in the form of .java files are now able to be launched from KAaNE directly.

To open a mod, first launch "Custom Modloader" from the menu window.

An image showing the location of the modloader on the main window.

From there, press "OPEN" and select the .java file .class file you want to open.

An image showing how to select a file, using wires.java as an example.

After you selected it, the text on the right should say something like "Selected: (name)"

An image showing an example of the above text.

If your mod specifies to use a different method name, press the settings icon, uncheck "Default Method Name (module)", and change the text next to it to the appropriate method name.

An image showing how to change a method name, using the name "main" as an example.

If your mod specifies to use a different class name, do the same thing but instead of unchecking "Default Method Name (module)", uncheck "Class Name = File Name".

An image showing how to change a class name, using the name "wire" as an example.

After you've selected a file and have the proper settings, press "LAUNCH" and the mod should launch.

An image showing an example of a working, launched mod.

If you get an error, follow the instructions it lists.

An image showing an example of an error. In this case, the class name could not be found. The user would have to change the name in the settings or select "Class Name = File Name" again.

General Usage


Installation and Proper Usage

Building a release file

Bomb Settings

Vanilla Modules


Click to show

Wires

The Button

Keypads

Simon Says

Who's on First

Modded Modules


Click to show

Currently, no mod pages are done. Come back later, or help make them.

Custom Mods


Modloading: Simple Usage

Modloading: Layout

Modloading: Edgework

Modloading: Compiling and Releasing

How to help


On the Wiki

On coding

Legal information


Credits

Licensing

Clone this wiki locally