Dateien

> > CS2D > Lua Scripts > Zombie Plague Script (v 1.15)
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch Zombie Plague Script (v 1.15) >

322 Kommentare403 kb, 18.530 Downloads

alt Zombie Plague Script (v 1.15)

SQ
Moderator Off Offline

{No|Limit} Zombie Plague Server Script By Blazzingxx

=== Info ===
√ Zombie Plague Mod Based From CS
> Version: 1.15 (Beta)
> Release Date: 2010/04/14
> Author: Blazzingxx
> Website: http://sites.google.com/site/cs2dzp/

=== 1.15b Update ===
•
ADDED
!hElP - capital letters are welcome.
•
ADDED
Some knockback improvements.
•
ADDED
Server files transfer list.
•
FIXED
"!giveap <id> <ap>"
•
FIXED
Flashlight sometimes works wrong.
•
FIXED
Zombie '0 dmg = 1 hit" wasn't working.
•
FIXED
"M" - mine ID wasn't working in buildings configuration.
•
CHANGED
Knockback won't require any files.

=== Script Features ===
∗ = General/Basics =
Note: Use Zombie Plague 1.1b maps to make it work properly.
• Each level you need more experience.
• For killing zombie get experience & ammo packs.
• For each infected survivor get experience & ammo packs.
• Well finished messages and hudtexts.
• Zombie Ability to unstuck.
• Weapons unlocking mode.
• Help file appears on right of screen. (After joining)
• Ability to change money to ammo packs.
• Zombie Plague tips for zombies and humans at spawm.
• Zombie Plague Help File.

∗ = Customizable Weapon Levels Feature =
Note: You can configurate this feature in "sys/lua/zombieplague/zp_weapons.cfg" file.
• Ability to remove & add weapon levels.
• 10 levels with 20 weapons as default.
• Weapon configuration have 5 states.
• = #addweapon - Weapon add mark.
• = 1st state [Name] - Weapon name.
• = 2nd state [Level] - Weapon level.
• = 3rd state [Item] - Weapon ID.
• = 4th state [Knock] - Weapon knockback.
• = 5th state [Damage] - Weapon damage.
> Example Of Weapon Level Adding:
1
#addweapon : Wrench : 74 : 0 : 0 : 5

∗ = Customizable Zombie Classes Feature =
Note: You can configurate this feature in "sys/lua/zombieplague/zp_classes.cfg" file.
• Ability to remove & add zombie classses.
• 8 zombie classes as default.
• Classes configuration have 6 states.
• = #addclass - Class add mark.
• = 1st state [Name] - Zombie class name.
• = 2nd state [Health] - Zombie health.
• = 3rd state [Speed] - Zombie speed.
• = 4th state [Knock] - Zombie knockback.
• = 5th state [Dmg] - Zombie damage.
• = 6th state [Item] - Zombie item ID.
> Example Of Class Adding:
1
#addclass : Invisible Zombie : 1125 : 3 : 3 : 50 : 84

∗ = Customizable Items Feature =
Note: You can configurate this feature in "sys/lua/zombieplague/zp_items.cfg" file.
• Ability to remove & add survivor, zombie items.
• 14 items as default.
• Items configuration have 6 states & 2 add marks.
• = 1st mark: #addhumanitem - Mark to add human item.
• = 2nd mark: #addzombieitem - Mark to add zombie item.
• = 1st state [Name] - Item name.
• = 2nd state [Packs] - Ammo packs to buy item.
• = 3rd state [Item] - Item ID.
• = 4th state [HP] - Item gives health.
• = 5th state [Armor] - Item gives armor.
• = 6th state [Speed] - Item gives speed.
> Example Of Item Adding:
1
#addhumanitem : Invisibility : 15: 84 : 0 : 0 : 0

∗ = Customizable Buildings Feature =
Note: You can add building in same "zp_items.cfg" file.
• Ability to remove & add survivor buildings.
• 1 building as default.
• Building configuration have 4 states.
• = 1st state [Name] - Building Name.
• = 2nd state [Packs] - Ammo Packs For Building.
• = 3rd state [C_x] - Player X position in building.
• = 4th state [C_y] - Player Y position in building.
• You need to create building Char file in "sys/lua/zombieplague/zp_buildings/[Building name].txt"
• You also have to read small ZP char files toturial which located "sys/lua/zombieplague/zp_buildings/ZPBuildingInfo.txt"
> File example looks like that.
1
2
3
4
5
03#30
3###3
#####
3###3
03#30

∗ = General Configuration Feature =
Note: Configuration file located "sys/lua/zombieplague/zp_config.cfg"
• 31 option to change.
• Ability to turn on, off features.
• Ability to increase & decrease options.

∗ = Save & Load Feature =
• U.S.G.N. Users Saves Available.
• Server can have up to 40000 saves.
• Many saves wont slow down server.
• Server saves exp and ap, but loads lvl, needxp, xp, ap.

∗ = Serveractions, menu feature =
• All serveractions in use.
• [F2] - Opens ZP main menu.
• [F3] - Controls flashlight.
• [F4] - Close main help file.

