Files
csogwrp/README.md
2026-06-02 18:13:43 -04:00

1.1 KiB

CS:OG wrp

Compatiblity wrapper for legacy windows you link against instead of kernel32 shell32 advapi32 etc for our beloved steamapi, and more.

This requires VS2019 (you can also use the VS2017/VS2022 compiler, it doesn't really matter) with the Windows 10 SDK.

Build with x86 Release since the CS:GO client on windows is x86. This can also be used for other things, it's progwrp after all but with extra tweaks.. but this is just CS:OG's version.


This project can be compiled on:

  • Windows 8.1
  • Windows 8.0
  • Windows 7
  • Windows Vista (?) - depends if you hate life or not, it's just more work

This project brings back steam_api.dll compatiblity to:

  • Windows 7 RTM, SP1
  • Windows Vista RTM, SP1, SP2
  • Windows XP SP3
  • Windows 2000 with the extended kernel

In the future (planned):

  • Windows XP RTM, SP1, SP2
  • Windows 2000 SP4

CREDITS: based on win32's progwrp, check out his other projects he's really cool: https://github.com/win32ss

2026 @ CS:OG, OSS