Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Steam Module Installation

David O edited this page Dec 4, 2015 · 10 revisions

The Steam module allows you to forward calls to your admins via steam messages.

Preparation

Before you can install the Steam module you have to prepare some things.

  1. Create a new Steam account (we call this the bot account for reference)
  2. Login in your bot account and disable Steamguard (Settings -> Account -> Manage Steamguard account security -> Disable Steamguard)
  3. Log out of the bot account
  4. Login to your main account and add your bot account
  5. Tell your admins to add the bot account too
  6. Create a steamgroup which can only be joined by explicite invite (optional)
  7. Invite all your admins into this group (optional)

Installation

  1. Put calladmin_steam.smx in your .../addons/sourcemod/plugins directory
  2. Load the plugin or change the map, in order to let the plugin create the configs
  3. Open up plugin.calladmin_steam.cfg in your .../cfg/sourcemod folder
  4. Edit the config to your purposes
  5. Open up calladmin_steam_steamidlist.cfg in your .../sourcemod/configs folder and add all steamids/communityids of your admins or
  6. Open up calladmin_steam_groupidlist.cfg in your .../sourcemod/configs folder and add the custom group name of your group(s) (optional)
  7. Reload the plugin, in order to let the plugin reload the configs
  8. You're done

Requirements

Notes

If your admins are in the group, you don't have to add their steamids to the list, it would be redundant.
Currently there is a hardcoded limit of 150 people for each list.

Clone this wiki locally