Raised This Month: $51 Target: $400
 12% 

Zombie Infection Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Dric Laar
BANNED
Join Date: Dec 2007
Old 02-27-2008 , 20:22   Zombie Infection Plugin
Reply With Quote #1

Here is the .amxx and other files needed to run this plugin. Credit for plugin goes to MysticDeath (djmd378), and sawce for removing the backdoors and such. Also, I cannot provide the .sma for the reason of me not having it in the first place. Here are some recommended files to go along with the Zombie Infection plugin.

Please read the Zombie Mod Infection Readme before posting here. I will try to help anybody who is still having problems.

Since I am seeing alot of problems with everything, I'll work on explaining it in 1 post.

Mod not working.
Did you put the names of the plugins in the plugins.ini file? Well, don't with this plugin. Just extract the files onto your server, and done. Extract in your root folder though, not the cstrike folder. Still not working? Make sure you have all of your modules enabled and you are using the latest Amx Mod X version ( 1.8 ).

Zombie models.
If you are having trouble with your zombie models, check the zmod_infection_md.cfg, and make sure you have the correct format in there. If you wanted a zombie to have the zombie model "somezombie.mdl", in the .cfg file you would put
Code:
"amx_zombie_first_model"        "somezombie"
"amx_zombie_model"            "somezombie"
And that somezombie.mdl would go in the directory "models/player/somezombie/somezombie.mdl
As long as the model name and the folder name are the same, you should be alright.
Attached Files
File Type: zip Zombie_Infection.zip (1,021.6 KB, 4649 views)
Dric Laar is offline
TheNewt
Donor
Join Date: Jun 2006
Location: Where I live.
Old 02-27-2008 , 21:27   Re: Zombie Infection Plugin
Reply With Quote #2

Well... It would be nice to get the .sma to put this up as a community plugin rather then have md supporting this plugin.
__________________
Quote:
toe3_ left the chat room. (G-lined (AUTO Excessive connections from a single host.))
TheNewt is offline
tacticalmedic
Junior Member
Join Date: Oct 2007
Location: Upstate New York
Old 02-27-2008 , 22:08   Re: Zombie Infection Plugin
Reply With Quote #3

and the chances of that are slim to none, and slim is walking out the door....
__________________
Illegal aliens have always been a problem in the United States. Ask any Indian. -Robert Orben
tacticalmedic is offline
Send a message via Yahoo to tacticalmedic
TheNewt
Donor
Join Date: Jun 2006
Location: Where I live.
Old 02-27-2008 , 23:33   Re: Zombie Infection Plugin
Reply With Quote #4

no the possibility is medium that we will get the .sma eventually.
__________________
Quote:
toe3_ left the chat room. (G-lined (AUTO Excessive connections from a single host.))
TheNewt is offline
Dric Laar
BANNED
Join Date: Dec 2007
Old 02-28-2008 , 00:38   Re: Zombie Infection Plugin
Reply With Quote #5

Keyword:
Quote:
Originally Posted by TheNewt View Post
eventually.
Does anybody know if anyone is doing anything about it?
Dric Laar is offline
yathsing
Member
Join Date: Feb 2008
Old 02-28-2008 , 01:57   Re: Zombie Infection Plugin
Reply With Quote #6

Quote:
Originally Posted by Dric Laar View Post
Here is the .amxx and other files needed to run this plugin. Credit for plugin goes to MysticDeath (djmd378), and sawce for removing the backdoors and such. Also, I cannot provide the .sma for the reason of me not having it in the first place. Here are some recommended files to go along with the Zombie Infection plugin.

Please read the Zombie Mod Infection Readme before posting here. I will try to help anybody who is still having problems.

Since I am seeing alot of problems with everything, I'll work on explaining it in 1 post.

Mod not working.
Did you put the names of the plugins in the plugins.ini file? Well, don't with this plugin. Just extract the files onto your server, and done. Extract in your root folder though, not the cstrike folder. Still not working? Make sure you have all of your modules enabled and you are using the latest Amx Mod X version ( 1.8 ).

