And the most important piece: Import of experimental gamedata autoupdater. Also new debug command "sm_gamedata_md5 <filename>"

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402323
This commit is contained in:
Matt Woodrow
2008-07-01 09:48:17 +00:00
parent f3f46fc126
commit a513a2a6f8
10 changed files with 1507 additions and 1 deletions
+14
View File
@@ -88,4 +88,18 @@
* "off" - Translate using default server's language
*/
"AllowClLanguageVar" "On"
/**
* Enables or Disables SourceMod's automatic gamedata updating.
*
* The default value is "no". A value of "yes" will block the Auto Updater.
*/
"DisableAutoUpdate" "no"
/**
* Enables or disables automatic restarting of the server after a successful update.
*
* The default value is "no". A value of "yes" will let the server automatically restart.
*/
"ForceRestartAfterUpdate" "no"
}