# ARC Raiders Arcane

{% embed url="<https://ducks-services.com/store/product/1665-arc-raiders-arcane-1-day/>" %}

### Prerequisites

* Install required dependency: [*link*](https://aka.ms/vs/17/release/vc_redist.x64.exe)

***

{% stepper %}
{% step %}

### Download the Loader

<a href="https://mega.nz/folder/SFEijIYB#ItpPdnVINK3H-rQXK6DJjw" class="button primary" data-icon="square-arrow-down">Download Loader</a>
{% endstep %}

{% step %}

### Graphics Card Preparation

#### If NVIDIA

* Install NVIDIA App
* Complete authorization
* Install latest GPU driver
* Enable NVIDIA Overlay

#### If AMD

* Install **AMD Software: Adrenalin Edition** (PRO version does NOT work)
* Install latest GPU driver
* Enable In-Game Overlay
* Enable Performance Display in Performance tab
  {% endstep %}

{% step %}

### Run the Loader

* Download the loader, right-click it and select **"Run as administrator."**
  {% endstep %}

{% step %}

### Enter Your Key

* Paste key using **Right Mouse Button (RMB)** in CMD
* Press **Enter**
* Select:
  * Clean Traces → Yes
  * HWID Spoofer → Yes
* Loader will close automatically after success
  {% endstep %}

{% step %}

### Launch Your Game

* Start your game
* Menu appears automatically

**Controls**

* Open / Close → `Home` or `Insert`
* Unload → `END`
  {% endstep %}
  {% endstepper %}

***

<details>

<summary>🛠️ <strong>Troubleshooting</strong></summary>

### PIN / Hyper-V Error

If you see:

> Please make sure PIN is not set and manually disable Hyper-V

Do the following:

1. Remove Windows login password completely
2. Disable CPU virtualization in BIOS

Run PowerShell as Admin:

```powershell
takeown /F "C:\Windows\System32\hvix64.exe"
icacls "C:\Windows\System32\hvix64.exe" /grant *$(([System.Security.Principal.WindowsIdentity]::GetCurrent()).User.Value):F
takeown /F "C:\Windows\System32\hvax64.exe"
icacls "C:\Windows\System32\hvax64.exe" /grant *$(([System.Security.Principal.WindowsIdentity]::GetCurrent()).User.Value):F
del "C:\Windows\System32\hvix64.exe"
del "C:\Windows\System32\hvax64.exe"
```

***

### Failed to Map Memory

* Minimum 12GB RAM required
* Disable all startup programs and restart

If still failing:

* Download AutoRuns: *link*
* Disable all programs in:\
  `CurrentVersion\Run`

***

### Loader Closes With No Error

* Install required dependency: *link*

***

### Menu Visible But Not Clickable

* Run overlay as Administrator
* Run Steam **without** Administrator
* Disable all third-party overlays

***

### Windows Antivirus Errors

**Windows 10**

* Uninstall all third-party antivirus
* Disable real-time protection
* Disable SmartScreen

**Windows 11**

* Download both registry files: *link*
* Run Turn\_ON → Restart
* Run Turn\_OFF → Restart

***

### AES Instruction Set Not Supported

* CPU does not support AES
* Cannot be fixed
* Contact for refund

***

### BIOS Errors

**Enable Intel VT-X**

* Enable “Intel Virtualization Technology”

**Enable AMD-V**

* Enable “SVM Mode” or “AMD-V”

**Disable Secure Boot**

* Disable Secure Boot in BIOS

***

### Unsupported Firmware

Convert OS disk to GPT using:

* `mbr2gpt`
* Or disk management utility

***

### Secure Boot Keys Incorrect

1. Enable Secure Boot in BIOS
2. Boot into Windows
3. Run PowerShell:

   ```
   Confirm-SecureBootUEFI
   ```
4. If output = True, reboot
5. Disable Secure Boot again

***

### VMX / SVM Not Supported

* Disable “Virtual Machine Platform”
* Disable “Hyper-V”
* Run in CMD (Admin):

```
bcdedit /set hypervisorlaunchtype off
```

Reboot.

***

### Incorrect HWID

Open CMD as Administrator:

```
wmic diskdrive get Caption, SerialNumber
wmic baseboard get SerialNumber
```

If errors occur → reinstall Windows.

</details>


---

# 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://docs.ducks-services.com/select-your-product/select-your-game/arc-raiders/arc-raiders-arcane.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.