Zombie models.
If you are having trouble with your zombie models, check the zmod_infection_md.cfg, and make sure you have the correct format in there. If you wanted a zombie to have the zombie model "somezombie.mdl", in the .cfg file you would put
Code:
"amx_zombie_first_model"        "somezombie"
"amx_zombie_model"            "somezombie"
And that somezombie.mdl would go in the directory "models/player/somezombie/somezombie.mdl
As long as the model name and the folder name are the same, you should be alright.
try this plugin to change ur new model @@

don't forget change ur file name in zmod_infection_md.cfg
Attached Files
File Type: sma Get Plugin or Get Source (zombie+.sma - 1910 views - 570 Bytes)
yathsing is offline
Send a message via MSN to yathsing
Dric Laar
BANNED
Join Date: Dec 2007
Old 02-28-2008 , 02:23   Re: Zombie Infection Plugin
Reply With Quote #7

First of all, I don't think you needed to quote my entire post.

Second, this version of Zombie Infection does have a model precacher in it, so your plugin is not needed.
Dric Laar is offline
paulg
Junior Member
Join Date: Feb 2008
Old 02-28-2008 , 02:57   Re: Zombie Infection Plugin
Reply With Quote #8

Quote:
Originally Posted by yathsing View Post
try this plugin to change ur new model @@

don't forget change ur file name in zmod_infection_md.cfg


zmod_infection_md.cfg
"amx_zombie_first_model" "zombie_swarm"
"amx_zombie_model" "models/player/zombie_swarm/zombie_swarm.mdl"
"amx_zombie_vknife" "models/v_knife_zombie.mdl"
"amx_zombie_pknife" "none"


zombie+.sma and compile to zombie+.amxx
new const PLAYER_MODEL[] = "zombie_swarm";
new const ZOMBIE_MODEL[] = "models/player/zombie_swarm/zombie_swarm.mdl";
new const ZOMBIE_CLAWS[] = "models/v_knife_zombie.mdl";


and zombie model does not work!!! =(((((

Last edited by paulg; 02-28-2008 at 03:02.
paulg is offline
yathsing
Member
Join Date: Feb 2008
Old 02-28-2008 , 03:58   Re: Zombie Infection Plugin
Reply With Quote #9

Quote:
Originally Posted by paulg View Post
zmod_infection_md.cfg
"amx_zombie_first_model" "zombie_swarm"
"amx_zombie_model" "models/player/zombie_swarm/zombie_swarm.mdl"
"amx_zombie_vknife" "models/v_knife_zombie.mdl"
"amx_zombie_pknife" "none"


zombie+.sma and compile to zombie+.amxx
new const PLAYER_MODEL[] = "zombie_swarm";
new const ZOMBIE_MODEL[] = "models/player/zombie_swarm/zombie_swarm.mdl";
new const ZOMBIE_CLAWS[] = "models/v_knife_zombie.mdl";


and zombie model does not work!!! =(((((
no- -
is
zmod_infection_md.cfg
"amx_zombie_first_model" "zombie_swarm"
"amx_zombie_model" "zombie_swarm"
"amx_zombie_vknife" "v_knife_zombie.mdl"
"amx_zombie_pknife" ""
yathsing is offline
Send a message via MSN to yathsing
coca-cola
BANNED
Join Date: Dec 2007
Location: I got caught by Roach be
Old 02-28-2008 , 10:11   Re: Zombie Infection Plugin
Reply With Quote #10

you guys are retarded... all you have to do is make sure you have the models and sounds where they need to go, put the amxx files in the plugins directory, make sure the names are written in zmod-plugins.ini, and it works. To change the model, change the name "zombie" to "newzombie" in that config file in configs directory (the name escapes me) and make sure you have a directory in your models/player folder with the name newzombie.
coca-cola is offline
Reply



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 18:35.


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