Jump to content
  • 0

How to add a Custom Map the Server ...


Question

5 answers to this question

Recommended Posts

  • 3
Posted

Back from eAthena, brianL posted this..

1. Server edits:
  • .../conf/maps_athena.conf - Add a line for each new map
    CODE
    map: maintown
  • .../db/map_index.txt - Add a line at the bottom for each new map (only the first custom map needs a starting ID)
    CODE
    maintown<TAB>1250

2. Recompile your server's mapcache. I suggest using this pre-compiled Mapcache Maker.

  • TIP: if you download map_cache.dat from the SVN and put it in the folder with mapcache.exe, then it will run in rebuild mode (only add your maps)
  • Edit grf-files.txt to the location of your data.grf/sdata.grf
  • Make a temporary data folder somewhere (ex: on your Desktop) and put the 3 map files (.rsw, .gat, .gnd) in it.
  • Now edit the Data Directory location in grf-files.txt to the location of the data folder you just made with the map files in it.
  • Copy the map_index.txt from your server folder into the Mapcache Maker's folder.
  • Run mapcache.exe and it will create a new mapcache (called map_cache.dat)

3. Move/upload map_cache.dat to your server's .../trunk/db/ folder.

Start your server. If you receive a message "[Notice]: Removing map [ ______ ] from maplist", go back and check your work.

4. Client update: make a patch with the 3 map files.

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...