🧑🌾🥕 This mod allows you to play with more than 4 players 🥕🧑🌾
Report Issues · Request Feature
Love the project? Please consider contributing to help it improve.
Installation procedure (for beginners):
Prerequisites-
Download the mod loader v5 release: BepInEx_Patcher_5.4.23.2.zip
Download the latest mod release: Download
- Unzip the archive, it will contain BepInEx.Patcher.exe
- Open Steam, go to your library and find Luma Island
- Right click Luma Island and select properties, on the left side select Installed Files.
- Select "Browse" on the right side, to browse through the game files.
- Drag Luma Island.exe to BepInExPatcher.exe and run the game once.
- In the Luma Island folder that is opened, go to BepInEx -> plugins
- Place the "LumaPlus.dll" in the folder and the mod will be installed!
How to use the mod (for beginners):
- Host the lobby, make it "All Friends"
- Invite your friends or let them join from the "Join Game Menu" Your join game menu should look like the image below, and you're set to go.
To build LumaPlus, follow these steps (This is for visual studio):
-
Download the Project: Start by cloning the repository from GitHub to your local machine. You can do this using the following command in your terminal or command prompt:
git clone https://github.com/DEVXIX/LumaPlus.git -
Open the Solution in Visual Studio: Navigate to the folder where you cloned the repository and open the
.sln(solution) file in Visual Studio. -
Reference Required DLLs: Copy all necessary DLLs to /GameRefs folder and Bepinex dlls to /GameRefs/Bepinex
-
Build the Project: You can build the project by selecting Build from the top menu and then clicking on Build Solution (or simply press
Ctrl + Shift + B). This will compile the project and generate the DLL file. -
Compiled DLL Folder: You can find the compiled mod
LumaPlus.dllin thebin\Debugorbin\Releasefolder. -
Install the DLL: To use the mod built from source follow the same steps to install any mod / plugin, place the
LumaPlus.dllfile into theBepInEx/pluginsfolder of your game installation.
You would need to follow the "Building this project", and you can create a pull request with the necessary changes.
All help is appreciated!
DjShinter - Wrote the mod for Luma Island, general reverse engineering for the game.
DEVXIX - Idea for the mod, and readme points, important reverse engineering points for the game.

