diff --git a/docs/zr_3.0-b2-patch_changelog.txt b/docs/zr_3.0-b2-patch_changelog.txt index 6b2c76a..01363c9 100644 --- a/docs/zr_3.0-b2-patch_changelog.txt +++ b/docs/zr_3.0-b2-patch_changelog.txt @@ -111,3 +111,21 @@ released. If the file is empty there are no config changes in that patch. ------------------ * Fixed signatures and round end defines that were updated in CS:S OB. + + +2010.07.25 - 633 +------------------ + +* Added support for different speed methods, defaulted to prop offset method. See the manual + for more information about the class speed attribute. + Important: Class speeds and spawn protection speed must be updated! Use this conversion formula: + prop speed offset = ((lmv speed / 300) * 250) - 250 + If you don't want to update speed values right now, use "zr_classes_speed_method lmv" in + zombiereloaded.cfg for backwards compatibility. +* Added 'explode' suicide command from OB update to intercept list (bug 190). +* Removed unnecessary antistick commands for model hull width, all models have the same hull width. +* Removed hint sound on hp display and spawn protection timer. Credits goes to to Tauphi. +* Fixed an error that happened when buying ammo and not having a weapon in prim/sec slot. +* Fixed class menus being disabled and not checking if the player have access to private classes. +* Fixed client not connected error in class module. +* Updated compiler. ZR now requires SourceMod 1.3 or newer. diff --git a/patchlist.conf b/patchlist.conf index 9423358..e0254b8 100644 --- a/patchlist.conf +++ b/patchlist.conf @@ -9,3 +9,4 @@ 607 611 614 +633