ModLoader
ModLoader copied to clipboard
A new mod loader for WorldBox
NeoModLoader
中文介绍
|
README in English
The logo is generated by Image Creator on 2023/10/13. Inform the remedy if there is infringement.
A new mod loader for Worldbox after NCMS, called NML for short. Detailed introduction look Gitbook.
Overview
How to install
One-click install(Windows only)
https://drive.google.com/file/d/1le-loCzEc2m5sxtSalz7RD6tJqtHRUZZ/view?usp=sharing The installer only works for Windows.
Manual install
- Download NeoModLoader.dll (and NeoModLoader.pdb) in "releases" at the right of the page and put it in GAMEPATH/worldbox_Data/StreamingAssets/mods folder
- Delete NCMS_memload.dll (They can be installed together but not suggested)
- Start the game with experimental mode enabled
It is recommended to subscribe to the NML item on the Steam Workshop to receive automatic updates
Others
Report BUG
Make mod
You can contribute to accelerate the English Version
How to compile NML
Compile with IDE
- clone
- Open NeoModLoader.csproj with IDE(VS/Rider/others) and click "Build"
Compile with command
- clone
- Download and install .NET Core SDK
- cd path-to-folder-of-NeoModLoader.csproj
- Run
dotnet build NeoModLoader.csproj
How to contribute
All contributions are welcome. But to avoid time wasted, follow the below steps.
For small fixes:
- Fork
- Coding
- Pull request
- Wait for result
New features or code reconstruction:
- New issue about what you want to do and simple reasons about it
- After discussion, do it as small fixes.
Future roadmap
- Auto layout window
- Mod one-click install for various platforms
- Manage vanilla tab buttons
- Assembly-CSharp mod support(modify game code)