# Installation

Because NML has not support from Maxim, it cannot be loaded from workshop directly. You need to install it manually for the first.

## Prepare

Mods require "Experimental Mode" enabled. So first of all, enable "Experimental Mode" in game Settings/Settings/Experimental Mode.

![prepare1](/files/VKj7hQPgMcSBo1TNJNF0) ![prepare2](/files/5VwpMvYMQAvvMcu1yQlt) ![prepare3](/files/JM64zprR2JZfENIBtU0J)

## Get NML File

There are multiple approaches. The most suggested one is to [download on Github](#github).

### Steam Workshop

#### Download

Subscribe the item on the [website](https://steamcommunity.com/sharedfiles/filedetails/?id=3080294469) and wait for downloading completed.

#### Find File

![find1](/files/qcyz19DjLm01SIjb9bld)

![find2](/files/OunArlzFD8wlGQmEPhrj)

Change `common/worldbox` to `workshop\content\1206560\3080294469`

![find3](/files/6DQsr3bNbjuKg1LAHpfJ)

The selected file is neccessary.

### Github

#### Download

Goto [Github Releases](https://github.com/WorldBoxOpenMods/ModLoader/releases) or other mirror stations download the latest released `.dll` file.

#### Suggestions

It is recommended to subscribe to the NML item on the Steam Workshop to receive automatic updates.

## Install NML

Easily, copy/move `NeoModLoader.dll` to appropriate path.

First, go to game path:

![find1](/files/qcyz19DjLm01SIjb9bld)

### Windows/Linux

Go to `worldbox_Data/StreamingAssets/mods` under game folder. Copy the `.dll` file found above to here. Like this:

![install-result](/files/perESq9RJQZN2j1IL0Fv)

### MacOS

> Right-click the worldbox icon in the worldbox folder, select "Show Package Contents", then go to Contents, then Resources, then Data, then StreamingAssets, then mods.[1](#ref1)

Copy the `.dll` file found above to here.

## References

1. [Key44, A Beginner's Guide On How To Install WorldBox Mods](https://gamebanana.com/tuts/16262#H2_7)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://worldboxopenmods.gitbook.io/mod-tutorial-en/player-manual/install.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
