From f99d4d581b0bb775cce33165a7d7be4385b0f035 Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Mon, 3 Apr 2023 21:05:00 +0300 Subject: [PATCH] Created Easy work on ReGameDLL with `Visual Studio` (markdown) --- Easy-work-on-ReGameDLL-with-`Visual-Studio`.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Easy-work-on-ReGameDLL-with-`Visual-Studio`.md diff --git a/Easy-work-on-ReGameDLL-with-`Visual-Studio`.md b/Easy-work-on-ReGameDLL-with-`Visual-Studio`.md new file mode 100644 index 0000000..513a2ab --- /dev/null +++ b/Easy-work-on-ReGameDLL-with-`Visual-Studio`.md @@ -0,0 +1,6 @@ +### Set the output directory for `mp.dll` +Create a new file `regamedll\msvc\PublishPath.txt` with the following contents: +``` +C:\Program Files (x86)\Steam\steamapps\common\Half-Life\cstrike\dlls +``` +The compiled library `mp.dll` will be located at the specified path when building the project again.