Millenium Posted July 14, 2012 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 131 Reputation: 0 Joined: 07/10/12 Last Seen: July 16, 2012 Share Posted July 14, 2012 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! Quote Link to comment Share on other sites More sharing options...
Mystery Posted July 14, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted July 14, 2012 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 Quote Link to comment Share on other sites More sharing options...
Haziel Posted July 14, 2012 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted July 14, 2012 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. Quote Link to comment Share on other sites More sharing options...
Millenium Posted July 14, 2012 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 131 Reputation: 0 Joined: 07/10/12 Last Seen: July 16, 2012 Author Share Posted July 14, 2012 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? Quote Link to comment Share on other sites More sharing options...
Mystery Posted July 14, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted July 14, 2012 In the program called grfbuilder, there is an option called "Merge GRF". Quote Link to comment Share on other sites More sharing options...
Haziel Posted July 14, 2012 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted July 14, 2012 (edited) 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 July 14, 2012 by Haziel Quote Link to comment Share on other sites More sharing options...
Syouji Posted July 14, 2012 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 1245 Reputation: 395 Joined: 11/19/11 Last Seen: January 15, 2020 Share Posted July 14, 2012 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 Quote Link to comment Share on other sites More sharing options...
Millenium Posted July 14, 2012 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 131 Reputation: 0 Joined: 07/10/12 Last Seen: July 16, 2012 Author Share Posted July 14, 2012 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? Quote Link to comment Share on other sites More sharing options...
Angst Posted July 15, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 97 Reputation: 20 Joined: 11/13/11 Last Seen: February 14, 2023 Share Posted July 15, 2012 (edited) 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 July 15, 2012 by Angst Quote Link to comment Share on other sites More sharing options...
Question
Millenium
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.