From ffd009ce14f5cf5a0a00b5477b54c518716d9eab Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 14 Mar 2024 12:35:46 +0100 Subject: Updated Tarkov driver (still WiP!) Signed-off-by: Toni Uhlig --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 94a437a..3180b53 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,13 @@ Made for [mingw-w64-dpp](https://github.com/utoni/mingw-w64-dpp). ```shell -make DPP_ROOT="[path-to-mingw-w64-ddk-template-dir]" all +make DPP_ROOT="[path-to-mingw-w64-dpp-dir]" all +``` + +or if you want to install driver/batch files somewhere e.g. to a mounted NTFS volume: + +```shell +make DPP_ROOT="[path-to-mingw-w64-dpp-dir]" DESTDIR=/media/win10/Users/nobody/mingw64-kmem install -j8 ``` # Examples @@ -18,3 +24,7 @@ This ring0 based game hack provide you with: * unlimited breath As usual: Use it at your own risk! + +## Escape From Tarkov (tfk.sys) + +WiP! -- cgit v1.2.3