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

This Month's Specials

Raging Tiger- Save $9.00
The Star and the Crescent- Save $9.00

   







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

Reply
 
Thread Tools Display Modes
  #1  
Old September 19th, 2006, 01:58 PM
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 - AomOrc

While we're on the subject of random names, I don't suppose anyone is interested in my Sentencer Exclusive (Beta), a very (very) simple program that I whipped up using C that makes up random words (or rather, sentences), in a way that they are 100% guaranteed to be pronounceable (though a few tongue-breakers are inevitable), and is based on a table of frequency of the different letters in English, so it will probably seem english-esque.
__________________
I'm in the IDF. (So any new reply by me is a very rare event.)
Reply With Quote
  #2  
Old September 19th, 2006, 07:51 PM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: New Map - AomOrc

Your name lists will make a great resource Gandalf. Do you have similar name generators for swamp, mountain and wasteland?

With the answer I got regarding the Dom3 map editor here,
I have an idea for a change in direction for my hexmap project. I won't discuss it further here, but maybe I will post some of my thoughts in the other thread.

Agrajag, I don't personally have a need for it, but it sounds very cool.
__________________
RanDom v2 - Map gen & Semirandomizer.
Province Editor - Custom province creation made easier.
God Editor - Custom pretender creation made easier.
Map Forge - Map editor
Reply With Quote
  #3  
Old September 19th, 2006, 09:07 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 - AomOrc

No interest was shown. I was also going to expand on those two generators. I could go ahead and start on them if you were interested.
__________________
-- 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
  #4  
Old September 19th, 2006, 09:25 PM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: New Map - AomOrc

Do not go to extra trouble just for me Gandalf. If others show an interest as well, or you are just feeling creative sometime, I am sure that I would find it useful on occasion even if my map editor project never gets off the ground. It is always nice to have resources to go to for creative inspiration, and the name lists do provide that.
__________________
RanDom v2 - Map gen & Semirandomizer.
Province Editor - Custom province creation made easier.
God Editor - Custom pretender creation made easier.
Map Forge - Map editor
Reply With Quote
  #5  
Old September 19th, 2006, 09:36 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 - AomOrc

OK some quickies.....
http://www.dom2minions.com/~dominion/maps/

SwampList.txt
SwampName.txt
WatersList.txt
WatersName.txt
swamp.bas
water.bas

I really should edit the words at the beginning so they dont all use the same words for making up names.
__________________
-- 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
  #6  
Old September 19th, 2006, 10:00 PM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: New Map - AomOrc

Excellent quickies!
I found one of the swamp names rather amusing: "Deformed Bottoms"
__________________
RanDom v2 - Map gen & Semirandomizer.
Province Editor - Custom province creation made easier.
God Editor - Custom pretender creation made easier.
Map Forge - Map editor
Reply With Quote
  #7  
Old September 19th, 2006, 11:31 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 - AomOrc

Here is another quickie.
Check out the results of RName.sh
http://www.dom2minions.com/~dominion/maps/Names.txt
http://www.dom2minions.com/~dominion/maps/NamesList.txt

Various programs use really complicated arrays of how frequently letters appear in the english language. They parse a spelling dictionary to get that. I just shorted it to grabbing small pieces from the spelling dictionary and pasting them together. Not fantastic but pretty good for a short-n-dirty shell script.

They can work for unique commander names. Or to toss in some uniques to the other files to get
Antoer Forest
Ngiassti Mire
Icatannab Plains

BTW these will all run fresh copies automatically every day.
__________________
-- 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
  #8  
Old September 20th, 2006, 06:57 PM
Ballbarian's Avatar

Ballbarian Ballbarian is offline
Colonel
 
Join Date: May 2005
Location: Kansas, USA
Posts: 1,538
Thanks: 289
Thanked 194 Times in 94 Posts
Ballbarian will become famous soon enough
Default Re: New Map - AomOrc

Thanks Gandalf, that will be useful as well.

A note of interest:
I started a single player game shortly after uploading the patched map file as base Pythium vs 11 ai oponents. Pure bad luck started me in the rough start position that I had mentioned. I now control most of the swamps, a large chunk of the wastelands and some mountain provinces. My gem income is very respectable, but of course gold is scarce and starvation is an issue until I can find more nature sites for bags of wine. I now border 3 rival nations and things are not looking very promising. If I can hold them back for a few more turns I should be able to break out of the mire and start taking some gold generating provinces. All things considered it has been every bit of the challenge that I had hoped.
__________________
RanDom v2 - Map gen & Semirandomizer.
Province Editor - Custom province creation made easier.
God Editor - Custom pretender creation made easier.
Map Forge - Map editor
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 12:30 AM.


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