Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

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

Notifications You must be signed in to change notification settings

coremaze/Cube-World-Mod-Launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.