• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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?
 
Level 9
Joined
Apr 28, 2009
Messages
538
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.
Top