diff --git a/cstrike/cfg/sourcemod/zombiereloaded/zombiereloaded.cfg b/cstrike/cfg/sourcemod/zombiereloaded/zombiereloaded.cfg index ce1f97a..b6ceacc 100644 --- a/cstrike/cfg/sourcemod/zombiereloaded/zombiereloaded.cfg +++ b/cstrike/cfg/sourcemod/zombiereloaded/zombiereloaded.cfg @@ -433,8 +433,8 @@ zr_veffects_lightstyle_value "b" // Sky // Change map skybox. -// Default: "1" -zr_veffects_sky "1" +// Default: "0" +zr_veffects_sky "0" // Skybox file, relative to "materials/skybox" folder, to change map skybox to. [Dependency: zr_veffects_sky] // Default: "sky_borealis01up.vmt" @@ -444,7 +444,7 @@ zr_veffects_sky_path "sky_borealis01up.vmt" // Disable sun rendering on map. // Default: "1" -zr_veffects_sun_disable "1" +zr_veffects_sun_disable "0" // Fog (UNSUPPORTED) SourceMod currently doesn't support this feature. diff --git a/docs/zr.css b/docs/zr.css index 632b067..eba7aae 100644 --- a/docs/zr.css +++ b/docs/zr.css @@ -18,6 +18,9 @@ h3 { font-family: "Verdana", "Arial", "Times"; font-size: medium; + border-bottom-style: dotted; + border-bottom-color: #C0C0C0; + border-bottom-width: 2px; } h4 diff --git a/docs/zr_manual.htm b/docs/zr_manual.htm index ccaa28a..8ddc9c0 100644 --- a/docs/zr_manual.htm +++ b/docs/zr_manual.htm @@ -14,7 +14,7 @@

Targets plugin version 3.0.0 Beta 2, (not released)
Written by Richard Helgeby

-

Manual last modified: 2009.10.10

+

Manual last modified: 2009.10.14

Index

@@ -184,8 +184,9 @@ Written by Richard Helgeby

1. Introduction

1.1 About The Plugin

-

Zombie:Reloaded remake of Zombie Mod with a lot of new features and improvements. It's made for -a Counter-Strike: Source server and runs on a powerful scripting platform called SourceMod.

+

Zombie:Reloaded a alternative to Zombie Mod with a lot of new features and improvements. It's +open source and made for Counter-Strike: Source and runs on a powerful scripting platform called +SourceMod.

1.2 Game Objectives

The objectives is to change the game into humans versus zombies. Humans try to survive by @@ -196,6 +197,10 @@ Zombies have certain advantages as running faster and more health points. Humans of ammo (or unlimited), and their bullets knock back zombies. A lot more attributes can be adjusted for both zombies and humans in different classes.

+

This plugin is often confused by Zombie Mod, which is actually ovbious since +Zombie:Reloaded is a SourceMod alternative to Zombie Mod and the gameplay is exactly the same. This +plugin is compatible with all existing Zombie Mod maps.

+

1.3 Credits

Concept