Jump to content
  • 0

Error adding custom map ( Crystilia )


Yudax

Question


  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  248
  • Reputation:   7
  • Joined:  11/27/12
  • Last Seen:  

I got this error when i typed @warp crystilia

this is my maps_athena

//map: tank_test
//map: tank_test2
//map: test
map: Crystilia

map_index

//Example:
//
//mymap 1250
//mymap-2
//Crystilia
Crystilia 1251

I have used WeeMapCache in adding the maps and i got this error

map_zpsf3b9481b.jpg

Link to comment
Share on other sites

13 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  318
  • Reputation:   37
  • Joined:  12/30/11
  • Last Seen:  

you added your map in your mapnametable.txt in your client?

Crystilia.rsw#Crystilia#
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  1245
  • Reputation:   392
  • Joined:  11/19/11
  • Last Seen:  

This particular map has a default name of "crystilia" (Found here) and therefore your maps_athena and map_index must use the name "crystilia". If you changed the map name by right-clicking -> Rename -> and gave it something new, that won't work. Only BrowEdit and other 3rd party programs can rename maps.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

This particular map has a default name of "crystilia" (Found here) and therefore your maps_athena and map_index must use the name "crystilia". If you changed the map name by right-clicking -> Rename -> and gave it something new, that won't work. Only BrowEdit and other 3rd party programs can rename maps.

ah... we cannot rename it like that T_T

thx for the info!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   4
  • Joined:  12/19/12
  • Last Seen:  

So meaning to say, The only thing that is wrong is the letter "c" being uppercase?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  1245
  • Reputation:   392
  • Joined:  11/19/11
  • Last Seen:  

Yep. The map name itself is coded in the .rsw file itself. If the name of the file doesnt match what the .rsw is set to, it won't work.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   4
  • Joined:  12/19/12
  • Last Seen:  

To change .rsw filename you have to do it in browedit?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  1245
  • Reputation:   392
  • Joined:  11/19/11
  • Last Seen:  

Based on what I know yes. However I'm sure there is another way to do it. I'll look into it.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  353
  • Reputation:   70
  • Joined:  07/14/12
  • Last Seen:  

This particular map has a default name of "crystilia" (Found here) and therefore your maps_athena and map_index must use the name "crystilia". If you changed the map name by right-clicking -> Rename -> and gave it something new, that won't work. Only BrowEdit and other 3rd party programs can rename maps.

thx for the info ! :D

i learned something new today

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  1245
  • Reputation:   392
  • Joined:  11/19/11
  • Last Seen:  

An alternative to opening & saving a map under a new name in BrowEdit is to do the following:

1. Install Notepad++

2. Install the HEX Editor Plugin for Notepad++ (http://sourceforge.n...2/topic/3395118)

3. Open the .rsw map file and in Notepad++ go to Plugin -> HEX-Editor -> View in HEX

4. Find the .gat & .gnd names set in the .rsw file and replace it with a new name.

5. Rename your .gat, .gnd & .rsw map files to the new name you set.

6. Test the map & it should work.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  248
  • Reputation:   7
  • Joined:  11/27/12
  • Last Seen:  

W

 

An alternative to opening & saving a map under a new name in BrowEdit is to do the following:
1. Install Notepad++
2. Install the HEX Editor Plugin for Notepad++ (http://sourceforge.n...2/topic/3395118)
3. Open the .rsw map file and in Notepad++ go to Plugin -> HEX-Editor -> View in HEX
4. Find the .gat & .gnd names set in the .rsw file and replace it with a new name.
5. Rename your .gat, .gnd & .rsw map files to the new name you set.
6. Test the map & it should work.

I tried to open a map name hc_prontera to browedit. After which browedit doesnt respond and automatically closed itself.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  87
  • Topics Per Day:  0.02
  • Content Count:  1335
  • Reputation:   932
  • Joined:  10/26/11
  • Last Seen:  

Look at the browedit console output, what it says?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  1245
  • Reputation:   392
  • Joined:  11/19/11
  • Last Seen:  

Yudax, I assume you're referring to this map (http://rathena.org/board/topic/68351-free-release-camland-prontera/) made by Kasumy. The reason it crashes is because you didnt have BrowEdit read the data folder pathway the map uses. In that data folder are model & texture changes. So make sure you convert the data folder into a GRF (add the GRF to BrowEdit) or add the data folder pathway (ro.xml)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   4
  • Joined:  12/19/12
  • Last Seen:  

An alternative to opening & saving a map under a new name in BrowEdit is to do the following:

1. Install Notepad++

2. Install the HEX Editor Plugin for Notepad++ (http://sourceforge.n...2/topic/3395118)

3. Open the .rsw map file and in Notepad++ go to Plugin -> HEX-Editor -> View in HEX

4. Find the .gat & .gnd names set in the .rsw file and replace it with a new name.

5. Rename your .gat, .gnd & .rsw map files to the new name you set.

6. Test the map & it should work.

Will be trying! I'll post again when an update. Thanks!
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...