diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-03-14 12:35:46 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-03-14 12:35:46 +0100 |
commit | ffd009ce14f5cf5a0a00b5477b54c518716d9eab (patch) | |
tree | 13a6de53cf5041a3c4c559c3e594703ef078aa84 /README.md | |
parent | 07ca2a71eda0a0a6ca4d17335033e4fcfdbd4d87 (diff) |
Updated Tarkov driver (still WiP!)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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! |