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

Steam Module Installation

Impact edited this page Jul 7, 2020 · 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. Log into your bot account and disable Steam guard (Settings -> Account -> Manage Steam guard account security -> Disable Steam guard)
  3. Log out of the bot account
  4. Log into your main account and add your bot account as a friend
  5. Tell your admins to add the bot account as a friend too
  6. Create a steam group which can only be joined by explicite invite (optional)
  7. Invite all your admins into this group (optional)

Installation

  1. Download the module and the messagebot extension from the CallAdmin forum thread
  2. Unzip the file, leave the directory structure as it is and upload all files into the .../addons/sourcemod directory on your game server
  3. Restart your server, change the map or manually load the plugin to create the configs
  4. Edit the config(s) to your purposes
  5. Restart your server, change the map again or reload them the config will be applied
  6. Open up plugin.calladmin_steam.cfg in your .../cfg/sourcemod folder and configure it
  7. Open up calladmin_steam_steamidlist.cfg in your .../sourcemod/configs folder and add all steamids/communityids of your admins or
  8. Open up calladmin_steam_groupidlist.cfg in your .../sourcemod/configs folder and add the custom group name of your group(s) (optional)
  9. Reload the plugin or its configs in order to let the plugin reload the configs
  10. Test that everything works

Requirements

Notes

  • If your admins are in the group, you don't have to add their steamids to the steamid list file, it would be redundant.
  • Currently there is a hardcoded limit of 150 people for each list.
  • Limited accounts have certain restrictions, and are not officially supported, upgrading it to a normal accounts is advised.
  • You need to add the bot as friend because it can only accept friend requests, not send them.
Clone this wiki locally