.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

Reply
 
Thread Tools Display Modes
  #1  
Old November 3rd, 2003, 09:45 PM

licker licker is offline
Captain
 
Join Date: Sep 2003
Location: New Mexico
Posts: 990
Thanks: 13
Thanked 15 Times in 14 Posts
licker is on a distinguished road
Default Re: Supercombattant pretenders....what about...

I dunno about the rest of you, but it seems to me that bugs and balance will be the first things addressed, mostly becasue they are easier to tackle from a codeing standpoint (or in the case of difficult bugs, more important to fix).

Something that is lost in this discussion is that in the process of fixing these bugs, and redoing some balance issues the AI may get a boost from no longer suffereing due to an erronious or poor initial design. That said, improving the AI (*not simply making difficult maps) should always be in the mind of the players and developers, and I'd guess that Illwinter is interested in continuing to improve the entire game, including the AI.

Besides, the fact remains that the majority of game time is going to be SP, I'd estimate it at 80%. And while its nice to say things like 'don't cheese the AI if you don't want to' what I really want is for the AI to be able to 'cheese' me.
Reply With Quote
  #2  
Old November 3rd, 2003, 09:49 PM

DominionsFan DominionsFan is offline
Major
 
Join Date: Sep 2003
Location: Budapest, Hungary
Posts: 1,221
Thanks: 0
Thanked 1 Time in 1 Post
DominionsFan is on a distinguished road
Default Re: Supercombattant pretenders....what about...

Quote:
Originally posted by licker:
I dunno about the rest of you, but it seems to me that bugs and balance will be the first things addressed, mostly becasue they are easier to tackle from a codeing standpoint (or in the case of difficult bugs, more important to fix).

Something that is lost in this discussion is that in the process of fixing these bugs, and redoing some balance issues the AI may get a boost from no longer suffereing due to an erronious or poor initial design. That said, improving the AI (*not simply making difficult maps) should always be in the mind of the players and developers, and I'd guess that Illwinter is interested in continuing to improve the entire game, including the AI.

Besides, the fact remains that the majority of game time is going to be SP, I'd estimate it at 80%. And while its nice to say things like 'don't cheese the AI if you don't want to' what I really want is for the AI to be able to 'cheese' me.
Yup. Bug fixing is always on the top of the list. Balancing as well. In our case the strat. AI is very important, as you've said most of the games will be SP. That is why upgrading the AI is on the top of the list in Doms II.
__________________
Dominions 3. Wallpapers & Logos
-------

"Training is principally an act of faith. The athlete must believe in its efficacy: he must believe that through training he will become fitter and stronger, that by constant repetition of the same movements he will become more skillful."
Reply With Quote
  #3  
Old November 3rd, 2003, 09:50 PM
Alneyan's Avatar

Alneyan Alneyan is offline
General
 
Join Date: Sep 2003
Location: United Kingdom
Posts: 3,603
Thanks: 0
Thanked 22 Times in 22 Posts
Alneyan is on a distinguished road
Default Re: Supercombattant pretenders....what about...

Where did you read I asked the devs not to care about the AI, or in Nagot post for that matter? There is quite a difference between saying, like Nagot said, "AI should not be the first concern for the devs" (or somethign along these liens), and saying "Don't touch the AI".

There may be another factor as well. Changing balance in drastic ways may very well alter the AI. Say you are tweaking the balance between light and heavy units. The AI will have to be changed accordingly. Say you are making magic more/less expensive, supercombattants less common, or something else. The AI will once again have to be modified, and perhaps even important changes.

