.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
World Supremacy- Save $9.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 2: The Ascension Wars > Scenarios, Maps & Mods

Reply
 
Thread Tools Display Modes
  #31  
Old August 21st, 2006, 11:39 PM
paradoxharbinger's Avatar

paradoxharbinger paradoxharbinger is offline
Sergeant
 
Join Date: May 2004
Posts: 338
Thanks: 0
Thanked 0 Times in 0 Posts
paradoxharbinger is on a distinguished road
Default Re: new map generator

right now, all of the colors are just placeholders for debugging and will be chosen with more care according to the sprites that are going to be placed in each respective area. the final colors will probably look similar to the ones in that older map i put up that already had the sprites.
__________________
ParadoxHarbinger's MapGen New Site!

Get The MapGen Alpha

Get The Dom3 Unit Maker

I'm shoulder high in crap, and my water-wings are flat!
Reply With Quote
  #32  
Old August 29th, 2006, 12:36 AM
paradoxharbinger's Avatar

paradoxharbinger paradoxharbinger is offline
Sergeant
 
Join Date: May 2004
Posts: 338
Thanks: 0
Thanked 0 Times in 0 Posts
paradoxharbinger is on a distinguished road
Default Re: new map generator

been pretty busy lately, just started a new job and was out of town for a while. will have some updates this weekend, hopefully province borders will be in.
__________________
ParadoxHarbinger's MapGen New Site!

Get The MapGen Alpha

Get The Dom3 Unit Maker

I'm shoulder high in crap, and my water-wings are flat!
Reply With Quote
  #33  
Old August 30th, 2006, 10:14 PM
paradoxharbinger's Avatar

paradoxharbinger paradoxharbinger is offline
Sergeant
 
Join Date: May 2004
Posts: 338
Thanks: 0
Thanked 0 Times in 0 Posts
paradoxharbinger is on a distinguished road
Default Re: new map generator

it's half way there, here's some provinces for ya. hope to make it so that water provinces can be made to be a different size than land ones, maybe another screen later. also expect boundaries to be smoothed out like the terrain type boundaries were.
Attached Images
File Type: gif 441429-test3.gif (48.6 KB, 195 views)
__________________
ParadoxHarbinger's MapGen New Site!

Get The MapGen Alpha

Get The Dom3 Unit Maker

I'm shoulder high in crap, and my water-wings are flat!
Reply With Quote
  #34  
Old August 31st, 2006, 12:45 AM
paradoxharbinger's Avatar

paradoxharbinger paradoxharbinger is offline
Sergeant
 
Join Date: May 2004
Posts: 338
Thanks: 0
Thanked 0 Times in 0 Posts
paradoxharbinger is on a distinguished road
Default Re: new map generator

here's one with water provinces larger than land ones. and i'm outta here for the night
Attached Images
File Type: gif 441441-test4.gif (55.8 KB, 230 views)
__________________
ParadoxHarbinger's MapGen New Site!

Get The MapGen Alpha

Get The Dom3 Unit Maker

I'm shoulder high in crap, and my water-wings are flat!
Reply With Quote
  #35  
Old August 31st, 2006, 03:46 AM
Agrajag's Avatar

Agrajag Agrajag is offline
Lieutenant Colonel
 
Join Date: Jul 2004
Location: Israel
Posts: 1,449
Thanks: 4
Thanked 8 Times in 2 Posts
Agrajag is on a distinguished road
Default Re: new map generator

Looks pretty cool, keep up the good work.
__________________
I'm in the IDF. (So any new reply by me is a very rare event.)
Reply With Quote
  #36  
Old August 31st, 2006, 01:17 PM
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 generator

A) Did you look at DomMap? Thats the generator that was mostly used in creating random maps for Dom2. The source code is available and a number of people worked on improvments. It is very configurable with tons of switches for how much of any terrain and color choices and amount of blur etc. But I did have a long list of wants that never got put in. I run daily maps off of it here....
http://www.dom2minions.com/~dominion...andomMaps.html
All 3 color schemes are done by the same program

B) your options are very needed. Especially the surrounded by water, islands, and wrapping.

C) will this be raw code? or something that can run on linux?

