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

This Month's Specials

Air Assault Task Force- Save $8.00
winSPWW2- Save $5.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 3: The Awakening > Scenarios, Maps and Mods

Reply
 
Thread Tools Display Modes
  #1  
Old February 19th, 2007, 11:04 PM
DrPraetorious's Avatar

DrPraetorious DrPraetorious is offline
Major General
 
Join Date: Feb 2005
Location: Lake of Hali, Aldebaran, OH
Posts: 2,474
Thanks: 51
Thanked 67 Times in 27 Posts
DrPraetorious is on a distinguished road
Default Re: MapGen alpha release!

That fixed it.

Thanks!

Making maps now.....
__________________
If you read his speech at Rice, all his arguments for going to the moon work equally well as arguments for blowing up the moon, sending cloned dinosaurs into space, or constructing a towering *****-shaped obelisk on Mars. --Randall Munroe
Reply With Quote
  #2  
Old February 19th, 2007, 11:21 PM
DrPraetorious's Avatar

DrPraetorious DrPraetorious is offline
Major General
 
Join Date: Feb 2005
Location: Lake of Hali, Aldebaran, OH
Posts: 2,474
Thanks: 51
Thanked 67 Times in 27 Posts
DrPraetorious is on a distinguished road
Default Re: MapGen alpha release!

A few RFEs -
* control for the frequency with which different terrains are seeded. At the moment, these maps have no mountains, which is a game balance issue.

* border mountains. Not sure how to do this, as border mountains don't get seeded like other terrains.

Anyway, it works great, it's amazingly fast. Nice work!
__________________
If you read his speech at Rice, all his arguments for going to the moon work equally well as arguments for blowing up the moon, sending cloned dinosaurs into space, or constructing a towering *****-shaped obelisk on Mars. --Randall Munroe
Reply With Quote
  #3  
Old February 19th, 2007, 11:24 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: MapGen alpha release!

sweet.

im going to remove the other attachments, and post a new zip with an updated readme in it.
Attached Files
File Type: zip 497768-MapGen_0.50.02192007.zip (46.7 KB, 197 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
  #4  
Old February 19th, 2007, 11:35 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: MapGen alpha release!

as far as how terrains are seeded, oceans, land masses and mountains are determined strictly by a height map, so everything below x is ocean, everything above y is mountains. rivers are created in a similar manner. the other terrains are sort of 'grown' in the space in between.

try using the tlevel command

the default is tlevel: mountain 120;

so try using a lower number

impassable terrains, border mountains and the other dom3 terrains are something that i intend to work on after i get the sprite functionality in.

well i'm glad that the thing is working, though i'm quite annoyed that it can't be simply copied to another machine.
__________________
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
  #5  
Old February 20th, 2007, 02:26 AM
DrPraetorious's Avatar

DrPraetorious DrPraetorious is offline
Major General
 
Join Date: Feb 2005
Location: Lake of Hali, Aldebaran, OH
Posts: 2,474
Thanks: 51
Thanked 67 Times in 27 Posts
DrPraetorious is on a distinguished road
Default Re: MapGen alpha release!

Oh, I get it. That sets the water level! Okay, that'll work fine.

I think I found a bug in one of the maps it generated (attached). Provinces 10 and 11 appear to have their terrain assignments reversed. There are a few other terrain reversals.

If I had to guess, I think that the script is numbering provinces wrong whe the center (white) pixels have the same y-coordinate. That's just a guess though.

Thanks for the awesome tool!
Attached Files
File Type: zip 497790-wt3.zip (2.98 MB, 257 views)
__________________
If you read his speech at Rice, all his arguments for going to the moon work equally well as arguments for blowing up the moon, sending cloned dinosaurs into space, or constructing a towering *****-shaped obelisk on Mars. --Randall Munroe
Reply With Quote
  #6  
Old February 20th, 2007, 03:03 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: MapGen alpha release!

that may be. i will check it out.

btw, can you post the debug for this map? i'd be interested to see ho long it took to generate it
__________________
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
  #7  
Old February 20th, 2007, 03:07 AM
DrPraetorious's Avatar

DrPraetorious DrPraetorious is offline
Major General
 
Join Date: Feb 2005
Location: Lake of Hali, Aldebaran, OH
Posts: 2,474
Thanks: 51
Thanked 67 Times in 27 Posts
DrPraetorious is on a distinguished road
Default Re: MapGen alpha release!

Oh, sorry, I overwrote it already.

This one is about the same size - took 1 minute and 14 seconds, it says. Gah, that's just for the last part.

Total time is about 15 minutes, counting all the steps.
__________________
If you read his speech at Rice, all his arguments for going to the moon work equally well as arguments for blowing up the moon, sending cloned dinosaurs into space, or constructing a towering *****-shaped obelisk on Mars. --Randall Munroe
Reply With Quote
  #8  
Old February 20th, 2007, 03:20 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: MapGen alpha release!

well i took a look at the one you posted, the centers are very close to having the same y coordinate, but they differ by 1. they may have had the same y-coord before the province centers were adjusted, but i cant tell without the debug, so if you see it again, make sure you save it.

speaking of which, first priority is making debug as verbose as i can to address any issues anyone finds
__________________
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 07:31 PM.


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