View Single Post
  #8  
Old June 6th, 2005, 10:33 AM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default Re: New Map Utils For Dom2

Im thinking it could be done by reading in the #neighbor lines to an array. Choosing any province with more than 4 neighbors, and then making it and all of those neighbors into a "nation", might give good results.

Anything done in Java or C++ I guess would run on my server if it has a non-gui run mode and doesnt do anything too Windows specific. So if you want to have a util that creates a "new fresh scenario every day for download" we can set that up easily.

I was considering that a master utility could take all the time it wants to "think" about things if it runs that way. And the DomMap maps arent TOO bad with A LOT of switches so if you figure out a formula that fairly often generates a map that has patterns and colors you like. Then you could run a map, rework the .map file, add a .mod file, and zip up the whole thing. Even if it sucks you can redo it every day which makes it worth checking on. Seems to work for my site.

Gee you guys make me consider getting back into my projects. My data files would be compatable even if my code isnt (I do mine in Basic)

Gandalf Parker
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
Reply With Quote