D) Would you like the new terrain math? For the terrain settings to put in the map?

E) will the output image be tga or rgb?

F) GIMP does generate really nice random maps, its free, scriptable, and works on all of the same operating systems that Dom3 does. But Im not sure how easy it would be to write a read/interpret program to create a .map file to go with it.

I have some programs for doing things like assigning reasonable names to provinces (forest names, ocean names, etc). And some for going into scenario work such as special provinces with magic sites, natives, monsters, terrain that all match. Also some for scattering castles, monsters, assiging random AIs that are allied against you, giving AIs special gods, etc. You can check out alot of that at www.dom3minions.com

Nice project. Good luck with it.

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
  #37  
Old August 31st, 2006, 08:46 PM
paradoxharbinger's Avatar

paradoxharbinger paradoxharbinger is offline
Sergeant
 
Join Date: May 2004
Posts: 338
Thanks: 0
Thanked 0 Times in 0 Posts
paradoxharbinger is on a distinguished road
Default Re: new map generator

gandalf,

a) i have seen dommap, and it was actually the reason i decided to embark on this project. i was looking for something to help me learn the c++ language, and it has done just that, as well as expand my knowledge of win32 programming. the color scheme i am using is not final, and eventually will be user defined.

b) these will be implemented eventually, but right now i am concentrating on regular maps, as the algorithms for the others are just more complex versions of the others. sprites are next up on the list, after i tweak the province algorithm a bit. in the distant future there is hope for a random name generator of my own design. it has already seen the light of day, it just isn't in the mapgen now, there are more imprtant things to implement.

c) as far as porting this to another OS, right now i have a windows pc, and that is what the gui for the mapgen is programmed for. it would not be too difficult to generalize the code to run from the console, so that anyone could compile the code (i think). i want as many people to be able to use the mapgen as possible, but i'm limited to the tools i have at hand.

d) the math used for generating the terrain is already finalized, i have only to tweak a couple of constants here and there. rivers aren't just painted on the way they are in other maps, mine are part of the heightmap algorithm.

e) the image output is currently tga, soon to be RLE tga.

f) i tanlged with gimp when i first started this project to get some sprites. it is not an experience i wish to repeat.
__________________
ParadoxHarbinger's MapGen New Site!

Get The MapGen Alpha

Get The Dom3 Unit Maker

I'm shoulder high in crap, and my water-wings are flat!
Reply With Quote
  #38  
Old September 1st, 2006, 02:15 PM
NTJedi's Avatar

NTJedi NTJedi is offline
General
 
Join Date: Jun 2003
Location: az
Posts: 3,069
Thanks: 41
Thanked 39 Times in 28 Posts
NTJedi is on a distinguished road
Default Re: new map generator

Great Work paradoxharbinger !!
__________________
There can be only one.
Reply With Quote
  #39  
Old September 4th, 2006, 06:26 PM
paradoxharbinger's Avatar

paradoxharbinger paradoxharbinger is offline
Sergeant
 
Join Date: May 2004
Posts: 338
Thanks: 0
Thanked 0 Times in 0 Posts
paradoxharbinger is on a distinguished road
Default Re: new map generator

i found and resolved a massive memory leak today. apparently you cannot use commas to chain delete commands.
__________________
ParadoxHarbinger's MapGen New Site!

Get The MapGen Alpha

Get The Dom3 Unit Maker

I'm shoulder high in crap, and my water-wings are flat!
Reply With Quote
  #40  
Old September 6th, 2006, 10:09 PM
paradoxharbinger's Avatar

paradoxharbinger paradoxharbinger is offline
Sergeant
 
Join Date: May 2004
Posts: 338
Thanks: 0
Thanked 0 Times in 0 Posts
paradoxharbinger is on a distinguished road
Default Re: new map generator

hey everybody. since i started this thread, i've been using it as the main means of dispensing information to the community adn have completely neglected the website i had set up for the mapgen. i finally made an update to the site and you can find some new screens there. the link's in my sig, enjoy.
__________________
ParadoxHarbinger's MapGen New Site!

Get The MapGen Alpha

Get The Dom3 Unit Maker

I'm shoulder high in crap, and my water-wings are flat!
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 04:32 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.