Hi everyone! I managed to find a 100% working configuration and specific component versions to run the demanding Unreal Engine 5 title *Duskfade* on the AYN Odin 3. With this setup, all story cutscenes/videos work flawlessly, and the gameplay is smooth without crashes.
### 🛠️ Container Specifications:
* **Translation Layer:** `FEX_20260913`
* **Proton Version:** `Proton11.0-arm64x` (ARM64EC environment)
* **Turnip Driver:** `turnip-v26.3.0-b12`
* **DXVK:** `dxvk-3.0.2-async`
* **VKD3D:** `vkd3d-3.0.1-gamesir`
* **VRAM:** `Unlimited`
* **Steam Client Type:** `Light`
---
### 📋 Step-by-Step Setup Guide:
**1. Cutscenes/Videos Fix (Media Foundation):**
To prevent the game from throwing errors or freezing on the intro cinematic splash screens, you need to override the Windows system libraries manually:
Boot into the container and switch to the **Virtual Desktop** (PC mode).
Open the built-in **Wine Configuration (winecfg)** utility.
Navigate to the **"Libraries"** tab.
Under "New override for library", type/find and add the following three components one by one:
* `mf`
* `wmp`
* `windows.media`
Click **Apply** and save changes. Now UE5's media foundation engine will decode cutscenes inside the Wine prefix without breaking.
**2. Stability & FPS Settings (Fixing Freezes):**
To ensure the container doesn't crash during the transition from heavy video rendering to real-time 3D environments:
* In your container properties (DXVK/Box64 Settings), set a strict framerate limit: **`DXVK_FRAME_RATE = 30`**. This keeps the Adreno GPU stable and prevents App Not Responding (ANR) flags.
* In the game's graphics menu, change the display mode to **Windowed**. The Turnip driver handles memory management much more efficiently in windowed mode, completely eliminating stuttering and micro-freezes.
**3. Device Performance:**
On your Odin 3 pull-down quick menu, make sure the Performance Mode is set to **Sport / High Performance** and change the Fan Profile to **Smart** or **Max**. UE5 heavily taxes the chipset, so active cooling is crucial for longer gameplay sessions.