Page 1 of 2

How do I add lava Maps?

PostPosted: 26 Mar 2012, 00:07
by i_wolfhound_i
hey guays, just wondering, how to add maps?

Re: How do I add lava Maps?

PostPosted: 26 Mar 2012, 00:42
by dzienny
If you have a map designed already, and you only want to add this, in short, you have to:
1) Save this map as a lava map /savelavamap [mapname] or manually copy the map to 'lava\maps' directory.
2) Add a valid entry to 'maps.txt' file that is located in 'lava' directory. It's easiest to explain it on example:

If your map is named 'mymap.lvl' then name attribute should be equal to 'mymap'. Set phase1 and phase2 both to 0, as 0 is default and tells the server to use global time settings. You can set the author for the map, but it is not obligatory. But you definately have to set Source, and Source describes the source of the lava(or water). Keep block attribute equal to 'ahl' (active_hot_lava), but change x,y,z coordinates. X,y,z indicates the posistion of the block placement. You should go in your map and find a spot that is best for the start of lava flood, then to get coordinates of the point. To get coordinates you should use /about command. Both type and delay attributes keep same as in the example below.
Code: Select all
<Maps>
(...)
  <Map name="mymap" phase1="0" phase2="0" author="">
    <Source block="ahl" x="39" y="62" z="39" type="" delay="0" />
  </Map>
</Maps>


3) Now use '/setlava reload maps' command or restart the software, and that's it! You just added a new level ;)

Re: How do I add lava Maps?

PostPosted: 26 Mar 2012, 01:12
by i_wolfhound_i
Thank you Dzienny! That was really helpful!

Re: How do I add lava Maps?

PostPosted: 07 Jul 2012, 17:14
by djemiel10
where to find the AHL?

Re: How do I add lava Maps?

PostPosted: 21 Aug 2012, 01:50
by ukecrazed
Hey, i was wondering why i could only add 1 new lava map to my server...i followed the steps above and got it working but when i tried it a second time it didnt work...any ideas?

Re: How do I add lava Maps?

PostPosted: 22 Aug 2012, 10:08
by big_creeper14
you have to do this steps for EVERY map you want. i have about 10 maps added and all are working. :)
so make sure you follow this steps for every map and dont make spelling mistakes when writing the code.

Re: How do I add lava Maps?

PostPosted: 27 Oct 2012, 16:25
by stardust0123
Hint:

Just copy and paste the code of the previous added code, and then change the name and times etc.

Re: How do I add lava Maps?

PostPosted: 28 Oct 2012, 01:52
by HelloWorldCool
stardust0123 wrote:Hint:

Just copy and paste the code of the previous added code, and then change the name and times etc.


Good Advice. +1

P.S. If you want to avoid doing this either download stable settings or download the map pack for all maps in Lava Maps section.

Re: How do I add lava Maps?

PostPosted: 04 Dec 2012, 18:02
by xxvallexxklyou
my console says map: "mymap" wasn't found. Im having alot of trouble adding maps can somebody help me i dont get directions.

Re: How do I add lava Maps?

PostPosted: 04 Dec 2012, 22:39
by ismellike
If you added a new map while server was up, do /setlava reloadmaps then /setlava map -mapname-

Otherwise idk what you are asking ._.