Raised This Month: $7 Target: $400
 1% 

[CS:S] Release: Zombie:Reloaded 3.1


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
rhelgeby
Veteran Member
Join Date: Oct 2008
Location: 0x4E6F72776179
Old 01-12-2013 , 03:43   [CS:S] Release: Zombie:Reloaded 3.1
#1

Zombie:Reloaded 3.1

Zombie:Reloaded is now mature enough to be called stable and we bump the version to 3.1. The patches since the beta 2 release have fixed several issues and improved a few things.

There's no official CS: GO support yet, as it's not our primary focus.

Have fun with the new stuff!

Richard Helgeby &
Greyscale


Major News in This Release

Immunity Modes

Immunity modes is an old idea that has been around since ZR 3.0 beta 1. It was never given priority, until now.

These modes change the way attacks are received either as zombie or human. It's now possible to do the following:
  • Slow infection. Zombies can hurt humans so they'll loose HP. Either humans are stabbed to death, or they can be infected if go below a HP threshold. If some maps have medkits (or implement them) humans will get multiple chances of getting away from zombies.
  • Delayed infection. Instead of instantly turning a zombie, the infection is delayed a few seconds (customizable). It's also possible to enable that subsequent zombie attacks will reduce the delay by a certain amount of seconds and speedup the infection. A possible feature that can be implemented later is a cure for infection so that humans can cure themself before the time is up.
  • Instant kill. Zombies will instantly kill humans when attacking instead of infecting.
  • Block damage. Zombies can't take damage from humans, but are still vulnerable to knock back. With this mode, humans can only win by surviving the entire round.
  • Deploy a shield. This is a temporary immunity mode similar to TF2's übercharge and activated by the "zshield" command (in chat or console). Humans will be immune to infection and zombies will not receive knock back (they still receive damage). The shield only last for a few seconds and need a cooldown before it can be used again. Both values can be customized. Currently there are no visual effects when the shield is deployed, but this makes it possible for humans to use themself as a decoy.
  • Be completely immune. Humans can't be infected and zombies don't receive damage or knock back. There's no use for this mode itself and it will break the game, but it's there if someone want to be creative with addon plugins. It's practically the same as a permanent spawn protection, only that it works on zombie classes too.
It's of course possible to make various classes with different modes, so you're not bound to use only one of them.

These modes can drastically improve the gameplay and make it more fun to play.

Infection Modes

It's now possible to get better control of how many humans that are infected when the round has started. It has three modes:
  • Dynamic (default). This is the old one that scales number of zombies according to a ratio and number of players on the server.
  • Absolute. Infect an absolute number of humans. This mode also has an option to invert the infection so that everyone but a small group of humans are infected (like a survivor game mode).
  • Range. Infects a random number of players between a minimum and maximum range.
Game Mode Configs

With the introduction of immunity modes and infection modes it's possible to make a few game modes. These are not real game modes, but various configurations of Zombie:Reloaded.

A few example configs are provided (based on the Zombie Plague plugin):
  • Nemesis. Only one zombie is spawned, but it's very powerful and do instant kills (64K HP, speed, jump boost, and very low knock back). Humans must survive the round or kill it. Teamwork is essential in this mode.
  • Survivor. Everyone but a small group of humans is infected.
  • Swarm. 50% is infected. Humans fight to the death - humans are stabbed to death instead of infected. This requires a post map config to modify the immunity mode on all humans.
When the map is changed or reloaded the default configuration is restored. You need to use map configs to enable these modes. It might work to enable some of them after the map is loaded, but some modes require the class config to be reloaded and reapplied on all players (zr_config_reload and zr_class_reload commands).


Installation

Install the following requirements:
The version numbers listed above are minimum requirements. You should always get the latest stable version.

See their documentation on how to install the requirements. Though, SDK Hooks is easily installed by just extracting the contents into the "cstrike" folder on the dedicated server and all files should go in the correct folders.

Note: Verify that both Metamod:Source and SourceMod is running before continuing. Type these commands in the server console: "meta version" and "sm version". If both give version information it's working. If not, go
through their installation instructions again and verify that everything is in the correct place.

When the requirements are installed the Zombie:Reloaded release package can be extracted into the "cstrike" folder and all files should go in the correct place.

Start the dedicated server and verify that Zombie:Reloaded is running by typing this command in the server console: "zr_version".

Check the SourceMod error logs if it's not working. Zombie:Reloaded will validate and log errors if something is wrong. Look for messages from zombiereloaded.smx.

See the manual in docs/zr_manual.htm for details about configuration settings. It's recommended to look through it to get to know details about the features and how to configure them. Make sure you check it before reporting problems.


Source Code

