> For the complete documentation index, see [llms.txt](https://docs.dexa.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexa.im/dma-products/eden/product-guides/arc-raiders.md).

# ARC Raiders

## Configs

Saved configs are stored at the following location: `C:\EdenDMA\Configs`

## Getting the asset files for Web Radar and Vis Check

Click `Download` in the loader once you have selected `Arc Raiders`

<figure><img src="/files/G2DfbrBtyQ5olMHo1GTR" alt="" width="563"><figcaption></figcaption></figure>

## Using the Web Radar

EDEN's ARC Raiders cheat features a web-based radar. This can be opened in a browser on another PC in your home network or remotely by a friend (must port-forward).

<figure><img src="/files/KUs8laM4odTTxRXhpZaO" alt="" width="563"><figcaption><p>The ARC Raiders Radar.</p></figcaption></figure>

{% stepper %}
{% step %}

### Download the assets

* on the DMA PC, make sure to download the assets as [instructed above](#getting-the-asset-files-for-web-radar-and-vis-check)
  {% endstep %}

{% step %}

### Using the Radar

<div><figure><img src="/files/9QTxasyGDR5EGoEhRodA" alt=""><figcaption></figcaption></figure> <figure><img src="/files/vuZQMQfFtij8z40hkRpF" alt=""><figcaption></figcaption></figure></div>

* while the cheat is running, press `DEL` to open the menu on the DMA PC
* navigate to `Radar` -> `Web Radar`
* leave the IP as `0.0.0.0` (it will bind to localhost)
* choose a port number from `0` to `65535`
  * we recommend something like 40900&#x20;
* leave `Connect to live server` unchecked unless running Linux
* click `Start Web Radar`
* in a web browser, navigate to `localhost:port` in a web browser on your DMA PC to view radar

{% hint style="info" %}
To share the web radar with friends, port forward in the router to the selected port and local IP address of the DMA PC. Set a static IP to prevent the IP changing.&#x20;

To learn more about how to do this, Google or ask Gemini "how to port forward."

Dexaim does not provide support for port forwarding.
{% endhint %}
{% endstep %}
{% endstepper %}

## Using Vischeck

EDEN's ARC Raiders cheat features a powerful visual check feature utilizing ray-tracing to path out (and math out) all visible player models/bones/etc. obscured behind solid obstructions (like buildings, ground, etc.). If you are using the aimbot feature, we strongly recommend configuring vischeck.

{% stepper %}
{% step %}

### Download the assets

* on the DMA PC, make sure to download the assets as [instructed above](#getting-the-asset-files-for-web-radar-and-vis-check)
  {% endstep %}

{% step %}

### Turn on Raytracing

* while the cheat is running, press `DEL` to open the menu on the DMA PC
* navigate to `Misc`-> `Raytracing`&#x20;
* toggle on `Enabled`

<figure><img src="/files/IXtlxQEylxwq0j6Tt4BJ" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://docs.dexa.im/dma-products/eden/product-guides/arc-raiders.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.
