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
Impact edited this page Jul 7, 2020
·
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)
- Log into your bot account and disable Steam guard (Settings -> Account -> Manage Steam guard account security -> Disable Steam guard)
- Log out of the bot account
- Log into your main account and add your bot account as a friend
- Tell your admins to add the bot account as a friend too
- Create a steam group which can only be joined by explicite invite (optional)
- Invite all your admins into this group (optional)
- Download the module and the messagebot extension from the CallAdmin forum thread
- Unzip the file, leave the directory structure as it is and upload all files into the .../addons/sourcemod directory on your game server
- Restart your server, change the map or manually load the plugin to create the configs
- Edit the config(s) to your purposes
- Restart your server, change the map again or reload them the config will be applied
- Open up
plugin.calladmin_steam.cfg
in your.../cfg/sourcemod
folder and configure it - 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 or its configs in order to let the plugin reload the configs
- Test that everything works
- The base CallAdmin plugin
- The Socket extension
- The MessageBot extension
- Versions >= 0.1.6 The System2 extension replaces the socket extension
- 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.