Quote:
LordChance said:
Followup and new questions...
a fix that comes to me as I write is increasing the capitol resource cap by adding resources to capital sites must test that one.
|
That was why I recommended turning down the resources. I know it seems reversed but since castles draw resources from neighboring provinces it means that only castles would tend to have the resources needed for large armies. Therefore most of the armies would come form locations like home capitals.
Quote:
1: Is there anything told by the makers of the game how the AI prioritize unit buys ?
|
Lots of interesting stuff can be learned by using the -d commandline switch to turn on debugging to a log. Like the order things are done in the game, how it handles stealth, or selection of mage spells, or ordering troops. Such as, a snippet from the start of a game would be like this...
Code:
host: buildarmies
new com Astrologer in Arcoscephale (3736)
new unit Hypaspist in Arcoscephale (45071) for player 27
new unit Hypaspist in Arcoscephale (45072) for player 27
new unit Hypaspist in Arcoscephale (45073) for player 27
new unit Hypaspist in Arcoscephale (45074) for player 27
new com Slayer in Abysia (3737)
new unit Abysian Infantry in Abysia (45076) for player 8
new unit Abysian Infantry in Abysia (45077) for player 8
new unit Abysian Infantry in Abysia (45078) for player 8
new com Manflayer in Sauromatia (3738)
new unit Sauromatian Amazon in Sauromatia (45287) for player 4
Quote:
Would be interesting for example if it is biased towards building units in the capital if so giving it enought resources to build for most of the money the AI will recive would be a fix for units but not mages...
|
It would fix some and break others. Some nations are meant to rely on indepts for basic troops. But it would make a different game and possibly an overall better game against AIs
Quote:
2: Poptypes for map commands, while nice and so are there anyway to affect what units are in a poptype ? (I guess not since BI takes the route it does with limiting units)
|
Only by using MODs. And you have to be careful since some indept populations overlap units with some nationals.
Quote:
3: Since I asume the above is a no no, I've been replacing some of the units in diffrent poptypes with better working units removing units such as militia for longbowmen and heavier infantry and it works well but when I try to change commanders/priests/mounted commanders and such for units with any magic they do not recive it.
|
Dont know the answer to your magic question. But map commands can give provinces mages. At least with the initial defenders. Check out "Poke in the Eye" map for some extremes,
http://www.dom3minions.com/downloads.htm
or the SemiRandom program for some more logical additions to maps.
http://www.dom3minions.com/~semirand/
Quote:
4: Is there anyway to make a timed event ? Something that will happen turn X ? Never heard anything like it so I assume no but there has been something like it in every game I've modded so why not ask 
|
It depends on the timed event you have in mind. Many could be simulated with some creative modding. But it is untested ground.