The source code is bundled in every release and patch. It's located in addons/sourcemod/scripting/ and prepared to compile once the SDK Hooks include file is installed.

Source code repositories with build scripts are available in our GitHub repository:
The repositories are bundled with all requirements except Git itself and should compile out of box.


Addon Plugins

A few people from the Allied Modders community have developed some addon plugins as a supplement to Zombie:Reloaded. A list of them are available here:

List of Changes

These are the changes since the beta 2 release:
  • Many bug fixes and minor changes (50+).
  • Added a cvar to allow zombies to pick up weapons at the end of the round.
  • Added scream and moan commands for zombies, with spam protection.
  • Added cvar to enable suicide intercept before the first zombie.
  • Added cvar for minimum dx level on overlays.
  • Added validation error messages for individual attributes when loading classes. Easier than reading bits from a number.
  • Added external plugin API for ZR with basic infection, respawn and class tools.
  • Added improved random number generator from SMLIB. (Better random zombie selection, etc.)
  • Added infection countdown.
  • Added cvar for disabling team balancing on round end (when using a custom team balancing plugin).
  • Added knock back boost workaround for CS: GO.
  • Added immunity modes.
  • Added infection modes.
  • Changed class limit to 64 classes.
  • Changed Zombie:Reloaded to use the SDK Hooks extension instead of our old ZR Tools extension.

Downloads
Attached Files
File Type: zip zombiereloaded-3.1-r733.zip (3.90 MB, 27446 views)
__________________
Richard Helgeby

Zombie:Reloaded | PawnUnit | Object Library
(Please don't send private messages for support, they will be ignored. Use the forum.)

Last edited by rhelgeby; 12-24-2015 at 06:46.
rhelgeby is offline
Send a message via MSN to rhelgeby
weas
Senior Member
Join Date: Dec 2012
Old 01-12-2013 , 04:19   Re: Release: Zombie:Reloaded 3.1
#2

finally released a new version of the ZR!
weas is offline
rhelgeby
Veteran Member
Join Date: Oct 2008
Location: 0x4E6F72776179
Old 01-12-2013 , 04:23   Re: Release: Zombie:Reloaded 3.1
#3

It's new, but not major though. I'm just declaring it stable instead of making a new patch this time.
__________________
Richard Helgeby

Zombie:Reloaded | PawnUnit | Object Library
(Please don't send private messages for support, they will be ignored. Use the forum.)
rhelgeby is offline
Send a message via MSN to rhelgeby
weas
Senior Member
Join Date: Dec 2012
Old 01-12-2013 , 04:28   Re: Release: Zombie:Reloaded 3.1
#4

Support a fog in ZR?

Last edited by weas; 01-12-2013 at 04:29.
weas is offline
weas
Senior Member
Join Date: Dec 2012
Old 01-12-2013 , 04:30   Re: Release: Zombie:Reloaded 3.1
#5

ZR 3.0 beta2 no support fog!!
weas is offline
thenumb3rguy
Senior Member
Join Date: Oct 2012
Location: Hong Kong
Old 01-12-2013 , 06:51   Re: Release: Zombie:Reloaded 3.1
#6

Will this work in csgo?
__________________
Founder of Hours Played, Inc.

http://steamcommunity.com/id/botarnold
thenumb3rguy is offline
rhelgeby
Veteran Member
Join Date: Oct 2008
Location: 0x4E6F72776179
Old 01-12-2013 , 07:45   Re: Release: Zombie:Reloaded 3.1
#7

Quote:
Originally Posted by rhelgeby View Post
There's no official CS: GO support yet, as it's not our primary focus.
Even though it might work to some degree and there are some fixes available, we're not implementing them as a quick patch. We want to do a proper fix - or to find an elegant way of implementing them without affecting CS: S.
__________________
Richard Helgeby

Zombie:Reloaded | PawnUnit | Object Library
(Please don't send private messages for support, they will be ignored. Use the forum.)
rhelgeby is offline
Send a message via MSN to rhelgeby
veli
Senior Member
Join Date: Apr 2012
Location: Netherlands
Old 01-12-2013 , 08:11   Re: Release: Zombie:Reloaded 3.1
#8

Good Job . Refereshing mod give people extra boost who owning own server. I would like to test it when ready for CS GO...

Thanks to people as u we have fun and we can make servers for own wishes.

thx.
veli is offline
weas
Senior Member
Join Date: Dec 2012
Old 01-12-2013 , 09:11   Re: Release: Zombie:Reloaded 3.1
#9

ZR CS GO is not suitable!
weas is offline
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 01-12-2013 , 09:47   Re: Release: Zombie:Reloaded 3.1
#10

I am pretty excited for this. I'll investigate if the CSGO changes I've made have any adverse impact and let you know.
Jargon is offline
Closed Thread


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode