Updated patch list and changelog.
This commit is contained in:
parent
836d28bfd7
commit
33a396af02
@ -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.
|
* 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.
|
||||||
|
@ -9,3 +9,4 @@
|
|||||||
607
|
607
|
||||||
611
|
611
|
||||||
614
|
614
|
||||||
|
633
|
||||||
|
Loading…
Reference in New Issue
Block a user