This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
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.
Before you can install the Steam module you have to prepare some things.
- Create a new Steam account (we call this the bot account for reference)
- Login in your bot account and disable Steamguard (Settings -> Account -> Manage Steamguard account security -> Disable Steamguard)
- Log out of the bot account
- Login to your main account and add your bot account
- Tell your admins to add the bot account too
- Create a steamgroup which can only be joined by explicite invite (optional)
- Invite all your admins into this group (optional)
- Put
calladmin_steam.smx
in your.../addons/sourcemod/plugins
directory - Load the plugin or change the map, in order to let the plugin create the configs
- Open up
plugin.calladmin_steam.cfg
in your.../cfg/sourcemod
folder - Edit the config to your purposes
- Open up
calladmin_steam_steamidlist.cfg
in your.../sourcemod/configs
folder and add all steamids/communityids of your admins or - Open up
calladmin_steam_groupidlist.cfg
in your.../sourcemod/configs
folder and add the custom group name of your group(s) (optional) - Reload the plugin, in order to let the plugin reload the configs
- You're done
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.