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

This Month's Specials

Air Command 3.0- Save $12.00
War Plan Pacific- Save $7.00

   







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

Reply
 
Thread Tools Display Modes
  #1  
Old October 22nd, 2006, 04:13 AM

Leif_- Leif_- is offline
Sergeant
 
Join Date: Sep 2003
Location: Norway
Posts: 346
Thanks: 0
Thanked 0 Times in 0 Posts
Leif_- is on a distinguished road
Default Re: the Mappers Wishlist

I'd like to see the ability to place constraints on #neighbour definitions, particularly turn limits and limits on what abilities units must have pass.

Something like:

#neighbour 100 101 turn>30,unit=fireres

wich would mean you could travel between province 100 and 101 only after turn 30, and only with units that all have fire resistance.

Secondly, a brief (one to two lines) description of a province that could be shown in-game would be nice for flavour stuff.
__________________
"Freefall, my old nemesis! All I have to do is activate my compressed gas rocket boots and I will cheat you once again! Belt control ON!…On?" [i]Othar Trygvasson[i]
Reply With Quote
  #2  
Old October 29th, 2006, 04:03 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: the Mappers Wishlist

Currently a mapedit command exists called
#startspell <player> "spell name" <<<<Broken= Only works for one turn>>>>

I recommend adding the exact opposite which could remove a spell from being researched by a nation.
Something such as #deletespell <player> "spell name"

This command would allow mapmakers to customize what spell options are available to an AI opponent.
__________________
There can be only one.
Reply With Quote
  #3  
Old October 31st, 2006, 10:29 PM
Singularity24601's Avatar

Singularity24601 Singularity24601 is offline
Corporal
 
Join Date: Oct 2006
Posts: 55
Thanks: 1
Thanked 10 Times in 2 Posts
Singularity24601 is on a distinguished road
Default Re: the Mappers Wishlist

I would love it if a map generator could randomly place a moddable list of scripted provinces such that eg, we might encounter "The Pillar of the World" (creatures, sites, map icon) from Orania in any map -> a scenario generator. Each scripted province should have specific requirements (no forests + no mountains, underwater only, etc) and a rarity level.
Reply With Quote
  #4  
Old October 31st, 2006, 10:33 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: the Mappers Wishlist

We can actually do that on our own. There was a project for it in Dom2 but it didnt get very far.
http://www.dom2minions.com/SemiRandom.shtml

I was going to ask for peoples special provinces and create a directory for them which would allow them to be randomly selected and inserted into random maps.
__________________
-- 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
  #5  
Old November 1st, 2006, 02:55 AM
Singularity24601's Avatar

Singularity24601 Singularity24601 is offline
Corporal
 
Join Date: Oct 2006
Posts: 55
Thanks: 1
Thanked 10 Times in 2 Posts
Singularity24601 is on a distinguished road
Default Re: the Mappers Wishlist

Interesting. What is the status of the project for Dominions 3? You could use the Orania special provinces as a default database for testing. I don't know much about the program, but other than rarity, terrain required, etc, would it be easy to define each special province simply as you would in a .MAP file, which the generator just copies and pastes?

Perhaps a program the analyses a plain .MAP file with its terrain types and outputs a .MAP file with some randomised special provinces?
Reply With Quote
  #6  
Old November 1st, 2006, 12:04 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: the Mappers Wishlist

That was the concept.

Terrain, neighbors, and nostarts could be analyzed. That way special recognition could be given to
forest
mountain
swamp
combos such as forest/mountain
lakes (water with all land neighbors)
islands (land with all water neighbors)
nostart (not enough neighbors, possible choke points on map)
dead ends (only one neighbor)
cut offs till late game (no neighbors)

It doesnt matter to me how long it takes or how much "thinking" the programming needs to do. I can leave it running on my server and make the map available each time it finishes. It can take a full day to generate a map. It could take a week.
__________________
-- 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
  #7  
Old November 1st, 2006, 02:31 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: the Mappers Wishlist

the things you mentioned analyzing the *.map for don't seem like they ought to take that long, unless i'm missing something. why would this ever take more than a few seconds to run, even with many provinces?
__________________
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
  #8  
Old January 19th, 2007, 11:36 AM
Jack_Trowell's Avatar

Jack_Trowell Jack_Trowell is offline
Second Lieutenant
 
Join Date: Oct 2006
Location: Toulouse, FRANCE
Posts: 436
Thanks: 150
Thanked 21 Times in 13 Posts
Jack_Trowell is on a distinguished road
Default Re: the Mappers Wishlist

Quote:
Singularity24601 said:
Interesting. What is the status of the project for Dominions 3? You could use the Orania special provinces as a default database for testing. I don't know much about the program, but other than rarity, terrain required, etc, would it be easy to define each special province simply as you would in a .MAP file, which the generator just copies and pastes?

Perhaps a program the analyses a plain .MAP file with its terrain types and outputs a .MAP file with some randomised special provinces?

I started such a project recently, and it is now available online at http://dominions.realites.org
(you can also download the whole source code if you wish)

The project has started recently so the list of special provinces is still small (http://dominions.realites.org/?actio...cial_provinces), but you're welcome to make suggestions of new provinces and their terrain types requirements.
__________________
Q: "How many Vorlons does it takes to change a lightbulb ?"
A: "Yes !" &lt;stranges noises&gt;
--
Dominions Map validator and randomizer : http://dominions.realites.org
Dominions Map editor v0.75b : http://dominions.realites.org/map_editor
Reply With Quote
  #9  
Old January 19th, 2007, 12: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: the Mappers Wishlist

To my counting there are now 3 such projects being actively worked on.
__________________
-- 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
Reply

Bookmarks

Tags
map commands, map editing, wishlist


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 02:19 AM.


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