i also replaced the map bit at the end of the misc file with the text you posted
map = {
# Map: 0 - use default map, else load a new map from "map\map_X" folder where X = THIS.
1 #0
# Total provinces. There is a hard-coded limit to 10000. adjacent.tbl must be updated after any change
2770 #2608 (vanilla) #2770 (DH Map)
# Distance calculation model. 0 - use the old, map based calculation (slower and incorrect); 1 - use real world distances from airdist.tbl (based on distances.csv) and navaldist2.tbl files
1 #0
# Map Width. Should be multiple of 32! NOT USED YET!
29952 #29952
# Map Height. Should be multiple of 32! NOT USED YET!
11520 #11520
}
I will copy the HybridMDS mod to my dh1.04 game and see what I have to do to get it to run. Back later.