diff --git a/docs/zr_3.0-b2_release_notes.txt b/docs/zr_3.0-b2_release_notes.txt index b05cb24..0c96eb5 100644 --- a/docs/zr_3.0-b2_release_notes.txt +++ b/docs/zr_3.0-b2_release_notes.txt @@ -2,17 +2,51 @@ Zombie:Reloaded Release Notes - Targets plugin version 3.0.0 Beta 2, (not released) + Targets plugin version 3.0.0 Beta 2, 2009.12.11 Written by Richard Helgeby - Last modified: 2009.12.09 + Last modified: 2009.12.11 =============================================================================== Release Notes For Changes In Beta 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -(...) +Almost all known issues is now fixed. Beta 2 is a result of six months of work +on our spare time, which is pretty good in our opinion. There's a few new +features and some changes. These are the major news (also see changelog below): + +* Support for group authentication on admin commands, models and classes. + See Admin Authentication (3.24) in the user manual for usage information. + +* Class selections and other settings can be saved in cookies (stored in a + database or a file on the server). + +* Class editor for volumetric features. Modify class attributes on players in a + certain area. This could be extra jump boost in some places, or lower knock + back in tubes and vents. Note that this feature is still a work in progress. + + Documentation for this one isn't written yet. This syntax should help: + zr_vol_add classedit = + + This will make players run fast in a certain area (replace coordinates): + zr_vol_add -492 -522 497 511 534 681 classedit speed=500 + +* Changed model list to Valve's key/values format (same as classes use). Now + it's possible to separate models into different groups and teams. + +* There's a compatibility fix in classes for servers with plugins that change + models. "model_path" in a class can be set to "no_change" so model can be + changed by another plugin than Zombie:Reloaded. + +* The user manual is converted to a nice looking HTML manual with links for + quick navigation. Don't forget to have a look at it, at least if you have + problems. + + Troubleshooting section is updated with explanation of all error messages + and some info about common problems. Otherwise look at the configuration + section on how to configure every feature. + Richard Helgeby & Greyscale diff --git a/docs/zr_3.0_release_notes.txt b/docs/zr_3.0_release_notes.txt index 682c460..e0abd82 100644 --- a/docs/zr_3.0_release_notes.txt +++ b/docs/zr_3.0_release_notes.txt @@ -2,10 +2,10 @@ Zombie:Reloaded Release Notes - Targets plugin version 3.0.0 Beta 2, (not released) + Targets plugin version 3.0.0 Beta 1, 2009.07.25 Written by Richard Helgeby - Last modified: 2009.07.25 + Last modified: 2009.12.11 =============================================================================== @@ -31,6 +31,8 @@ and a full user manual. Read the user manual for details on how to use or configure individual features. Better quality and less time spent on support gives more time for us to do more. +UPDATE: See "zr_3.0-b2_release_notes.txt" for changes in Beta 2. + Richard Helgeby & Greyscale diff --git a/docs/zr_manual.htm b/docs/zr_manual.htm index 4964fd0..df07580 100644 --- a/docs/zr_manual.htm +++ b/docs/zr_manual.htm @@ -14,9 +14,9 @@