- Notifications
You must be signed in to change notification settings - Fork0
Tool for telling joined players on a Insurgency Sandstorm server the rules and greeting them.
License
coreequip/insurgency-sandstorm-receptionist
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The ISR is a application for yourInsurgency Sandstorm server. It checks every 5 seconds the online players and tells changes through the RCON „say“ console command.
At the moment three features are implemented:
- Mentioning new joined players by greeting them
- Mentioning players who left the server
- Telling joined players theserver rules (optional)
To start the ISR make sure you have a config in the current directory (see example configuration below). There is one optional parameter: you can specify a different config file.
# hostname or ip of your serverhost = my.fancy.server# server's query portqueryPort = 27131# server's RCON portrconPort = 27015# RCON passwordrconPassword = supersecret# welcome message, @ is replaced with players nametemplateWelcome = Welcome, @!# farewell messagetemplateFarewell = Player @ just left.# rules filerulesFile = rules.txt# delay until first rule is printed in secondstellFirstRuleDelay = 30# delay between every rule in secondstellNextRulesDelay = 10
Besides thehost
and therconPassword
all parameter are optional. The default values can be found in the example configuration.
The syntax of the rules file is quite simple: one rule per line. After a player joined the server, ISR waitstellFirstRuleDelay
amount of seconds and starts telling the rules. The is because the player needs to equip and doesn‘t see the in-game chat. Every rule is delayedtellNextRulesDelay
seconds.
Rule telling be disabled by simply omitting the rules file.
In our tests it was not possible to connect to the RCON of a Insurgency Sandstorm server running on the same machine as the ISR via the loopback device („localhost“ /127.0.0.1
). So please use the LAN IP or the hostname in this case.
ISR is licensed under theMIT license.
About
Tool for telling joined players on a Insurgency Sandstorm server the rules and greeting them.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.