How do I add custom maps?

How do I add custom maps?

Postby kingdomh55 » 29 Aug 2011, 01:22

im confused i never done something like this before and when i add the first custom map the consule just exits by itsself can someone tell me how to do the .txt stuff ?
kingdomh55
 
Posts: 7
Joined: 29 Aug 2011, 01:19

Re: How do I add custom maps?

Postby g0d01w4r99 » 29 Aug 2011, 10:59

First off you'll need a map. I'm assuming you have that. Now, place the .lvl into (your install path)/lava/maps folder.
Next, open up maps.txt.
Now, you'll need the coordinates for where you want lava to spawn. To find them, load up your map, use /b on the place you want the lava to spawn, and write down the coordinates.
Now, copy and paste this text into the maps.txt file:
Code: Select all
  <Map name="YOUR MAP NAME" phase1="0" phase2="0" author="AUTHOR NAME">
    <Source block="ahl" x="X COORDINATE" y="Y COORDINATE" z="Z COORDINATE" type="" delay="0" />
  </Map>

Replace the capitalized words with your own.
In the end, your maps.txt should look like this:
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="Default">
    <Source block="ahl" x="39" y="62" z="39" type="" delay="0" />
  </Map>
  <Map name="island" phase1="0" phase2="0" author="Default">
    <Source block="ahl" x="39" y="63" z="39" type="" delay="0" />
  </Map>
  <Map name="lava_geyser" phase1="0" phase2="0" author="Default">
    <Source block="ahl" x="0" y="63" z="63" type="" delay="0" />
  </Map>
  <Map name="bouda_metro" phase1="0" phase2="0" author="Default">
    <Source block="ahl" x="39" y="63" z="39" type="" delay="0" />
  </Map>
  <Map name="pluto" phase1="0" phase2="0" author="Default">
    <Source block="ahl" x="62" y="62" z="1" type="" delay="0" />
  </Map>
  <Map name="vulcano" phase1="0" phase2="0" author="Default">
    <Source block="ahl" x="0" y="63" z="0" type="" delay="0" />
  </Map>
  <Map name="passage" phase1="0" phase2="0" author="Default">
    <Source block="ahl" x="126" y="63" z="7" type="" delay="0" />
  </Map>
  <Map name="desert_well" phase1="0" phase2="0" author="Default">
    <Source block="ahl" x="0" y="63" z="63" type="" delay="0" />
  </Map>
  <Map name="mystic" phase1="18" phase2="9" author="Default">
    <Source block="creeping" x="59" y="33" z="59" type="" delay="0" />
  </Map>
  <Map name="rainbow" phase1="0" phase2="0" author="g0d01w4r99">
    <Source block="ahl" x="61" y="61" z="32" type="" delay="0" />
  </Map>
  <Map name="biomes" phase1="0" phase2="0" author="g0d01w4r99">
    <Source block="ahl" x="62" y="62" z="27" type="" delay="0" />
  </Map>
  <Map name="waterfall" phase1="0" phase2="0" author="g0d01w4r99">
    <Source block="ahl" x="0" y="63" z="0" type="" delay="0" />
  </Map>
  <Map name="planetoids" phase1="0" phase2="0" author="g0d01w4r99">
    <Source block="ahl" x="0" y="127" z="0" type="" delay="0" />
  </Map>
  <Map name="lava_doom" phase1="0" phase2="0" author="g0d01w4r99">
    <Source block="ahl" x="31" y="31" z="127" type="" delay="0" />
  </Map>
  <Map name="lava_beach" phase1="0" phase2="0" author="g0d01w4r99">
    <Source block="ahl" x="63" y="63" z="63" type="" delay="0" />
  </Map>
  <Map name="icedearth" phase1="0" phase2="0" author="g0d01w4r99">
    <Source block="ahl" x="63" y="63" z="63" type="" delay="0" />
  </Map>
  <Map name="crater" phase1="0" phase2="0" author="g0d01w4r99">
    <Source block="ahl" x="0" y="63" z="0" type="" delay="0" />
  </Map>
  <Map name="war" phase1="0" phase2="0" author="Epic_waffle777">
    <Source block="ahl" x="0" y="62" z="0" type="" delay="0" />
  </Map>
  <Map name="pot" phase1="0" phase2="0" author="Epic_waffle777">
    <Source block="ahl" x="63" y="62" z="0" type="" delay="0" />
  </Map>
  <Map name="wormhole" phase1="0" phase2="0" author="Epic_waffle777">
    <Source block="ahl" x="1" y="63" z="1" type="" delay="0" />
  </Map>
  <Map name="underground" phase1="0" phase2="0" author="g0d01w4r99">
    <Source block="ahl" x="36" y="24" z="43" type="place ahl 0 63 0" delay="0" />
  </Map>
  <Map name="YOUR MAP NAME" phase1="0" phase2="0" author="AUTHOR NAME">
    <Source block="ahl" x="X COORDINATE" y="Y COORDINATE" z="Z COORDINATE" type="" delay="0" />
  </Map>
</Maps>

Now simply load your server and the map will be on the list of avaliable maps.
Image
User avatar
g0d01w4r99
 
Posts: 453
Joined: 09 May 2011, 13:05
Location: Behind you.

Re: How do I add custom maps?

Postby kingdomh55 » 29 Aug 2011, 23:33

Yay thank you
kingdomh55
 
Posts: 7
Joined: 29 Aug 2011, 01:19

Re: How do I add custom maps?

Postby g0d01w4r99 » 30 Aug 2011, 08:45

No problem :)
Image
User avatar
g0d01w4r99
 
Posts: 453
Joined: 09 May 2011, 13:05
Location: Behind you.


Return to Help

Who is online

Users browsing this forum: No registered users and 17 guests

cron