All client-related projects (Launcher, EmuLib, Assembly-CSharp)
- Escape From Tarkov 0.12.3.5985
- Visual Studio 2017
- .NET Framework 4.6.1
- EmuLib: hooking additional functionality into Escape From Tarkov
- Launcher: a lightweight game launcher for proper starting of Escape From Tarkov with EmuTarkov
The repository is self-contained; no setup is required.
- VS2017 -> Build -> Rebuild project
- Copy
EmuLib/bin/<target>/emulib.dll
into<gamedir>/EscapeFromTarkov_Data/Managed/
- Copy
Launcher/bin/<target>/EmuTarkov-Launcher.exe
into<gamedir>
- Some referrences are shared across projects. These are located in
Shared/References
. - EmuLib only works with a cleaned assembly-csharp.dll with edits as the project relies on the obfuscated DLL for proper hooking.
- Launcher depends on EmuLib for HttpUtils.