# Setting Up the Modding SDK

Max at Pugstorm maintains a guide for accessing and installing the modding SDK on mod.io guides.

Follow Max's guide up until you reach the "Creating new objects" header. You can keep reading from there if you'd like, but it may not make sense without further context. This site will walk through some more specific examples in the next few pages.&#x20;

{% embed url="<https://mod.io/g/corekeeper/r/core-keeper-mod-sdk-introduction>" %}

As Max is the only person with edit permissions, the mod.io guide can easily fall out of date. If something needs to be updated, discuss it in the #mod-creators channel on the [official Core Keeper Discord](https://discord.com/invite/corekeeper).

## Additional Steps

There are a few extra steps you need to take that Max's guide doesn't mention.

### Disable Assembly Updater

In the Unity Hub, add the `-disable-assembly-updater` command line argument to your SDK project. If you don't do this, the `Pug.Other.dll` and `Pug.ECS.Components.dll` will not load correctly, meaning you will be missing some important script components.

<figure><img src="/files/h2vzhNUhnMYiXRhcigcJ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/C990hxL1nehIHYNNKUdB" alt=""><figcaption></figcaption></figure>


---

# 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://core-keeper-modding.gitbook.io/modding-wiki/creating-mods/getting-started-modding/setting-up-the-modding-sdk.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.
