Jump to content
  • 0

Adding map with a few files?


Millenium

Question


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  131
  • Reputation:   0
  • Joined:  07/10/12
  • Last Seen:  

How exactly would I implement a map with only the .grf file or .grf & .bmp? I've only found maps with one of these files or both together.

Is the .rsw, .gat, .gnd needed for implementing?

~Thanks!

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

You need the .rsw and .gat because one out of the 3 contains the actual models, one contains actual coordinates players can walk on and the other contains something else? Textures, lighting, actual map.. o_O

Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

When they come in a GRF file, in most cases, is because they have custom Textures or Models, then, you should extract all the files from the GRF file and merge to yours to implement.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  131
  • Reputation:   0
  • Joined:  07/10/12
  • Last Seen:  

When they come in a GRF file, in most cases, is because they have custom Textures or Models, then, you should extract all the files from the GRF file and merge to yours to implement.

How would merge their .grf with mine? :o

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

In the program called grfbuilder, there is an option called "Merge GRF".

Link to comment
Share on other sites


  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

Use GRF Builder to open your own GRF then, use the Merge GRF option.

In case of sending to an Online Server, you must know how to patch updates, then, extract Map GRF files and send it as Update.

Edited by Haziel
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:  

Just as a side note, when merging a map from a GRF make sure it contains all 3 map files:

1. .RSW - Contains the terrain, models, effect, water levels, texture placements, sounds

2. .GND - Contains lightmaps of the map

3. .GAT - Contains all walkable areas

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  131
  • Reputation:   0
  • Joined:  07/10/12
  • Last Seen:  

Just as a side note, when merging a map from a GRF make sure it contains all 3 map files:

1. .RSW - Contains the terrain, models, effect, water levels, texture placements, sounds

2. .GND - Contains lightmaps of the map

3. .GAT - Contains all walkable areas

I opened the map.grf with grf builder, it had all them files.. I merged it with my data.grf, then I already had the map in my index and other files.

I started my servers and the map_serv removed my map, I have no idea why?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  97
  • Reputation:   20
  • Joined:  11/13/11
  • Last Seen:  

You need to add the map to your svn/db/map_cache.dat so the server knows the map exists and can calculate walkable area server-side.

Also you need to edit these two files as well:

Svn/db/map_index.txt

Svn/conf/maps_athena.conf

Weemapcache is a good user friendly program for adding maps to the server-side db

Edited by Angst
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...