中文介绍
|
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.
https://drive.google.com/file/d/1le-loCzEc2m5sxtSalz7RD6tJqtHRUZZ/view?usp=sharing The installer only works for Windows.
- 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
You can contribute to accelerate the English Version
- clone
- Open NeoModLoader.csproj with IDE(VS/Rider/others) and click "Build"
- clone
- Download and install .NET Core SDK
- cd path-to-folder-of-NeoModLoader.csproj
- Run
dotnet build NeoModLoader.csproj
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.
- Auto layout window
- Mod one-click install for various platforms
- Manage vanilla tab buttons
- Assembly-CSharp mod support(modify game code)