Kakara

Kakara is game where your imagination really is the limit! Kakara is a highly configurable mod-based game. It’s an open-source voxel world with an extensive API and the ability to make anything.

On November 7th, 2021, the development of Kakara was discontinued. After 2 years of development KingTux and Ryandw11 decided it was time to end the Kakara project due to a lack of interest and time. Despite the disconinuation of the main project, the Kakara Engine is still being developed. Kakara has been archived and you can still play the last version.

Installation & Usage

1) Downloading the Launcher

The first step is to download the Kakara Launcher. The Kakara Launcher is available for download here. A Windows and Linux version are available for download (A Mac version is not available). Download the version for your operating system. (The one with .exe is for Windows while the one with no file ending is for Linux.)

2) Running the Launcher for the First Time

After downloading the launcher, move it to the folder where you want Kakara to be. An example would be on the desktop in a folder named Kakara.

Now it is time to run the KLauncher for the first time so it can setup everything for you. The KLauncher will automatically download and setup all the files you need. The KLauncher will install the version of Java required (Java 11) and the latest version of the Jar files needed to run the game (engine.jar and client.jar).

Currently the KLauncher can only be ran with the command prompt. A GUI version will be available in the future. The following instructions are for how to run it on Windows and Linux:

For Windows, open that folder in the command prompt by doing the following: Open the command prompt by pressing the windows button and typing command prompt into the search bar and press enter. That will open the command prompt in your user directory. Type cd Desktop\Kakara (if the folder is on the desktop) to enter the Kakara folder. Then paste the following command into the prompt and press enter:

            klauncher --game jenkins:master --engine jenkins:master --test_mode --working_dir test
        

If on Linux, navigate to the directory you have the klauncher stored in and run the same command:

            ./klauncher --game jenkins:master --engine jenkins:master --test_mode --working_dir test
        

Running that command for the first time might take some time. You will see progress bars for downloading the information. (A slight pause when downloading the Jre 11 is normal, just let it continue.)

This is what the output of the command prompt should look like:

An image showing what the launcher output looks like.

After you get to that point the Kakara window will open. Minimize it and return to the command prompt. Press Ctrl + C with the command prompt open. That will close the GUI and terminate the launcher. Now it is time for the next step.

3) Adding the KVanilla Mod

Now it is time to add the KVanilla mod. KVanilla has all the base content for the game, so without that mod, there is no game.

For now, KVanilla needs to be downloaded off its GitHub page (A GitHub account is required). Go here for the download. On that page you will see a list of assets, we only need the one labeled kvanilla-1.0-SNAPSHOT.jar, you can ignore the others. Download kvanilla-1.0-SNAPSHOT.jar by clicking on the link. Now open your Kakara folder. You want to navigate into the test folder and then enter test folder inside that folder. Inside that folder you will find a mods folder. Open it and put the kvanilla-1.0-SNAPSHOT.jar file in that folder.

4) Running the Game

After that you can now run the KLauncher again. You can use the same exact command as above to run the game in the command prompt. The game menu will open again. You can press the Singleplayer button to start the game. You can now play Kakara as you wish.

5) Closing Thoughts

Please keep in mind that Kakara was not finished and bugs may be common. You might need to use Ctrl + C on the console or use task manager to exit the game.

If you want to install additional mods, just put the mod’s jar file in the mods folder and run the game again. The mod should be installed.

Hopefully you enjoy playing and testing out Kakara! It was fun to develop, but it is time to move on.

Known Mods

Name Description Authors Downloads
KVanilla The mod that adds the default content to Kakara. Ryandw11, KingTux Download
KDebug A mod the allowed the easy debugging of Kakara. Ryandw11 View Repo

Source Code / Website

Return to projects page.