> For the complete documentation index, see [llms.txt](https://creed-v-2-tm.gitbook.io/creed-v.2-tm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://creed-v-2-tm.gitbook.io/creed-v.2-tm-docs/product-guides/select-your-game/creed-rust-guide.md).

# Creed Rust Guide

### Links:

* [**Visual-C-Runtimes.zip**](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/) **(Loader Pre-Setup)**
* [**Direct X Runtimes**](https://www.microsoft.com/en-us/download/details.aspx?id=35) **(Loader Pre-Setup)**

### Loader Pre-Setup:

* Disable any antivirus software and running anti-cheats (e.g., Faceit, Vanguard).
* Turn off real-time protection in Windows Security.
* Extract from above Visual-C-Runtimes.zip and run ‘install\_all.bat’ as administrator.
* Download Direct X Runtimes from the link above and install it, uncheck the bing bar during the install.
* Download The “Loader” from the link above.
* Goto your discord settings and then go to "game overlay" and then ensure "enable overlay" is enabled and "enable legacy overlay" is disabled.

#### 1. Download & Run The Loader:

* Download then run the loader from the source above.

#### 2. Key Insertion:

* input your key into the loader and click "Login"
* If you encounter an error while inserting the key, verify that there are no spaces within the key.

#### 3. Load Rust Lite:

* Login then select the 'Rust Lite' option in the loader.
* Click ‘Load’ and then go to the next step.

#### 4. Follow The Loader Instructions:

* The loader will guide you on when to launch your game. Follow the prompts accordingly.

#### 5. Once Your In-Game:

* Once you’re in game ensure your discord overlay is on and legacy overlay is disabled.
* Now press insert to open your menu.

### Common Errors Below:

[Trouble Shoot Youtube Video](https://youtu.be/jA5OIL9gTYw)

### Can't Figure It Out?

* Make a ticket if you still need help at \[ <https://discord.gg/7myaEXDV26> ]


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://creed-v-2-tm.gitbook.io/creed-v.2-tm-docs/product-guides/select-your-game/creed-rust-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
