Page 1 of 2

How to add a Zombie Map

PostPosted: 23 Jun 2013, 21:27
by Dare2b
Hello,

I've been looking through the post, I found quite a few "How to Add Zombie Maps'' But I've tried what they said to do. Sadly to say, it didn't work for me. A few days after I've asked some people I started NukeTown Zombie Survival. I've been getting quite a few players on that server. but I've heard people say, that they like the server. But it doesn't have any maps that they like. So, if there's anyone that could help me. I'd very much thank you.

Re: How to add a Zombie Map

PostPosted: 23 Jun 2013, 21:47
by lucasds12
Wrong section.
Go to your MCDzienny folder > infection > maps.txt and write the map name(s) down.
[code<Maps>
<Map name="map_name" phase1="1" phase2="0" author="" />
<Map name="map_name" phase1="0" phase2="0" author="" />
<Map name="mapname" phase1="0" phase2="0" author="" />
<Map name="map_name" phase1="0" phase2="0" author="" />
<Map name="map_name" phase1="0" phase2="0" author="" />
<Map name="map_name" phase1="0" phase2="0" author="" />
<Map name="map_namen" phase1="0" phase2="0" author="" />
<Map name="map_name" phase1="0" phase2="0" author="" />
</Maps>][/code]

Re: How to add a Zombie Map

PostPosted: 23 Jun 2013, 21:58
by Dare2b
That's it? How do I put the map in which part, exactly?

Re: How to add a Zombie Map

PostPosted: 23 Jun 2013, 22:10
by lucasds12
You put it between the quotation marks.
-Lucas

Re: How to add a Zombie Map

PostPosted: 24 Jun 2013, 04:24
by ismellike
An easier alternative way is the ismellike path :D

Click the link in my signature
Add the code to your plugins tab>add plugin
Next go to this link
Add that code to the new plugin you have.
Checkmark cmdautoload,compile,load

All of that is a one time thing.

From then on the only thing you will have to do is /add zombie [author] [map name] ←that may or may not be flipped

Re: How to add a Zombie Map

PostPosted: 25 Jun 2013, 16:28
by Dare2b
That's not what I was expecting. Could you just make a video on how to show me?

Re: How to add a Zombie Map

PostPosted: 25 Jun 2013, 16:32
by ismellike
Well the /add custom command was to add maps easier, but joppie is making a plugin now so you could try waiting for that.

I don't really want to make a video on it since there are a lot of guides on it already.

If all else fails, just follow the pattern in your infection>maps.txt

Code: Select all
<Maps>
<Map name="map_name" phase1="1" phase2="0" author="" />
<Map name="map_name" phase1="0" phase2="0" author="" />
<Map name="map_name" phase1="0" phase2="0" author="" />
<Map name="map_name" phase1="0" phase2="0" author="" />
<Map name="map_name" phase1="0" phase2="0" author="" />
<Map name="map_name" phase1="0" phase2="0" author="" />
<Map name="map_name" phase1="0" phase2="0" author="" />
<Map name="map_name" phase1="0" phase2="0" author="" />
</Maps>


Then add the map to your infection>maps
and rename the map to what you named it in the maps.txt

Re: How to add a Zombie Map

PostPosted: 26 Jun 2013, 11:31
by joppiesaus
ismellike wrote:Well the /add custom command was to add maps easier, but joppie is making a plugin now so you could try waiting for that.


The plugin is done!

Re: How to add a Zombie Map

PostPosted: 12 Jul 2013, 09:16
by ane200055
@Dare2b when you get the /add command try putting in notepad and save it as CmdAdd.cs in the plugins folder, You may have to make a new folder called Source within the plugins folder but I don't know.

Once you have done that open your MCDzienny and try /compile Add and then /cmdload Add ..
Then go on your server and go to the map you want to add and then do /add zombie MapName AuthorName and see if that works..

Re: How to add a Zombie Map

PostPosted: 12 Jul 2013, 11:21
by Breakdown901
I made a tutorial on how to add a zombie map, and you sort of got it right Ane.