SkillAgentSearch skills...

SteamTools

AMX Mod X Module

Install / Use

/learn @Arkshine/SteamTools
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SteamTools GitHub version Build Status Build status

AMX Mod X Module

DESCRIPTION

This module gives access to a select few SteamWorks functions for AMX Mod X plugins. ➥ For people who don't know, SteamWorks is basically an API provided by Steam which developers can use to integrate many of Steam's functions.

Interface presently supported and exposed to Pawn is essentially ISteamGameServer for now.

Usually, the relevant interfaces from GoldSrc server point of view are: ISteamGameServer, ISteamUtils, ISteamNetworking, and ISteamHTTP. Not all functions are going to work for GoldSrc, but let met know if they are some you would want to see implemented.

API

The fast way is to check directly steamtools.inc include. All is documented, it should be easy to use them.

TODO

  • [ ] Enabling hooks/forwards on-demand
  • [ ] Maybe implementing the HTTP interface
View on GitHub
GitHub Stars17
CategoryDevelopment
Updated1mo ago
Forks11

Languages

C++

Security Score

90/100

Audited on Feb 1, 2026

No findings