∗ = Human Flashlight Feature =
Note: You can use configuration to turn on, off this feature.
• Survivors have flashlight.
• You can control flashlight with [F3], 2nd serveraction.
• Flashlight battery bar is shown on hud.
• Lower battery equals weaker flashlight.

∗ = Knockback Feature =
Attention: This feature will turn-off itself if script wont find knockback file.
Note: You can use configuration to disable this feature.
• Improved possitions of knockback.
• Weapons have different levels of knockback.
• Each zombie class have own knockback.
• Knockback wall bug was fixed with special knockback files.
• Knockback file "maps/[map name]_knockback.txt"

∗ = Say Commands =
• 10 say commands available.
• !help - Main ZP menu.
• !class - Choose Class.
• !weapons - Select Weapon.
• !hm_shop - Human Shop.
• !zm_shop - Zombie Shop.
• !unstuck - Zombie Unstuck.
• !buy_ap - Buy Ammo Packs.
• !commands - Shows Say commands.
• !giveap <id> <ap> - Give Own Ammo Packs.
• !whatstats <id> <ap> - Give Own Ammo Packs.

∗ = Console Commands =
• 10 console commands available.
• zp_list_players - List of players.
• zp_list_cmd - Console commands list.
• zp_list_say - Say commands list.
• zp_give_xp <id> <xp> - Give xp for player.
• zp_give_lvl <id> <lvl> - Give levels for player.
• zp_give_ap <id> <ap> - Give ammo packs for player.
• zp_give_all <ap> - Give ammo packs for all.
• zp_set_xp <id> <xp> - Set xp for player.
• zp_set_lvl <id> <lvl> - Set level for player.
• zp_set_ap <id> <ap> - Set ammo packs for player.

∗ = Maps Feature =
Note: Use Zombie Plague maps to transfer GFX & SFX.
• This Version includes 3 maps.
• zp_dust_darkness + Knockback File
• zp_dust2_darkness + Knockback File
• zp_suntec_darkness + Knockback File

=== Installation. How to use ===
> Extract downloaded zombie plague file.zip in CS2D folder.
> If there is still some questions, contact me.

=== Contacts ===
> Unreal Software User: http://unrealsoftware.de/profile.php?userid=5537
> U.S.G.N. : 15811
> E-Mail : - E-Mail Adresse (nur mit Login sichtbar) -
> Website: http://sites.google.com/site/cs2dzp/
4× editiert, zuletzt 04.12.11 22:08:18
Zugelassen von Starkkz

Download Download

403 kb, 18.530 Downloads

Kommentare

322 Kommentare
Seite
Zum Anfang Vorherige 1 29 10 1116 17 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

edgard
User Off Offline

I like it
Ich mag es!

alt

fabian_b
User Off Offline

the script is awesome
all your scripts are awesome
Ich mag es!

alt

SQ
Moderator Off Offline

I don't mind till it's just on your server

alt

Jela331
User Off Offline

@Blazingeyed
I've added some classes in script,I hope you don't mind
Ich mag es!

alt

Dark Slayer
User Off Offline

Awesome script. Its perfect!
Best is on this script:Is very easy to add more Zombie classes and change weapons.
Ich mag es!

alt

SQ
Moderator Off Offline

I remove stuff that has no argument, mostly russian and other language comments.
Also people who has like 1 rating and it's only for my file. Fake users users usually.

Though, I don't really agree that this script 100% awesome.
I could do a better one, however, time issues...
1× editiert, zuletzt 15.09.11 23:00:06

alt

Jela331
User Off Offline

@Sparty
Because he's moderator,he deletes every 1-2 rate.
2 is unfair,because script is awesome
Ich mag es!

alt

Sparty
Reviewer Off Offline

damm all your files are rated 100% O.o
Ich mag es!

alt

enzomaxtay
User Off Offline

Very good script!, i like it
Ich mag es!
1× editiert, zuletzt 14.09.11 18:22:14

alt

Mech R
COMMUNITY BANNED Off Offline

The best zombie script! I waiting new version. Liked jumps of obstacles(Crysis 2d). Realise it pls!
Ich mag es!

alt

OnGameNet
User Off Offline

wow very good lua zombies plague script
thank you,
Ich mag es!

alt

Infinite Rain
Reviewer Off Offline

Oh sorry
I'll PM you
For this
Ich mag es!

alt

SQ
Moderator Off Offline

@Factis699, you can't discuss it in this file's section.

alt

xCaNx
User Off Offline

Awesome script.Good job.I Like ZP
Ich mag es!

alt

Infinite Rain
Reviewer Off Offline

isometric mmorpg?
OH holy shit!
With jumps?
Ich mag es!

alt

Misho
User Off Offline

hey BlazingEyed why i cant trow my weapons?!? pls help me
Ich mag es!

alt

SQ
Moderator Off Offline

Zitat
And what the project?

There are a few.

1. Let there be the light!

2. We will rock you till the death

3. Isometric/3D MMORPG game

alt

Infinite Rain
Reviewer Off Offline

Yeah? And what the project?
Want to know
Ich mag es!

alt

SQ
Moderator Off Offline

factis699 hat geschrieben
For you nothing

I'd better work on something bigger than this.
Zum Anfang Vorherige 1 29 10 1116 17 Nächste Zum Anfang