- Create Working Directory for all Tarkov Modding {EFT_WORK}
- Clone this {SIT_CORE} to a {SIT_CORE} directory inside {EFT_WORK}
- Copy your Live Tarkov Directory somewhere else {EFT_OFFLINE}
- Deobfuscate latest Assembly-CSharp in {EFT_OFFLINE} via SIT.Launcher. Ensure to close and restart Launcher after Deobfuscation.
- Copy all of {EFT_OFFLINE}\EscapeFromTarkov_Data\Managed assemblies to References {TARKOV.REF} in the folder of this project {EFT_WORK}
- You will need BepInEx Nuget Feed installed on your PC by running the following command in a terminal.
dotnet new -i BepInEx.Templates --nuget-source https://nuget.bepinex.dev/v3/index.json
- Open the .sln with Visual Studio 2022
- Rebuild Solution (This should download and install all nuget packages on compilation)
Version 5