Skip to content
forked from 2217936322/Client

All client-related projects (Launcher, EmuLib, Assembly-CSharp)

License

Notifications You must be signed in to change notification settings

emperor06/Client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client

All client-related projects (Launcher, EmuLib, Assembly-CSharp)

Requirements

  • Escape From Tarkov 0.12.3.5985
  • Visual Studio 2017
  • .NET Framework 4.6.1

Projects:

  • EmuLib: hooking additional functionality into Escape From Tarkov
  • Launcher: a lightweight game launcher for proper starting of Escape From Tarkov with EmuTarkov

Setup

The repository is self-contained; no setup is required.

Build

  1. Open visual Studio 2017
  2. Toolbar -> File -> Project/Solution -> Open Client.sln
  3. Toolbar -> Build -> Rebuild Solution
  4. Copy EmuLib/bin/<target>/EmuLib.dll into <gamedir>/EscapeFromTarkov_Data/Managed/
  5. Copy EmuLib/bin/<target>/Assembly-CSharp.dll into <gamedir>/EscapeFromTarkov_Data/Managed/
  6. Copy Launcher/bin/<target>/EmuTarkov-Launcher.exe into <gamedir>

Remarks

  • Some referrences are shared across projects. These are located in Shared/References.
  • EmuLib only works with the obfuscated assembly-csharp provided in EmuLib/References as it requires patches and a specialized obfuscation regex for proper hooking.

About

All client-related projects (Launcher, EmuLib, Assembly-CSharp)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%