View Single Post
  #2  
Old November 4th, 2003, 01:44 PM

Sammual Sammual is offline
BANNED USER
 
Join Date: Oct 2003
Posts: 194
Thanks: 0
Thanked 0 Times in 0 Posts
Sammual is on a distinguished road
Default 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
Reply With Quote