gamemann / Auto-Cmd-On-Update

SourceMod plugin that executes a console command on SRCDS servers when a game update is detected. Enables automatic game server updating with warning support.

Home Page:https://moddingcommunity.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Command On Update

Description

A SourceMod plugin that executes a console command on SRCDS servers when a game update is detected. This plugins relies on a forward call in SteamWork's Update Check plugin here. Therefore, you will need the plugin and SteamWorks for this plugin to operate.

Additionally, a warning timer is supported.

This works great for servers that automatically check for SteamCMD updates on startup. This would essentially enable automatic game updating for your game servers.

Requirements

For compiling the plugin, you need SteamWork's include file (SteamWorks.inc) alongside MultiColors.

ConVars

  • sm_acou_command - The command to execute when a game update is detected (Default - quit).
  • sm_acou_warn_time - Warning time in seconds before command is executed when an update is detected (Default - 10).
  • sm_acou_version - The plugin's current version.

Commands

  • sm_acou_print_version - Prints the current plugin's version to the server console.
  • sm_acou_test - Executes the command when an update is detected and includes the warning time.

Note - Both commands require the root flag.

Installation

  1. Compile plugin with spcomp(64) or compile executable within SourceMod's scripting/ directory.
  2. Copy auto_cmd_on_update.smx file into sourcemod/plugins directory.
  3. Copy translations/acou.phrases.txt file into sourcemod/ directory.

Credits

About

SourceMod plugin that executes a console command on SRCDS servers when a game update is detected. Enables automatic game server updating with warning support.

https://moddingcommunity.com/


Languages

Language:SourcePawn 100.0%