by DatGuySnowfox
CrimsonWings is a lightweight patcher that lets you customize the stamina cost of gliding in Crimson Desert. Set any value between 0.001 and 65.535 for both normal and fast glide independently — lower the drain for a more relaxed experience or crank it up for a challenge.
A backup of the original file is created automatically on first patch so you can always restore defaults.
- Patch normal glide and fast glide stamina cost independently
- Auto-detects your Crimson Desert install across all drives
- Manual Browse and Scan Drives options if auto-detect misses it
- Automatic backup of the original file on first patch
- One-click restore to default values via the Uninstall tab
- Covers Damian, CrowWing, and RocketPack glide roots
- Single
.exe— no install, no dependencies
- Crimson Desert (Steam)
- Close the game before patching
- No additional mods or files required
- Download
CrimsonWings.exefrom Releases - Close Crimson Desert
- Run
CrimsonWings.exe - The game folder will be detected automatically — if not, click Browse or Scan Drives
- Enter your desired stamina values and click Apply Patch
Requires Python 3.8+ and PyInstaller.
# Clone the repo
git clone https://github.com/DatGuySnowfox/CrimsonWings.git
cd CrimsonWings
# Build the exe (Windows only)
build_exe.batThe .exe will appear in the dist folder.
| Glide type | Default stamina cost |
|---|---|
| Normal glide | 25 |
| Fast glide | 50 |
Valid range: 0.001 – 65.535
Open CrimsonWings.exe and go to the Uninstall tab.
- If a backup exists it will be restored directly
- If no backup is found, the original default byte values are written back
CrimsonWings patches two byte offsets inside 0008\0.paz in the Crimson Desert game directory. The stamina values are stored as little-endian two's-complement negations of the scaled integer value (cost × 1000). Guard bytes on either side of each offset are verified before any write to ensure compatibility with the current game build.
This tool modifies game files. Use at your own risk. Always keep a backup — CrimsonWings creates one automatically. Not affiliated with Pearl Abyss.