Difference between revisions of "March 19, 2013 Patch (Beta)"

From Team Fortress Wiki
Jump to: navigation, search
(added patch changes from HLDS Mailing List)
(The patch notes came with hlds_announce and thus aren't undocumented.)
Line 6: Line 6:
 
| year  = 2013
 
| year  = 2013
 
| after  =  
 
| after  =  
| notes  = No patch notes
+
| notes  = * Deleted {{code|sv_consistency}} convar.  This security is now implemented using {{code|sv_pure}}.
 
+
* Changed which pure server configuration files are loaded in the various pure modes, and renamed them. (See updated {{code|pure_server_whitelist_example.txt}} for details.)
=== Undocumented Changes ===
+
* Added {{code|sv_pure -1}} mode, which disables all consistency checking. (Similar to turning off {{code|sv_pure}} and {{code|sv_consistency}}.)
* Deleted sv_consistency convar.  This security is now implemented using sv_pure.
+
* Removed unneeded CRC calculations on level load.
* Changed which pure server configuration files are loaded in the various pure modes, and renamed them. (See updated pure_server_whitelist_example.txt for details.)
+
* Removed {{code|check_crc}} functionality from pure server operation. The only supported file rule is now {{code|trusted_source}}.
* Added “sv_pure -1” mode, which disables all consistency checking. (Similar to turning off sv_pure and sv_consistency.)
+
* Added {{code|trusted_keys_example.txt}}.
* Removed unneeded CRC calculations on level load
+
* Added/updated sound cache files.
* Removed check_crc functionality from pure server operation. The only supported file rule is now “trusted_source.
 
* Added trusted_keys_example.txt.
 
* Added/updated sound cache files
 
 
}}
 
}}

Revision as of 14:38, 20 March 2013

Patch notes

  • Deleted sv_consistency convar. This security is now implemented using sv_pure.
  • Changed which pure server configuration files are loaded in the various pure modes, and renamed them. (See updated pure_server_whitelist_example.txt for details.)
  • Added sv_pure -1 mode, which disables all consistency checking. (Similar to turning off sv_pure and sv_consistency.)
  • Removed unneeded CRC calculations on level load.
  • Removed check_crc functionality from pure server operation. The only supported file rule is now trusted_source.
  • Added trusted_keys_example.txt.
  • Added/updated sound cache files.

Files changed

Note: The changelog below is generated from a diff of two revisions of the game. This data may be incomplete or inconsistent.
Revision changes
Modified: tf/steam.inf
Renamed: tf/cfg/pure_server_whitelist_base.txt -> tf/cfg/pure_server_full.txt
Renamed: tf/tf2_misc_dir.vpk/cfg/sfm_defaultanimationgroups.txt -> tf/cfg/sfm_defaultanimationgroups.txt
Modified: bin/engine.dll
Modified: bin/replay.dll
Modified: tf/bin/server.dll