.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 3: The Awakening

Reply
 
Thread Tools Display Modes
  #41  
Old January 16th, 2009, 05:07 PM

analytic_kernel analytic_kernel is offline
Corporal
 
Join Date: Jan 2009
Posts: 130
Thanks: 153
Thanked 21 Times in 12 Posts
analytic_kernel is on a distinguished road
Default Re: Curious about Dominions? how the AI thinks? which AI is best/worst?

Quote:
Originally Posted by Gandalf Parker View Post
Thank you Johan for another release of some of the NDA stuff (non-disclosure agreement). Im very sorry thru all of the arguments here that I was unable to discuss beta-group things such as the hidden switches. --allai, --superhost, and --comptrn being some of the more interesting and informative ones.
Of course, they weren't really hidden. They reside in the same part of the executables as the other long opts.

Code:
strings -t x /path/to/your/dom3/dom3_amd64 | egrep '(--)(\w)+$'
where /path/to/your/dom3 should be your Dom3 install directory. I won't post the list here, because it is version-dependent. Also don't want anyone accusing me of reverse engineering in violation of license agreement, though I don't really see this as such....

Still very useful to have descriptions of what they do. Thanks.
Reply With Quote
  #42  
Old January 16th, 2009, 05:42 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: Curious about Dominions? how the AI thinks? which AI is best/worst?

I know.
I often provide string-lists to people who request it. All of the units by name, all of the spells, all of the magic sites, all the forts, all the poptypes, all of the wish variables, all of the nation description texts, all of the tips file, all of the god titles, all the mod commands, all the spell effects, all the path variables, and of course all the switches. It saved alot of typing for people who wanted to create user-provided documentation on things.
You can find many in the docs directory of my server dom3minions.com

But I had to ask Johan before releasing any.
__________________
-- 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
  #43  
Old January 17th, 2009, 11:20 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: Curious about Dominions? how the AI thinks? which AI is best/worst?

OK now that --comptrn has also been revealed, Im considering adding it to these test runs. I would include into the web directory a zip file containing the rgb, fthrland, and all turn files for all the AIs.

A) it does allow seeing capital placements as analytic_kernel requested.
B) it would add to the processing time
C) it would be view only. You cannot play the game. Hitting "host" just gives you a "Game Over" message.
D) it might be of interest to new lurkers who would like to see a large end-game even if it was just AIs
__________________
-- 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
  #44  
Old January 17th, 2009, 12:14 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: Curious about Dominions? how the AI thinks? which AI is best/worst?

If you are curious about the AI builds (pretender, scales, etc) then you can create an icon which will only create a game and allow you to view those.

Short Answer: add --allai and --comptrn to a dom3 command

Long Answer:
If you are using Windows, then right-click your Dom3 icon and choose "copy".
Then right-click a blank spot on your desktop and choose "paste".
Now you have a copy of your Dom3 you can change.
Right-Click on the new copy, select "Properties".
In the "Target" window is the command line calling Dominions 3. There are tons of fun switches you can add there. For this make it..
"C:\Program Files\dominions3\dom3.exe" --allai --comptrn

That will allow you to create a game with all of the nations in as AIs, pick up their first turn, look at the gods and scales. You wont be able to play but let me know what you want and I will see if I can work it out for you. You can usually find me in the chat room. (the chat button at the top of this forum)

Personally I love to add switches. I also like to add
-fwacd (windowed, no fades, no credit screen, keep a game log, no animated backgrounds)

--clickvol 10 to turn down the keyclick thing

--scoredump which creates a seperate scoreboard page each turn like you see on some of the multiplayer servers with numbers for how many provinces, castles, etc each player has

--magicsites 65 --renaming --indepstr 7 --hofsize 15 --eventrarity 1 still gives me a chance to change them when I start a game but it sets them as the defaults that the switches are on so I dont have to change them every time. So adding --renaming to my icon changes renaming from defaulting to off and me having to turn it on for every game, to defaulting to on with an option for me to turn it off if I want.

--seapart 20 --mountpart 50 --mapgcol 50 100 50 250 some of my preferences when it creates a map. I like less water, more mountains which creates many chokepoints, and I change the color of the plains from brown to green

MY icon for looking at the pretenders includes all of those. Also it has
--randmap 20 to create a large random map
--era 1 because thats what Im checking out right now
viewgame (no -- on this one) which creates the game name and overwrites the game viewgame each time I click the icon.

