6c086b5307df0213b5a3d8a49a59ef70bcab9c9b
Hex: Unlocked
A Dead By Daylight inventory manager for educational purposes.
Table of Contents
Installation & usage
Warning
This goes against the Behaviour's Terms of Service. Although unlikely, there is a definite risk of ban.
1. Requirements
- Dead By Daylight: Xbox PC version or Epic Games version (untested)
- Operating System: Windows 10 or 11 (64-bit)
2. Usage
- Download the latest
hex-unlocked.exefrom the Releases tab. - Run the exe before the game is running.
- Configure your profile using the site.
- Run the game.
Note
If you're missing items, open the Bloodweb, wait for it to load, and the inventory should be applied once again.
Building
This project uses CMake and requires a C++20 compatible compiler.
Prerequisites
- CMake 3.25.0 or higher
- Visual Studio 2022 or higher (with C++ desktop development) OR MinGW-w64
- .NET SDK (if building with the optional Dumper enabled)
Visual Studio (Recommended for Windows)
The easiest way to get started on Windows is to run the included PowerShell script. It will generate the Visual Studio solution and open it automatically:
.\create-project.ps1
MinGW (Linux Cross-Compile)
If you want to cross-compile using MinGW on Linux, you can configure and build using Ninja:
cmake -B proj -S . -G Ninja \
-DCMAKE_SYSTEM_NAME=Windows \
-DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc \
-DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ \
-DCMAKE_RC_COMPILER=x86_64-w64-mingw32-windres
cmake --build proj --target hex-unlocked
Description
Releases
4
Release v0.1.16
Latest
Languages
C++
61.3%
C#
31.3%
CMake
5.2%
PowerShell
1.9%
C
0.3%