# Developer Download

For developers, modders, and creators, we have made the full project files available. This download contains the raw assets and environment files required to open and edit the game in its native engine.

**Download Project Files**

* [Download Source Assets (Direct Link)](https://mega.nz/file/3ygVXBRb#B7Ejt1bk-S0fak15w2dkYS6mBqGJXKpE39gvfW27lc4)&#x20;
* Format: .zip / .project
* Size: 84.99gb

**How to use the Developer Build:**

1. Download & Extract: Download the archive and extract it.
2. Engine Requirements: Ensure you have Unreal Engine 5.2 installed.
3. Open Project: Navigate to the extracted folder and open the `.uproject` file.
4. Documentation: Refer to the [Developer Resources](/open-source/developer-resources.md) page for more details on the file structure.


---

# 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://wiki.chainsofwar.io/open-source/developer-download.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.