I would believe these important balance changes will be settled, along with bug fixes among other problems, before the AI is completely tweaked. Still, some changes are currently going on for the AI, in particular fields. (The AI doesn't like to build castles, and Kristoffer asked for suggestions about this matter) But I would not expect the developer(s?) involved with the AI to make a much improved AI while handling all the other requests/bugs/balance concerns/add as needed in a short amount of time. (Except if Illwinter had managed to master the flow of time)

As for these scripts, I will let Nagot speak about this topic. (Apart from modifying the starting provinces, that is to say, the things lurking in the map file)
Reply With Quote
  #4  
Old November 3rd, 2003, 10:00 PM
Nagot Gick Fel's Avatar

Nagot Gick Fel Nagot Gick Fel is offline
Major
 
Join Date: Sep 2003
Posts: 1,177
Thanks: 0
Thanked 1 Time in 1 Post
Nagot Gick Fel is on a distinguished road
Default Re: Supercombattant pretenders....what about...

Quote:
Originally posted by Alneyan:
I do have a question for you: how would you write a script to make the AI build more heavy troops?
Something like:
#commander "Commander of Ulm"
#units 50 "Guardian"

Repeat a few times, enough for their upkeep to eat most of the AI's initial income. With that you won't see the AI building many light troops for some turns.
__________________
God does not play dice, He plays Dominions Albert von Ulm
Reply With Quote
  #5  
Old November 3rd, 2003, 10:11 PM
Nagot Gick Fel's Avatar

Nagot Gick Fel Nagot Gick Fel is offline
Major
 
Join Date: Sep 2003
Posts: 1,177
Thanks: 0
Thanked 1 Time in 1 Post
Nagot Gick Fel is on a distinguished road
Default Re: Supercombattant pretenders....what about...

Quote:
Originally posted by Alneyan:
As for these scripts, I will let Nagot speak about this topic. (Apart from modifying the starting provinces, that is to say, the things lurking in the map file)
I never implied that map file scripting would solve all the AI's shortcomings. But it's available as we discuss, easy enough to do with minimal practice, and it can give the AI enough of a boost to become challenging to the best players. Obviously it won't change the AI's behavior - eg, its tendancy to build peltasts when it has the resources to build hoplites, or to build other castles than the ones you gave him in the map file.
__________________
God does not play dice, He plays Dominions Albert von Ulm
Reply With Quote
  #6  
Old November 3rd, 2003, 10:19 PM

DominionsFan DominionsFan is offline
Major
 
Join Date: Sep 2003
Location: Budapest, Hungary
Posts: 1,221
Thanks: 0
Thanked 1 Time in 1 Post
DominionsFan is on a distinguished road
Default Re: Supercombattant pretenders....what about...

Quote:
Originally posted by Nagot Gick Fel:
quote:
Originally posted by Alneyan:
I do have a question for you: how would you write a script to make the AI build more heavy troops?
Something like:
#commander "Commander of Ulm"
#units 50 "Guardian"

Repeat a few times, enough for their upkeep to eat most of the AI's initial income. With that you won't see the AI building many light troops for some turns.

"something like"....."for some turns".....yes this made lot of sense.
Gandalf had made a very challenging map. Yes you can script like that, it will be more fun to play, but it is nothing more just a preset startup. The AI is the same, I won't tell you one more time

Sure the devs will need lot of time to update everything, but hey, we can wait.
__________________
Dominions 3. Wallpapers & Logos
-------

"Training is principally an act of faith. The athlete must believe in its efficacy: he must believe that through training he will become fitter and stronger, that by constant repetition of the same movements he will become more skillful."
Reply With Quote
  #7  
Old November 3rd, 2003, 10:23 PM
Nagot Gick Fel's Avatar

Nagot Gick Fel Nagot Gick Fel is offline
Major
 
Join Date: Sep 2003
Posts: 1,177
Thanks: 0
Thanked 1 Time in 1 Post
Nagot Gick Fel is on a distinguished road
Default Re: Supercombattant pretenders....what about...

Quote:
Originally posted by licker:
I dunno about the rest of you, but it seems to me that bugs and balance will be the first things addressed, mostly becasue they are easier to tackle from a codeing standpoint (or in the case of difficult bugs, more important to fix).
I never said anything else. Also keep in mind that, although there may be more SP players than MP ones, participating in an MP game is a huge commitment, while firing up an SP game at home is not. Assume there exists a rare, but game-breaking bug that happens only once out of 20 games, and it hits in the middle of a PBEM involving a dozen players - that will ruin several months of efforts by all of them. In SP you'll just mutter "", forget it and start a fresh game in the next minute.
__________________
God does not play dice, He plays Dominions Albert von Ulm
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 09:05 PM.


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