View difference between Paste ID: Reaf8ba8 and bTA7LjWv
SHOW: | | - or go back to the newest paste.
1
1. Install Visual Studio Community 2015
2
2. Create the solution with `CreateSolution.bat`
3
3. Apply the fixes: `git am < basic_fixes.patch` (basic_fixes.patch: https://pastebin.com/raw/EhH3BB1L)
4
4. Copy `hl2_src\lib\common\win32\2015\release\cryptlib.lib` to `cstrike15_src\lib\win32\2015\release\`
5
5. Copy `hl2_src\lib\public\libcef.lib` to `cstrike15_src\lib\win32\release\libcef.lib`
6
6. Build Solution in Visual Studio as Release.
7
7. Download Depots with https://github.com/SteamRE/DepotDownloader You need to fill in your Steam username and password, so use an alt that has CS:GO in its library.
8
```
9
dotnet %~dp0DepotDownloader.dll %* -app 730 -depot 731 -manifest 7043469183016184477 -username STEAMUSERNAME -password PASSWORD
10
dotnet %~dp0DepotDownloader.dll %* -app 730 -depot 732 -manifest 4047004309608881181 -username STEAMUSERNAME -password PASSWORD
11
```
12
8. Copy the depot contents into the game folder (one folder up from cstrike15_src). Skip already existing files
13
9. Steam needs to be open with a CS:GO account, then just double click csgo.exe and it should launch in insecure mode. Don't use your main account to prevent bans.