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.