Files

> > CS2D > Lua Scripts > Zombie Plague Xtreme - V1.1 - OG
Files overviewCS2D overviewLua Scripts overview

English Zombie Plague Xtreme - V1.1 - OG >

99 comments1.15 mb, 2,777 Downloads

old Zombie Plague Xtreme - V1.1 - OG

3RROR
User Off Offline

IMG:https://i.imgur.com/asbxU5k.png


The following script was based on Counter-Strike 1.6 famous Zombie Mod. Zombie Plague.
We tried to make the script which follows the mod, so players can enjoy like they did on Counter Strike 1.6.

∗ Features:
> Survivor round option
> Nemesis round option
> New infection system
> Zombie knockback
> Startround countdown
> 3 Clip options (Ammo)
> Ammo Packs
> Extra Items
> Sound effects
> Napalm Grenade
> Frost Grenade
> Admin System
> Simple Configuration System
> Jump System
> Jump System for Zombies

∗ Configuration Help:
• Setting Items/Admins:
You can set items/add admins/add new zombie classes in the configuration file, using the next format

#ITEMS PRIMARY
firstItemId,secondItemId,etc


#ITEMS SECONDARY
firstItemID,secondItemId,etc


#ADMIN
usgnId


#EXTRA
fileName.lua


#ZOMBIECLASS
fileName.lua


A example of that would be:
1
2
3
4
5
#ITEMS PRIMARY 38,39,32,30,31,33,34,10,11,21,23,24,20,22
#ITEMS SECONDARY 2,1,4,3,6,5
#ADMIN 17924
#EXTRA nightvision.lua
#ZOMBIECLASS classic.lua

• Extra Items Help:
> Creating extra items for zombies
1
2
extraItemID = ZP.CreateExtraItem("zombie")
extraItem = ZP.CFG.EXTRAZOMBIE[extraItemID]

Creating Ammo pack price
1
extraItem.Cost = 15

Creating an Extra item name
1
extraItem.Name = "Zombie protection"

Creating an Equiping extra item function
1
2
3
function extraItem.Equip(id)
	PLAYER[id].ArmorProtection = PLAYER[id].ArmorProtection + 150
end

Checking if is an equipable item
1
2
3
4
function extraItem.Equipable(id)
	return true
	-- In case of no use format: return false, "reason"
end

> Creating extra items for humans:
1
2
extraItemID = ZP.CreateExtraItem("human")
extraItem = ZP.CFG.EXTRAHUMAN[extraItemID]

Creating an Ammo pack price
1
extraItem.Cost = 15
Creating an Extra item name
1
extraItem.Name = "Molotov"

Equiping an extra item function
1
2
3
function extraItem.Equip(id)
	parse("equip "..id.." 73")
end

Checking if it's an equipable item
1
2
3
4
5
6
function extraItem.Equipable(id)
	if table.find(playerweapons(id), 73) then
		return false, "You've got already this item"
	end
	return true
end

You can edit this script whatever you want, even uploading your own extra items / class / everything else but having credits to OhGawd! Team

Note: Script started from scratch. We didn't use any lua script on US to make this.

Also sorry because of the size. The script uses alot of sounds and images, but it's supposed to not lag at all


• Scripter: user Starkkz
• Ideas: user 3RROR
• Testers: user 3RROR / user Starkkz / CvX / user Infinite Rain
• GFX/SFX: Various Authors

∗ Updates:
v1.1
• Changed some hooks
• Deleted VIP Image (Bug)
v1.0
• Initial Release
edited 11×, last 05.05.12 03:41:44 pm
Approved by Starkkz

Download Download

1.15 mb, 2,777 Downloads

Comments

99 comments
Page
To the start Previous 1 2 3 4 5 Next To the start

Log in!

You need to log in to be able to write comments!Log in

old

Starkkz
Moderator Off Offline

Decker forgot the images, the link of the thread is currently broken and the link to download the resources is placed in that thread. Soon I'll share you the link to the images.
I like it!

old

BcY
Reviewer Off Offline

there are a lot error! where is the headcrab images? its giving error.
I like it!

old

pipex
User Off Offline

good good ver good
I like it!

old

Starkkz
Moderator Off Offline

There's a "I like it!" button, if anyone hasn't noticed yet.
I like it!

old

todash01
User Off Offline

coll scriipt thanks

old Nice!

boboyzhengye12
User Off Offline

Nice script and i made a zombie:Soldier Zombie.
The soldier zombie have Scout but only 10 HP.X)
I like it!

old

Punk4elo182
User Off Offline

WORK AND EVEN A VERY GOOD
I like it!
edited 2×, last 07.06.12 07:14:03 am

old

bekod123
User Off Offline

Not working
I like it!

old

Ridho
User Off Offline

much sfx make my server lag, but good script
I like it!

old

Punk4elo182
User Off Offline

A good mod is the same as in CS 1.6. only a very dark when you play for сt. Thank AUTHOR !
I like it!

old

maPmaKer
User Off Offline

Seems okay, I will try it later. Good job, mr.
I like it!

old

tom282f3
User Off Offline

I luv this script whether there is or is not another ZP.
I like it!

old

Redoxx-
GAME BANNED Off Offline

last lua is best,screenshots sucks

old

Yates
Reviewer Off Offline

@user vyn: Three years ago Siman (Blazing) made his script which was based off CS (Also note his terrible English back then ;D) but even you must understand that three years later people should think of something new (As CS2D already has ZP), and not do the same over and over again.

old

SQ
Moderator Off Offline

user vyn
You misunderstood my point.
I was scripting last ZP before ~3 years, it was first zombie script so didn't mattered if it's that unique or has additional features.
Actually, I was making it while there were only hud text and msg commands, I couldn't really make something really new then.

Yet, what I meant, is that so much time passed, but nothing changed. Even saving system, knockback is the same.

I've plans in releasing zombie script in the summer which has nothing to do with ZP, but that has no priorities.
At least people will now be able to get Flashlight without weird scriptz, hehe.
edited 1×, last 29.02.12 12:06:26 pm

old Hi

Omega Punisher
User Off Offline

yet there is no escape zombie mod in this game?
I like it!

old

Starkkz
Moderator Off Offline

@user SkullzOrig: it's zombie plague mod, not Team Fortress.

@user vyn: Agreed, but I just made this mod using more features that CS 1.6 ZP mod had. As I always hear "When you can do it, just do it".
I like it!

old New Idea(Cause I actually think)

SkullzOrig
User Off Offline

Why not create script that has zombie classes and "human classes". Human classes-
Heavy
Medic
Scount
Soldier
You know? I mean common, you can create your own classes like we do with zombie plague zombies, except there are classes for both teams.

old

vyn
BANNED Off Offline

Yes, like YOUR zombie plague was a totally fresh idea.. It was just ripped from other zombie modes in games like CS or CoD. In fact, nobody ever makes up anything, people just edit what they have already seen.
To the start Previous 1 2 3 4 5 Next To the start