Page 2 of 2

Re: Map-12-Pack

PostPosted: 27 Jun 2011, 14:30
by g0d01w4r99
Great job on those maps ;)

Re: Map-12-Pack

PostPosted: 27 Jun 2011, 14:38
by jkl139
g0d01w4r99 wrote:Great job on those maps ;)


wee, thanx :P

Re: Map-12-Pack

PostPosted: 01 Nov 2011, 22:04
by misskitt
help! how do I add this to my server?!?!?!?!? :( :( :( :(

Re: Map-12-Pack

PostPosted: 04 Nov 2011, 23:05
by GrimWeaper
hOW DO I LOAD THE MAPS ON TO THE SERVER? I HAVE SAVED IN LAVA / MAPS BUT HOW DO I LOAD IT

Re: Map-12-Pack

PostPosted: 05 Nov 2011, 16:15
by HelloWorldCool
GrimWeaper wrote:hOW DO I LOAD THE MAPS ON TO THE SERVER? I HAVE SAVED IN LAVA / MAPS BUT HOW DO I LOAD IT


Hello GrimWeaper,

Here are directions on how you load maps.

1) If you are using the maps on this Subject then it should be easy.
2) The format of adding maps is in your lava/maps.txt Sample here:
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<!--For help visit http://mcdzienny.cba.pl and go to Help section.-->
<!--Lava maps list-->

<Maps>
  <Map name="cube" phase1="0" phase2="0" author="">
    <Source block="ahl" x="39" y="62" z="39" type="" delay="0" />
  </Map>
  <Map name="lava_geyser" phase1="0" phase2="0" author="">
    <Source block="ahl" x="0" y="63" z="63" type="" delay="0" />
  </Map>
  <Map name="bouda_metro" phase1="0" phase2="0" author="">
    <Source block="ahl" x="39" y="63" z="39" type="" delay="0" />
    <Source block="ahl" x="2" y="63" z="2" type="" delay="0" />
  </Map>
  <Map name="pluto" phase1="0" phase2="0" author="">
    <Source block="ahl" x="62" y="62" z="1" type="" delay="0" />
    <Command command="say %eOh noes %cMETEOR %eis coming!" delay="60" />
    <Command command="place meteor 30 50 30 lava" delay="65" />
  </Map>
  <Map name="vulcano" phase1="0" phase2="0" author="">
    <Source block="ahl" x="0" y="63" z="0" type="" delay="0" />
  </Map>
  <Map name="passage" phase1="0" phase2="0" author="">
    <Source block="ahl" x="126" y="63" z="7" type="" delay="0" />
  </Map>
</Maps>


3) Simply make a new line like this:
<Map name="passage" phase1="0" phase2="0" author="">
<Source block="ahl" x="126" y="63" z="7" type="" delay="0" />
</Map>

and change it to this:
<Map name="mapname" phase1="0" phase2="0" author="">
<Source block="ahl" x="#" y="#" z="#" type="" delay="0" />
</Map>

4) Your maps.txt should look like this now:
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<!--For help visit http://mcdzienny.cba.pl and go to Help section.-->
<!--Lava maps list-->

<Maps>
  <Map name="cube" phase1="0" phase2="0" author="">
    <Source block="ahl" x="39" y="62" z="39" type="" delay="0" />
  </Map>
  <Map name="lava_geyser" phase1="0" phase2="0" author="">
    <Source block="ahl" x="0" y="63" z="63" type="" delay="0" />
  </Map>
  <Map name="bouda_metro" phase1="0" phase2="0" author="">
    <Source block="ahl" x="39" y="63" z="39" type="" delay="0" />
    <Source block="ahl" x="2" y="63" z="2" type="" delay="0" />
  </Map>
  <Map name="pluto" phase1="0" phase2="0" author="">
    <Source block="ahl" x="62" y="62" z="1" type="" delay="0" />
    <Command command="say %eOh noes %cMETEOR %eis coming!" delay="60" />
    <Command command="place meteor 30 50 30 lava" delay="65" />
  </Map>
  <Map name="vulcano" phase1="0" phase2="0" author="">
    <Source block="ahl" x="0" y="63" z="0" type="" delay="0" />
  </Map>
  <Map name="passage" phase1="0" phase2="0" author="">
    <Source block="ahl" x="126" y="63" z="7" type="" delay="0" />
  </Map>
  <Map name="mapname" phase1="0" phase2="0" author="">
    <Source block="ahl" x="#" y="#" z="#" type="" delay="0" />
  </Map>
</Maps>


5) If you have have additional problems or need help you have 2 solutions
-You can PM me
-You can upload your entire lava folder and i can fix it for you. (I don't need your whole server! :o I just need the lava folder)
Hope This helps! :D

P.S. Oh and lastly if you want to load maps in game type: /setlava reloadmaps

Re: Map-12-Pack

PostPosted: 12 Nov 2011, 11:05
by jkl139
Thanks for helping him :D
I plan on adding more maps.

Re: Map-12-Pack

PostPosted: 23 Nov 2011, 19:26
by raxwr
Im New To This Whole Lava Thing. :?: After Downloading The Map Pack What Do You Do With Them Then To Get Them To Work?

Re: Map-12-Pack

PostPosted: 24 Nov 2011, 01:25
by HelloWorldCool
First take the maps and copy them to the lava\maps folder.

Second open up the "maps.txt" located in your lava folder.
There you must enter in the configuration for the new maps you added.

Configuration example:
Code: Select all
  <Map name="example" phase1="0" phase2="0" author="">
    <Source block="ahl" x="30" y="60" z="30" type="" delay="0" />
  </Map>


Third. If you did this while your server was on type: /setlava reloadmaps
If not just start your server and you should be ready to go! :D