Skip to content

srcdslab/sm-ext-SteamWorks

 
 

Repository files navigation

SteamWorks

Exposing SteamWorks functions to SourcePawn.

How to find the corresponding steamworks_sdk ?

Go to https://partner.steamgames.com/downloads/list and search for the binary libsteam_api.so that matches the output of the symbols with the following command: nm -gD libsteam_api.so | grep -i "something different between libsteam_api versions"

Current SteamWorks version => 28 jui 2015 1.34

About

Exposing SteamWorks functions to SourcePawn.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 45.8%
  • C 41.9%
  • C# 8.2%
  • Objective-C++ 2.5%
  • Python 0.5%
  • SourcePawn 0.5%
  • Other 0.6%