PDA

View Full Version : Zombie: On the run v2.3 (UPDATED 18/5/2014)


GinNNy
05-11-2014, 14:28
Description:-
Zombie: On the run is a server side modification for Counter-Strike.The goal for Humans is escape the map without getting infected.The goal for Zombies is infect Humans and prevent Humans escape. Every 7 rounds there will special round one of the human will be giant and he must kills all the humans.

Includes:
#include <amxmodx>
#include <hamsandwich>
#include <fun>
#include <amxmisc>
#include <cstrike>
#include <fakemeta>
#include <engine>
#include <xs>
#include <dhudmessage>
Download (https://forums.alliedmods.net/showthread.php?t=149210) dhudmessage.

Cvars:-
knockback_damage 1 (default 1)
knockback_power 1 (default 1)
knockback_zvel 0 (default 0)
knockback_ducking 0.25 (default 0.25)
knockback_distance 500 (default 500)
Commands:-

/zclass



Credits:-
Baws
pokemonmaster
MeRcyLeZZ


Changelog:-
1.0 Plugin release
2.1 Optimizing code
2.3 Fixed bugs

Things you might edit:-
#define SPECIAL_ZOMBIE_ROUNDS 7every 7 rounds there will be a special round

#define ZOMBIE_HEALTH 5000
#define HUMAN_HEALTH 100
#define ZOMBIE_OTHER_HEALTH 500000

Hope you enjoy the mod


Thanks

asdfdsdf
05-11-2014, 16:23
Can you maybe post a video of the gameplay would be nice

GinNNy
05-11-2014, 21:53
Can you maybe post a video of the gameplay would be nice

Sure, Will be added later

Off School

Neko3in1
05-11-2014, 23:02
work on ze_ maps?

GinNNy
05-12-2014, 04:56
work on ze_ maps?

Yes

Freezo Begin
05-12-2014, 06:02
Please give a good design for your post .
Add more information about this plugin too .
maybe to add a .cfg file will be easy than put this .
good job anyway .
server_cmd("mp_freezetime 20")
server_cmd("mp_roundtime 999")
server_cmd("mp_startmoney 16000")
server_cmd("mp_limitteams 0")
server_cmd("mp_autoteambalance 0")
server_cmd("mp_friendlyfire 0")
server_cmd("mp_buytime 9999")
server_cmd("mp_flashlight 1")
server_cmd("sv_skyname 3dm747")
server_cmd("humans_join_team CT")

GinNNy
05-12-2014, 07:15
Up coming update will fix some bugs and new things

ezio_auditore
05-12-2014, 09:57
An idea...
Can you make a special zombie-head grenade only for zombies and give it a nice cool red trail? :D

Kia
05-12-2014, 12:08
I can not understand what your mod / plugin does by your description.
Please update your main post with some more details and / or post / edit in a video.

GinNNy
05-14-2014, 12:30
An idea...
Can you make a special zombie-head grenade only for zombies and give it a nice cool red trail? :D

I didnt get it

hornet
05-16-2014, 06:54
Please attach the source code separately as per the rules (https://forums.alliedmods.net/showthread.php?t=21956).

ArabicMan
05-16-2014, 07:21
Description:-
Zombie: On the run is a server side modification for Counter-Strike.The goal for Humans is escape the map without getting infected.The goal for Zombies is infect Humans and prevent Humans escape.And every 7 rounds there will special round.One of the human will be giant and he must kills all the humans.



Cvars:-
knockback_damage 1 (default 1)
knockback_power 1 (default 1)
knockback_zvel 0 (default 0)
knockback_ducking 0.25 (default 0.25)
knockback_distance 500 (default 500)


Commands:-

/zclass



Credits:-
Baws (For Zombie and Humans classes)
pokemonmaster (Fixing Take damage code)
MeRcyLeZZ (For his Knockback code)


Things you might edit:-
#define SPECIAL_ZOMBIE_ROUNDS 7
every 7 rounds there will be a special round

#define ZOMBIE_HEALTH 5000
#define HUMAN_HEALTH 100
#define ZOMBIE_OTHER_HEALTH 500000



Hope you enjoy the mod


Thanks
This mod like Zombie Escape mod ?

GinNNy
05-16-2014, 12:56
Please attach the source code separately as per the rules (https://forums.alliedmods.net/showthread.php?t=21956).


Okay am sorry.Yes its like Zombie Escape Mod but with more features.

EDIT: Fixed!

ArabicMan
05-16-2014, 13:23
Okay am sorry.Yes its like Zombie Escape Mod but with more features.

EDIT: Fixed!
Good job i'am going to test it. I suggest you to make it like zombie escape but add to it some forst grandes it will be good and great job.

ezio_auditore
05-17-2014, 00:08
I didnt get it

if we are a zombie.. then replace the hegrenade model with a zombie - head

sidney030235
05-17-2014, 10:01
I have an error when I try to launch my server.....

Mod_NumForName: models/player/ombie_boss3/ombie_boss3.mdl not found

How can I solve it?thanks!!

ArabicMan
05-17-2014, 12:27
I have an error when I try to launch my server.....

Mod_NumForName: models/player/ombie_boss3/ombie_boss3.mdl not found

How can I solve it?thanks!!
The proplem that this player model ombie_boss3.mdl not found. If you want to solve it put any model of zombie (source zombie for example) but change it's name to ombie_boss3 and put it in folder /player/ombie_boss3.

YamiKaitou
05-17-2014, 13:34
The proplem that this player model ombie_boss3.mdl not found. If you want to solve it put any model of zombie (source zombie for example) but change it's name to ombie_boss3 and put it in folder /player/ombie_boss3.

That is just a workaround, the problem is that the SMA is using the wrong name of the model

ArabicMan
05-17-2014, 17:06
That is just a workaround, the problem is that the SMA is using the wrong name of the model
Yes i know but he need a solution and this is easy way to fix it.

YamiKaitou
05-17-2014, 17:17
Yes i know but he need a solution and this is easy way to fix it.

The easiest workaround is to rename models/player/zombie_boss3/zombie_boss3.mdl to models/player/ombie_boss3/ombie_boss3.mdl

Also, stop using "solution" when it is only a workaround. The real solution is to fix the plugin

EDIT:
After looking at the code, there is no workaround as it will just error again and again. So the only thing you can do is wait for the plugin to be fixed

Dare.Devil
05-18-2014, 07:11
I can't download the plugin..

please post a link that works so plugin download works..

YamiKaitou
05-18-2014, 09:39
I can't download the plugin..

please post a link that works so plugin download works..

It downloads fine for me. You need to compile it locally since it requires an additional include file (that is not mentioned anywhere)

ANTICHRISTUS
05-18-2014, 11:10
I can't download the plugin..
download the .sma, open it to see the non-default include (inc file). in the useful links (in my signature) you may find how to compile and a list of includes (not updated yet).

GinNNy
05-18-2014, 12:08
It downloads fine for me. You need to compile it locally since it requires an additional include file (that is not mentioned anywhere)


Sorry that i did not mention it, ADDED

asdfdsdf
05-26-2014, 18:21
Weird problem when i installed this mod on my server with other plugins server works fine


Auto-restarting the server on crash

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/home/ct2-28/.steam/sdk32/steamclient.so
with error:
/home/ct2-28/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 17:45:07 Apr 25 2013 (6027)
STEAM Auth Server

Server IP address 10.0.0.113:27025

Metamod version 1.21-am Copyright (c) 2001-2013 Will Day
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.


AMX Mod X version 1.8.2 Copyright (c) 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

L 05/26/2014 - 23:15:04: -------- Mapchange to de_dust2 --------
stray key in process_key: item_getiteminfo 61
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20140526231504_1.dmp
success = yes
response: CrashID=bp-a0ff6091-636b-4265-a8a8-df9bb2140526
Segmentation fault

GinNNy
05-27-2014, 01:22
So what is the problem give us what typed in logs.

asdfdsdf
05-27-2014, 04:11
Its not about logs this is from the gamepanel console as soon as i activate your plugin the server crashes and gives me this in the console from the gamepanel

GinNNy
05-27-2014, 05:02
Make sure you put all the resources and type the plugin name exactly in plugins.ini.

KaranMohadkar
06-06-2014, 13:45
u need to improve this mod like hell
i tested it and its far too worst then Original Zombie Escape !
even 2 sounds missing !

Jhob94
06-06-2014, 13:52
Make sure you put all the resources and type the plugin name exactly in plugins.ini.

Its a plugin problem.
stray key in process_key: item_getiteminfo 61

I dont know what error is it about, try scripting help section.

olari9
06-07-2014, 18:52
Make sure you put all the resources and type the plugin name exactly in plugins.ini.

Oh wow, I'm not trying to be dick or something like that, but really? Segmentation fault would not occure if there would be somekind of a model missing ( The server would simply crash with "missing model" error instead ). (But haven't seen the code myself so I can't really comment it yet)

Also, to be 100% true, I'd actually prefer zombie escape or zombie plague. But, you can always improve yours and make it worthy. So, keep up.

Mikado
06-13-2014, 06:24
the most egregious bugs:

http://i1343.photobucket.com/albums/o791/Reda_Kazanova/2014-06-13_00001_zpsa36aeb82.jpg
http://i1343.photobucket.com/albums/o791/Reda_Kazanova/2014-06-13_00003_zps5eac06af.jpg
http://i1343.photobucket.com/albums/o791/Reda_Kazanova/2014-06-13_00006_zpsb81a3861.jpg
http://i1343.photobucket.com/albums/o791/Reda_Kazanova/2014-06-13_00007_zps879761a9.jpg


- Countdown Probleme, after restart
- Zombies with guns, and when he shot, it infect humains
- Flood chat messages

Suggestions:

- Add hands model for zombies
- Fix the infection
- Add fog
- Try to make it like ZE, and add ZP grenades.

GinNNy
06-13-2014, 06:55
my uncle died yesterday so next week i will update it and fix bugs

ArabicMan
06-13-2014, 07:07
my uncle died yesterday so next week i will update it and fix bugs
Allah Yr7mo :D.

GinNNy
10-07-2014, 00:09
Sorry for the delay,
But didn't played Counter-Strike 1.6 for 5 months expect the update this today or tomorrow and please if you have suggestions post it :)

feifei
10-13-2014, 11:19
lol ???
I installed this plugin and where is zombie ??? :D ahahaha

GinNNy
10-14-2014, 06:19
lol ???
I installed this plugin and where is zombie ??? :D ahahaha
There is nothing funny here and i already said im working on update.

And you have to be 2+ players.

gooseman
02-01-2015, 01:43
@GinNNy
Warning: Unable to open sound/zombie_ontherun/info_msg.wav for transfer
Warning: Unable to open sound/zombie_ontherun/round_end.wav for transfer

gooseman
02-01-2015, 02:09
Bugs : Zombies Get Relased Before Time
ON Restart Hud Timer Gets Mixed Up

Suggestion :
After Zombie Relase Put Effect As All Becomes Little Dark
Give All file Of txt n wav
Change Zombie Mdls
It Would Be Better If Humans Too Have a Class With Mdls!
Change Sounds For 1,2 And 3
Add Some Chasing Music

realakapan
02-01-2015, 03:12
Add Fog
Add frost nade
Add chase sound
Add win sound and sum hud or sprite win msg

GinNNy
02-13-2015, 16:47
Bugs : Zombies Get Relased Before Time
ON Restart Hud Timer Gets Mixed Up

Suggestion :
After Zombie Relase Put Effect As All Becomes Little Dark
Give All file Of txt n wav
Change Zombie Mdls
It Would Be Better If Humans Too Have a Class With Mdls!
Change Sounds For 1,2 And 3
Add Some Chasing Music
Sorry longtime didnt used or touched this plugin i will update it in this week
You can change zombie models and there is already human classes im working in human classes's models.
The problem is i uploaded the old buggy version long time ago and formated my computer :S

GinNNy
02-13-2015, 17:16
UPDATED version 2.3.1
Can anyone test it for me ?
remember 3+ more players for the mod to work

killer999
02-21-2015, 01:32
UPDATED version 2.3.1
Can anyone test it for me ?
remember 3+ more players for the mod to work

OMG! Compiling errors :shock:

http://i61.tinypic.com/293avja.jpg

GinNNy
02-21-2015, 02:36
The mod working perfectly, did you modify anything? and i know you did.
Show us the output of the following commands


rcon version
rcon meta version
rcon meta list
rcon amxx version
rcon amxx plugins
rcon status

EDIT: i never said that the mod working for czero.

killer999
02-21-2015, 04:30
The mod working perfectly, did you modify anything? and i know you did.
Show us the output of the following commands


rcon version
rcon meta version
rcon meta list
rcon amxx version
rcon amxx plugins
rcon status

EDIT: i never said that the mod working for czero.

For your kind info i won't edited anything i just compiled

Protocol version 48
Exe version 1.0.0.3 (czero)
Exe build: 14:57:13 Oct 23 2008 (4382)


Metamod v1.21-am 2013-03-15 (5:13)
by Will Day <[email protected]>
http://www.metamod.org/
compiled: Mar 15 2013, 15:20:21 (msc optimized)


[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.2 ini Start ANY
[ 2] <metamod.dll> badf load metamod.dll v - ini - -
[ 3] dproto_EF fail load dproto.dll v0.9.356 ini Start Never
[ 4] mmtimer RUN - mmtimer.dll v1.6 ini ANY Never
[ 5] Fun RUN - fun_amxx.dll v1.8.2 pl1 ANY ANY
[ 6] Engine RUN - engine_amxx.dll v1.8.2 pl1 ANY ANY
[ 7] FakeMeta RUN - fakemeta_amxx.dl v1.8.2 pl1 ANY ANY
[ 8] CStrike RUN - cstrike_amxx.dll v1.8.2 pl1 ANY ANY
[ 9] CSX RUN - csx_amxx.dll v1.8.2 pl1 ANY ANY
[10] Ham Sandwich RUN - hamsandwich_amxx v1.8.2 pl1 ANY ANY
[11] SQLite RUN - sqlite_amxx.dll v1.8.2 pl1 ANY ANY
[12] Orpheu RUN - orpheu_amxx.dll v2.6.3 pl1 ANY ANY


AMX Mod X 1.8.2 (http://www.amxmodx.org)
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
Borja "faluco" Ferrer, Scott "DS" Ehlert
Compiled: Feb 14 2013, 00:56:37
Build ID: 1.8.2 61:2ae84f7c0a97
Core mode: JIT+ASM32


Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.8.2 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.2 AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.8.2 AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.8.2 AMXX Dev Team adminslots.amxx running
[ 5] Menus Front-End 1.8.2 AMXX Dev Team menufront.amxx running
[ 6] Commands Menu 1.8.2 AMXX Dev Team cmdmenu.amxx running
[ 7] Players Menu 1.8.2 AMXX Dev Team plmenu.amxx running
[ 8] Maps Menu 1.8.2 AMXX Dev Team mapsmenu.amxx running
[ 9] Plugin Menu 1.8.2 AMXX Dev Team pluginmenu.amxx running
[ 10] Admin Chat 1.8.2 AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 1.8.2 AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 1.8.2 AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 1.8.2 AMXX Dev Team imessage.amxx running
[ 14] Admin Votes 1.8.2 AMXX Dev Team adminvote.amxx running
[ 15] NextMap 1.8.2 AMXX Dev Team nextmap.amxx running
[ 16] TimeLeft 1.8.2 AMXX Dev Team timeleft.amxx running
[ 17] Pause Plugins 1.8.2 AMXX Dev Team pausecfg.amxx running
[ 18] Round Terminator 1.0.1 Arkshine round_terminato debug
[ 19] Map Spawns Editor 1.0.16 iG_os Map_Spawns_Edit running
19 plugins, 19 running


hostname: [NRS]| The:Last Stand
version : 48/1.0.0.3 4382 secure (80)
tcp/ip : xxx.xxx.x.xxx:27015
map : zs_chaos at: 0 x, 0 y, 0 z
players : 0 active (20 max)
##################################
Server engine patched by Shocker( www.Freakz.ro )
##################################

killer999
02-21-2015, 04:45
EDIT: i never said that the mod working for czero.

Ok i tried compiling it in cstrike


http://s13.************/xg5p13283/Capture.jpg (http://************/image/xg5p13283/)

The mod working perfectly, did you modify anything? and i know you did.


Better get your facts clear :down:

GinNNy
02-21-2015, 05:41
For your kind info i won't edited anything i just compiled

Protocol version 48
Exe version 1.0.0.3 (czero)
Exe build: 14:57:13 Oct 23 2008 (4382)


Metamod v1.21-am 2013-03-15 (5:13)
by Will Day <[email protected]>
http://www.metamod.org/
compiled: Mar 15 2013, 15:20:21 (msc optimized)


[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.2 ini Start ANY
[ 2] <metamod.dll> badf load metamod.dll v - ini - -
[ 3] dproto_EF fail load dproto.dll v0.9.356 ini Start Never
[ 4] mmtimer RUN - mmtimer.dll v1.6 ini ANY Never
[ 5] Fun RUN - fun_amxx.dll v1.8.2 pl1 ANY ANY
[ 6] Engine RUN - engine_amxx.dll v1.8.2 pl1 ANY ANY
[ 7] FakeMeta RUN - fakemeta_amxx.dl v1.8.2 pl1 ANY ANY
[ 8] CStrike RUN - cstrike_amxx.dll v1.8.2 pl1 ANY ANY
[ 9] CSX RUN - csx_amxx.dll v1.8.2 pl1 ANY ANY
[10] Ham Sandwich RUN - hamsandwich_amxx v1.8.2 pl1 ANY ANY
[11] SQLite RUN - sqlite_amxx.dll v1.8.2 pl1 ANY ANY
[12] Orpheu RUN - orpheu_amxx.dll v2.6.3 pl1 ANY ANY


AMX Mod X 1.8.2 (http://www.amxmodx.org)
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
Borja "faluco" Ferrer, Scott "DS" Ehlert
Compiled: Feb 14 2013, 00:56:37
Build ID: 1.8.2 61:2ae84f7c0a97
Core mode: JIT+ASM32


Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.8.2 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.2 AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.8.2 AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.8.2 AMXX Dev Team adminslots.amxx running
[ 5] Menus Front-End 1.8.2 AMXX Dev Team menufront.amxx running
[ 6] Commands Menu 1.8.2 AMXX Dev Team cmdmenu.amxx running
[ 7] Players Menu 1.8.2 AMXX Dev Team plmenu.amxx running
[ 8] Maps Menu 1.8.2 AMXX Dev Team mapsmenu.amxx running
[ 9] Plugin Menu 1.8.2 AMXX Dev Team pluginmenu.amxx running
[ 10] Admin Chat 1.8.2 AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 1.8.2 AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 1.8.2 AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 1.8.2 AMXX Dev Team imessage.amxx running
[ 14] Admin Votes 1.8.2 AMXX Dev Team adminvote.amxx running
[ 15] NextMap 1.8.2 AMXX Dev Team nextmap.amxx running
[ 16] TimeLeft 1.8.2 AMXX Dev Team timeleft.amxx running
[ 17] Pause Plugins 1.8.2 AMXX Dev Team pausecfg.amxx running
[ 18] Round Terminator 1.0.1 Arkshine round_terminato debug
[ 19] Map Spawns Editor 1.0.16 iG_os Map_Spawns_Edit running
19 plugins, 19 running


hostname: [NRS]| The:Last Stand
version : 48/1.0.0.3 4382 secure (80)
tcp/ip : xxx.xxx.x.xxx:27015
map : zs_chaos at: 0 x, 0 y, 0 z
players : 0 active (20 max)
##################################
Server engine patched by Shocker( www.Freakz.ro )
##################################

#1 No support for non steamers
#2 Do not fool me by just changing the server path
And yes i get my facts clear.

killer999
02-21-2015, 06:26
#1 No support for non steamers
#2 Do not fool me by just changing the server path
And yes i get my facts clear.

lol i think you are drunk :fox:
And by the way your plugin is bugged and not compiling accept that :wink:
instead of telling again and again the same fact about my hlds, its nothing related with compiling process
i am using amxmodx 1.8.2

GinNNy
02-21-2015, 09:26
lol i think you are drunk :fox:
And by the way your plugin is bugged and not compiling accept that :wink:
instead of telling again and again the same fact about my hlds, its nothing related with compiling process
i am using amxmodx 1.8.2
No im not,
The plugin compiled fine and yes it is im not supporting non steamers go buy the game for only $9.99 and please stop being and idiotic non steamer as i said i didnt mention everywhere that its czero's supported

Regards

Mordekay
02-21-2015, 10:13
//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// zombie_ontherun.sma
// Header size: 2572 bytes
// Code size: 19628 bytes
// Data size: 14276 bytes
// Stack/heap size: 16384 bytes; estimated max. usage=784 cells (3136 bytes
)
// Total requirements: 52860 bytes
// Done.
//
// Compilation Time: 0,28 sec
// ----------------------------------------

Press enter to exit ...
First try, damn i must do something COMPLETELY wrong here....

killer999
02-21-2015, 10:31
No im not,
The plugin compiled fine and yes it is im not supporting non steamers go buy the game for only $9.99 and please stop being and idiotic non steamer as i said i didnt mention everywhere that its czero's supported

Regards
first of all i was helping you to test the plugin.
second i am a steamer id:yoyokiller9
third i tested it in my hlds and gaved you the following output i agree my mistake that i was being rude

killer999
02-21-2015, 10:33
//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// zombie_ontherun.sma
// Header size: 2572 bytes
// Code size: 19628 bytes
// Data size: 14276 bytes
// Stack/heap size: 16384 bytes; estimated max. usage=784 cells (3136 bytes
)
// Total requirements: 52860 bytes
// Done.
//
// Compilation Time: 0,28 sec
// ----------------------------------------

Press enter to exit ...
First try, damn i must do something COMPLETELY wrong here....

O_o what do you think i dont even tried to compile the plugin locally.
I wont post any shift before confirming
Anyways :-X