Difference between revisions of "March 19, 2013 Patch (Beta)"
(The patch notes came with hlds_announce and thus aren't undocumented.) |
Moussekateer (talk | contribs) m |
||
Line 5: | Line 5: | ||
| month = march | | month = march | ||
| year = 2013 | | year = 2013 | ||
− | | after = | + | | after = {{Patch name|3|20|2013|beta}} |
| notes = * Deleted {{code|sv_consistency}} convar. This security is now implemented using {{code|sv_pure}}. | | 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.) | * 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.) |
Latest revision as of 22:30, 20 March 2013
|
Source: TF2 Beta forums (Web Archive)
Patch notes
- Deleted
sv_consistency
convar. This security is now implemented usingsv_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 offsv_pure
andsv_consistency
.) - Removed unneeded CRC calculations on level load.
- Removed
check_crc
functionality from pure server operation. The only supported file rule is nowtrusted_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/cfg/pure_server_whitelist_example.txt
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