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.
That's the configuration for DoTA 6.57. Here's the one for Battleships Pro 1.189.
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?
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?