here is a list of all the switches...
http://www.dom3minions.com/docs/CommandLine.txt
__________________
-- 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!)

Last edited by Gandalf Parker; January 17th, 2009 at 12:33 PM..
Reply With Quote
The Following User Says Thank You to Gandalf Parker For This Useful Post:
  #45  
Old January 17th, 2009, 03:39 PM

analytic_kernel analytic_kernel is offline
Corporal
 
Join Date: Jan 2009
Posts: 130
Thanks: 153
Thanked 21 Times in 12 Posts
analytic_kernel is on a distinguished road
Default Re: Curious about Dominions? how the AI thinks? which AI is best/worst?

Quote:
Originally Posted by Gandalf Parker View Post
A) it does allow seeing capital placements as analytic_kernel requested.
'Twasn't me. Might have been VedalkenBear.
http://forum.shrapnelgames.com/showp...1&postcount=15

Still good to know. Thanks.
Reply With Quote
  #46  
Old January 17th, 2009, 05:27 PM
JimMorrison's Avatar

JimMorrison JimMorrison is offline
Lieutenant General
 
Join Date: May 2008
Location: Utopia, Oregon
Posts: 2,676
Thanks: 83
Thanked 143 Times in 108 Posts
JimMorrison is on a distinguished road
Default Re: Curious about Dominions? how the AI thinks? which AI is best/worst?

Any chance of a --setcombatvol XX switch ever?
Reply With Quote
  #47  
Old January 17th, 2009, 06: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: Curious about Dominions? how the AI thinks? which AI is best/worst?

Afraid not anymore.
We are just stuck with the modified sound file collections which do make it easier to live with.
__________________
-- 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
  #48  
Old January 18th, 2009, 09:13 AM

VedalkenBear VedalkenBear is offline
Second Lieutenant
 
Join Date: May 2006
Posts: 465
Thanks: 10
Thanked 16 Times in 14 Posts
VedalkenBear is on a distinguished road
Default Re: Curious about Dominions? how the AI thinks? which AI is best/worst?

Yes, GP, that was me. While being able to get these data is the first step, a proper analysis should be the most important step. If I have time in a couple of days, I will look into how to analyze this.
Reply With Quote
  #49  
Old January 18th, 2009, 12:51 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: Curious about Dominions? how the AI thinks? which AI is best/worst?

The tests as they are done now were setup by Illwinter. They test everything. Not only balance but whether there is too much or too little random in map generating, god selection, scale selection, ai type, purchasing, research, etc etc. The problem being that with so much variation it takes a LOT of tests to average out any one thing such as the balance of nation strength. To test one thing, the other randoms should be limited as much as possible.

I have started looking at the maps generated on my site each day. If a set of statistics were to be done in a more controlled form then many controls could be added. The same map each time, close all the provinces so they cannot be starting provinces except specific ones so you know the distances already, give matching gods and scales (such as giving every race a monolith which is kindof hard for an AI to screw up).

Im thinking about using a medium sized map. But maps can affect the game SO much. A map with a central ocean surrounded by thin land strips, or one with a central land surrounded by thin ocean? One with multiple smaller oceans so each water nation can expand on its own but is in danger of dominion-death? Many smaller oceans and ponds which play toward the advantages of the sailing nations for having places they can strike by crossing one water province? How much of each terrain and how much should it be bunched.
__________________
-- 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
  #50  
Old January 18th, 2009, 10:43 PM

MaxWilson MaxWilson is offline
Major General
 
Join Date: Mar 2007
Location: Seattle
Posts: 2,497
Thanks: 165
Thanked 105 Times in 73 Posts
MaxWilson is on a distinguished road
Default Re: Curious about Dominions? how the AI thinks? which AI is best/worst?

I just have to say that --comptrn is indeed awesomely fun. I've always suspected, and now I know, that the AIs run out of money and stagnate because of troop upkeep for their massive armies; and now I know that they usually only research one school of magic up to very high levels before investing at all in other schools. Extremely interesting stuff.

-Max
__________________
Bauchelain - "Qwik Ben iz uzin wallhax! HAX!"
Quick Ben - "lol pwned"

["Memories of Ice", by Steven Erikson. Retranslated into l33t.]
Reply With Quote
Reply

Bookmarks

Tags
computer player, gandalf parker


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 10:56 PM.


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