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

Steam Module Installation

Impact edited this page Apr 24, 2018 · 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. 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
  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 list, it would be redundant.
Currently there is a hardcoded limit of 150 people for each list.

Clone this wiki locally