ChrisMiuchiz / Cube-World-Mod-Launcher

A mod launcher for Cube World which provides callbacks for events. Note that this repository is no longer being maintained and an updated fork exists at https://github.com/thetrueoneshots/Cube-World-Mod-Launcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cube-World-Mod-Launcher

Supports injecting Cube World mods. DLLs must go in a folder called "Mods".

Installing

Get the latest .fip from Releases and place it in the same folder as cubeworld.exe

https://github.com/ChrisMiuchiz/Cube-World-Mod-Launcher/releases

Installing Mods

A "Mods" folder should be created in the same folder as cubeworld.exe, and mods should be installed by moving them into the Mods folder. Upon starting the game, you will be asked whether you want to launch with mods. If you click "Yes" a dialog box will display all the mods which have been loaded. If you click "No" then the vanilla game will launch.

Building the launcher or mods

All mods MUST include cwmods.h from cwsdk to function. The building environment required for the launcher and loader are the same as for cwsdk.

About

A mod launcher for Cube World which provides callbacks for events. Note that this repository is no longer being maintained and an updated fork exists at https://github.com/thetrueoneshots/Cube-World-Mod-Launcher


Languages

Language:C++ 55.7%Language:C 41.5%Language:Python 2.2%Language:CMake 0.6%