Skip to content

Commit

Permalink
Add build instructions to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sucklead committed Feb 23, 2021
1 parent ebd698f commit 81376b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ Place the following 3 files from the release into your mods\Engine directory:
This will start up CoCMainWin32.exe and then use MinHook to hook its file access requests.
All file open requests will be checked for a matching file in the mods directory tree first before loading .
You should replicate the folder structure in the main directory in the mods directory for any files you want to override.

# Build

If you want to build the source for yourself you can find it at https://github.com/sucklead/DCoTEHook.
You can use VS2019 Community Edition to run the CMake build.

0 comments on commit 81376b6

Please sign in to comment.