• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Map Configuration

Status
Not open for further replies.
Level 12
Joined
Apr 18, 2007
Messages
1,130
I need to find the cfg file for my map, or I need to make my own.

I've worked on my own but I fail when it comes to three lines.
Code:
map_size = 240 232 51 0
map_info = 204 161 9 207
map_crc = 172 171 170 184

That's the configuration for DoTA 6.57. Here's the one for Battleships Pro 1.189.

Code:
map_size = 96 223 11 0
map_info = 41 76 64 190
map_crc = 4 252 188 210

I believe the first line has something to do with the dimensions of the map. I can guarentee the first value is width, the second height. But as for the rest, I've no clue. And for map_info and map_crc, I'm lost. Can anyone help?
 
The first 2 value from "map_size": the bounds of the map (the size, yes)
that "0" value is most probably the "Initial Cliff Level"

The first 2 values from "map_info" could be camera bounds/playable map area

That`s just a guess however.
 
Status
Not open for further replies.
Back
Top