A small mod to allow for the hiding of various armor pieces including helmet. Originally made for personal use. I figured some might enjoy until someone more talented makes a version with a nice GUI. Not sure what the consensus is on how Crimson Desert mods are being distributed so I just made a patcher and included Lazorr’s wonderful Unpacker. If there is a demand, I can upload it as a different file type. Just let me know.
Requirements
– Python 3.10+** — either installed on your system, or use the bundled setup (see below)
– Packages:** `lz4`, `cryptography` (`pip install lz4 cryptography`)
No Python installed?
Run setup.bat (It’ll download a self-contained Python runtime and installs the required packages automatically)
Installation
1. Extract this folder anywhere on your PC
2. Open config.ini in a text editor
3. Set your game path under [game]: path = C:\Program Files (x86)\Steam\steamapps\common\Crimson Desert
(If your game is in a standard Steam location, you can leave this blank as the script will find it automatically.)
4. Choose which armor slots to hide under `[slots]` — set each to `true` or `false`:
Usage
– Apply the mod: Double-click Apply Mod.bat
– Remove the mod: Double-click Restore Vanilla.bat
– Restart the game after applying or removing
Known Issues:
* After exiting glide form, your helm and cloak may reappear temporarily. It didn’t bother me, though if it’s an issue, I did track down the cause so I could probably fix it if there’s a need/demand.
* In order to prevent balding when equipped with certain helmets, I have modified some global postfix conditions. This is to say, that there is a possibility that hair will render under NPC helmets that may result in some slight clipping. I played with it for about an hour keeping an eye out for it, and I wasn’t able to find any examples, so I feel the tradeoff is worth it. If you find a particularly egregious example, send it to me and I can see what I can do.





