Created Easy work on ReGameDLL with Visual Studio (markdown)

Sergey Shorokhov 2023-04-03 21:05:00 +03:00
parent e783592077
commit f99d4d581b

@ -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.