Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tool for telling joined players on a Insurgency Sandstorm server the rules and greeting them.

License

NotificationsYou must be signed in to change notification settings

coreequip/insurgency-sandstorm-receptionist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

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.

Features

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)

Run the ISR

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.

Example configuration

# 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.

Rules file

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.

Known issues

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.

License

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp