Re: Map Creation Questions.
I started work on a web-based senerio editor and I think I answered some of my own questions.
1) The game does not care about borders.
2) The "Capital" pixel is the key.
3) The provinces number from bottem left to the right, up, to the right, in order of the "Capital" pixel found.
In order to go any further I need to know the (X,Y) so-ordinants for each "Capital" pixel. As I am working within a web based system I am having a lot of trouble with that one. I can make map makers ad this info at the bottom of a map file, make the user click on each one when a new map is added, or find someone to write me a Java Applet that scans a TGA file and reports back the (X,Y) for each lone White pixel.
Suggestions anyone?
Sammual
|