Skip to content

Releases: polvora/SteamCore

SteamCore v2.1

24 Aug 20:17
Compare
Choose a tag to compare
  • Added cvar sm_steamcore_last_error.
  • Added some helper stocks for scripts writers.
  • Added OnChatRelationshipChange() forward.

The last one is a good replacement to OnChatFriendStateChange when trying to know if you are friends with someone.

SteamCore v2.0

21 Aug 14:25
Compare
Choose a tag to compare

Finally !

  • Complete restructuring of the code.
  • Debug now logs to file.
  • Now plugin can handle multiple requests at the same time. No more busy requests.
  • Steam account credentials storage is now safer.
  • Steam Guard login is possible and mandatory.
  • Now plugin only needs to login when server restarts. No more random logouts.
  • Added a Steam chat module with 4 new natives to connect/disconnect from chat and send/receive messages.

Download the zip file and unpack in sourcemod directory.

Adds natives to Add/Remove friends.

04 Aug 00:47
Compare
Choose a tag to compare

Changes the processing of busy requests.

03 Aug 09:23
Compare
Choose a tag to compare

Also fixes bug reported in #8.

Added minor debug text.

15 Mar 14:56
Compare
Choose a tag to compare

Fixed critical bugs.

02 Feb 14:50
Compare
Choose a tag to compare

Two critical bugs were addresed:

  • Announcements module was totally unusable due Steam slightly changing the method to create one.
  • When Steamcore was busy with an operation and asked to make a request it crashed.