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

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- 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 March 1st, 2009, 02:56 PM

pyg pyg is offline
BANNED USER
 
Join Date: Jan 2009
Location: a small farm
Posts: 340
Thanks: 73
Thanked 103 Times in 42 Posts
pyg is on a distinguished road
Default Re: Perking up the AI

Not sure where to post this actually so posting here in the most active relevant thread.

I made some auto-generated mods that have added custom nations using independent units with independent flags to mix in with other *original nation* ais. There 20+ added to each era so a straight mix will result in about 50% IndyFunPits AI nations. These aren't going to be as strong as *original nation* AIs but they will be hidden with their independent flags and independent units. Also capturing an IndyFunPits capital will give you a nice high pop province, but they don't get much in the way of magic sites.

If there were enough people interested it might be fun to try ~10 players with ~10 allied impossible IndyFunPits AIs on AoMOgre SemiRand version with independents-9 and fixed starts so AIs alternated players (maybe VP victory by 50% capitals). This would make a challenging start but most of the early game would be against independents not humans. After that whomever had the best early game would probably at least do very well. This would favor certain nations with good sacreds and awake SC pretenders.

Included are three mods, one for each era.
Attached Files
File Type: zip ifp.zip (16.4 KB, 132 views)
Reply With Quote
The Following 2 Users Say Thank You to pyg For This Useful Post:
  #2  
Old March 1st, 2009, 03:49 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: Perking up the AI

Quote:
Originally Posted by pyg View Post
Not sure where to post this actually so posting here in the most active relevant thread.

Included are three mods, one for each era.
WAY cool IMHO.

You probably should begin a new thread in the mods subdirectory just for discussing this mod and its changes. The first post in such a thread will always be able to be edited by you so it should contain description and the link to the file itself to allow for updates later.

Ummm... I have one request. Could you place the images in a subdir called ifp? Its become abit of a standard. That way the mod directory is only .dm files and each .dm refers to subdirs for anything else. It makes updates, deletions, and cleanups much easier

And by the way, Id be happy to host such a game.

Gandalf Parker
--
per peer-pressure preoccupation
My maps, mods, and mullings can be found at
http://www.Dom3Minions.com
Reply With Quote
  #3  
Old February 25th, 2009, 04:05 PM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default Re: Perking up the AI

Oohh, very nice, I'll have a look at that later. As I wrote, I found wx quite good to work with, too, without any IDE or WYSIWYG interface even. I made a GUI for a batch image downloader from hand. The one nuisance that I have with wx: The Python documentation isn't 100% complete. If you really want to know about all the usuable things there are in wx, then you need to look at the non-Python documentation for it. Apart from that, I like it the most from the options there are.
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief
Reply With Quote
  #4  
Old February 25th, 2009, 04:24 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: Perking up the AI

Boa does indeed look nice. But, it does not appear to have been updated for the past 1.5 years. I guess if what is already there works well, then great. I probably wouldn't want to get too wedded to it though, as it will probably break against newer versions of wx at some point.
__________________
Syntax Highlighting for Vim
Reply With Quote
  #5  
Old February 25th, 2009, 05:35 PM

das123 das123 is offline
Corporal
 
Join Date: Mar 2003
Location: Australia
Posts: 109
Thanks: 2
Thanked 20 Times in 11 Posts
das123 is on a distinguished road
Default Re: Perking up the AI

Most of the info about wx is available, and for the tricky questions I just asked at http://bytes.com/topic/python/ where the community was very helpful.

As far as Boa not being updated for some time, I remember that that worried me as well. But then I found a post where someone said that it is active but mature and really is a case of 'if it ain't broke - don't fix it.' Even though it looks like it is Alpha or Beta with the version numbering, it really does a very good job - especially for Python newbies like me. I had a quick look at kTinker etc but it looked more complicated. Give me drag and drop any day.
__________________
Want to auto back-up each turn?...Dom3Bak
Reply With Quote
The Following User Says Thank You to das123 For This Useful Post:
  #6  
Old February 25th, 2009, 06:41 PM
lch's Avatar

lch lch is offline
General
 
Join Date: Feb 2007
Location: R'lyeh
Posts: 3,861
Thanks: 144
Thanked 403 Times in 176 Posts
lch is on a distinguished road
Default Re: Perking up the AI

Well, yes, the wx information is available... It's just that the docs about the Python bindings for it are lacking! There are whole classes missing or being undocumented how to use them. "Use the source, Luke" is prolly the best answer if you want to know about all there is available. That's pretty much what I was told in the wx IRC channel, too.
__________________
Come to the Dom3 Wiki and help us to build the biggest Dominions-centered knowledge base on the net.
Visit my personal user page there, too!
Pretender file password recovery
Emergency comic relief
Reply With Quote
  #7  
Old February 25th, 2009, 07:18 PM

das123 das123 is offline
Corporal
 
Join Date: Mar 2003
Location: Australia
Posts: 109
Thanks: 2
Thanked 20 Times in 11 Posts
das123 is on a distinguished road
Default Re: Perking up the AI

The trick is in accessing the data. In Boa the wxPython help seems quite comprehensive. And when you combine that with the wx examples most things come to light fairly quickly.

The trick to using the examples is not just to open them in Boa (which links to them in the help menu), but to also run them from the wxPython install by selecting 'Run the Python wx DEMO'. This brings up an application that shows each example working so you can see what you are getting. It also gives a description and the code. This is more valuable than the help file. Actually - start here with the examples. Makes life SOOOO much easier.
__________________
Want to auto back-up each turn?...Dom3Bak
Reply With Quote
  #8  
Old March 1st, 2009, 06:51 PM
Endoperez's Avatar

Endoperez Endoperez is offline
National Security Advisor
 
Join Date: Sep 2003
Location: Eastern Finland
Posts: 7,110
Thanks: 145
Thanked 153 Times in 101 Posts
Endoperez is on a distinguished road
Default Re: Perking up the AI

Wow, this thread looks really, really promising. I always felt sorry for SemiRandom, because it sounded such a GREAT idea but it got so little attention (from me as well) when you thought about how much it would add to everyone's enjoyment of Dominions.

P.S. Last week, I directed a 13-year-old student of my father towards Java and Python. He wants to learn programming, and I bet all this would be quite an inspiration.
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:08 AM.


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