You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ Here's the list of things you require before you continue on this tutorial:
10
10
- Visual Studio Community/Professional 2022 (you can download it here: https://visualstudio.microsoft.com) with Desktop development with C++ workload and C/C++ v143 MFC modules
11
11
- Python 3 (you need this for compiling the latest SDK 2013 code)
12
12
13
-
First, you need to add this in both of your client and server VPC scripts:
13
+
First, you need to add this at the top of both of your client and server VPC scripts:
14
14
```vpc
15
-
...
16
-
$Include "$SRCDIR\game\shared\sentry.vpc"
17
-
...
15
+
...
16
+
$Include "$SRCDIR\game\shared\sentry.vpc"
17
+
...
18
18
```
19
19
20
20
Recreate the client and server projects by running `createallprojects.bat` and open "everything.sln" with Visual Studio 2022.
0 commit comments