Jump to content
  • 0

custom map


Reborn

Question


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.03
  • Content Count:  290
  • Reputation:   3
  • Joined:  09/29/13
  • Last Seen:  

how can i make a custom map? i follow the instruction in making a custom mob here in rathena but unfortunately i cant make one or put the custom map ingame. where am i going to put my custom map sprite? and map are the step by step procedure? please help me.. i cant understand the guide in making a custom map and make it appear ingame. i hope someone can help me.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.03
  • Content Count:  290
  • Reputation:   3
  • Joined:  09/29/13
  • Last Seen:  

  /hmm

Edited by dfabsgwapings
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  86
  • Topics Per Day:  0.02
  • Content Count:  591
  • Reputation:   146
  • Joined:  06/19/12
  • Last Seen:  


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  179
  • Reputation:   17
  • Joined:  04/24/14
  • Last Seen:  

lets say your map name is alberta your server name is someRO and your grf name is sRO.grf

 

step 1 - go to maps_athena.conf located in the conf folder(trunk\conf\maps_athena.conf) and add your map's details here 

example :-

map: alberta

 

step 2 - go to grf-files.txt located in the conf folder(trunk\conf\grf-files.txt) and make the following changes

//-----------------------------------------
// GRF Files
// Add as many as needed.
//-----------------------------------------

// grf: C:\path\to\RO\rata.grf
// grf: C:\path\to\RO\data.grf
// You may add more in this format
// grf: <data file path>

grf: E:\someRO\rdata.grf
grf: E:\someRO\data.grf
grf: E:\someRO\sRO.grf

//-----------------------------------------
// Data Directory
// Use the base folder, not the data\ path.
//-----------------------------------------
//data_dir: C:\path\to\RO\

data_dir: E:\someRO

step 3 - go to map_index.txt located in your db folder(trunk\db\map_index.txt) and add only your map's name

Example :-

alberta

 

step 4 -  go to your server's grf (sRO.grf) and search for mapnametable.txt

go to the bottom of this file and add your map's details

format :-

(your custom map name which is displayed on your map files.RSW)#(when we type /where in-game this text will be displayed)

Example : alberta.rsw#Alberta#

 

step 5 - you need to add your custom map files(.gat .gnd .rsw and maybe .extra) inside your server's grf.(you can remove them later if you dont want)

place them in your grf's data folder

Example :-
data\alberta.gat ----- make sure you put all 4 of your custom files here
 
once all these steps are done make sure you have saved the changes you have made so far.. so,just re-check everything step by step.
 
step 6 - run your mapcache.exe located in - trunk\mapcache.exe
 
step 7 - go in game!
 
if you get any errors while adding your custom map just read - http://rathena.org/wiki/Custom_Maps#Common_Errors
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.03
  • Content Count:  290
  • Reputation:   3
  • Joined:  09/29/13
  • Last Seen:  

topic closed.... ive already found the answer, thanks for those who help me...

Link to comment
Share on other sites

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.

×
×
  • Create New...