Re: Need help with some basic map stuff.
Provinces in a map image are defined by a single white pixel - RGB(255,255,255). It sounds like your image may have other white in it. Change the non province pixels to an off white - RGB(255,255,250) or something along those lines. You will have to manually draw your own borders. Making those borders pure red will help dom3 guess neighbors, but it will not be perfect. I prefer to just remove all neighbors and then manually set them from within the dom3 editor.
|