The Altera Centauri collection has been brought up to date by Darsnan. It comprises every decent scenario he's been able to find anywhere on the web, going back over 20 years.
25 themes/skins/styles are now available to members. Check the select drop-down at the bottom-left of each page.
Call To Power 2 Cradle 3+ mod in progress: https://apolyton.net/forum/other-games/call-to-power-2/ctp2-creation/9437883-making-cradle-3-fully-compatible-with-the-apolyton-edition
Announcement
Collapse
No announcement yet.
Working method to give AI free armies while giving the player none, on random map
Interesting analsys, oh I still do not know how to extract the rules set just yet, unless I import it into blank and zip it?
Anyway, now that you bring up unit movement, I realize that my modded units that the AI's use to fill up their armies often have movement of 3 or 4, or all-terrain 1, however sometimes 1 movement gladiators are loaded up.
The Graveyard Keeper
Of Creation Forum
If I can't answer you don't worry
I'll send you elsewhere
If fist loaded unit had movment of 1, all other units with have movement of 2 I guess.
So you can get army with 1warrior and 2 Horsemen.
But, as showed in other zip, if fist loaded unit already has movment of 2, AI will wait for units with movement of 3 to load in same army. That why there are no armies in second save.
P.S.
How to send the rules?
Zip them, and then send them as attachment (like I did in my last attachment). I think that rar would work too.
This could also explain why in one my old debug game, Incas, the most advanced civ, had no active armies.
It always added one Modern Armor into the armies, and since army gets movment of 4, it waits indefinelty for nonexistant unit with movment of 4.
I guess this buggy things is some legacy code from original/PtW coding of armies.
Probably Soren (Firaxis AI guy) intented that AI doesn't load
slow moving units in army with mobile force.
I guess that code line goes like this:
Don't load a unit with lower movement then army into the army.
I see the Leader stats with a movement of 3, but the Army has a movement of 1, (I presume that is it's movement when empty). Once units get placed in the Army doesn't it take on the speed of the slowest unit?
All Military academy does is increase the Army capacity to 4 and allow you to build them without Leaders, if I'm not mistaken.
Well, if you are right player 1 and I see no reason why you are not, then my particular modding of new units simply made me 'lucky' for I like long-range units on larger maps. So I have from the get-go many such units about.
When first unit is loaded into the army it takes movment of slowerst unit in army +1.
So army loaded with warrior gets movment of 2.
Since "legacy" code doesn't allow adding another unit into the army (since army has movement of 2, wityh warrior 1), it won't add another unit into the army unitl Horsmen.
After adding Horsemen, it could still load more horsemen, since army will still have movment of 2 (due to warrior in army), so at at the end you get army with 1 warrior and 2 Horsemen.
Army movement is another of those cases where the editor is not the only governing rule(s). Some built in inaccessible hardcoding is also being applied.
Originally posted by Antrine
Well, if you are right player 1 and I see no reason why you are not, then my particular modding of new units simply made me 'lucky' for I like long-range units on larger maps. So I have from the get-go many such units about.
Well personnaly, I hope I'm wrong, since my interpretation of the rules makes armies with single Cavarly or Modern Armour non-loadable.
But I have not made too many testes, so if anybody finds some deviation from my hypothesis, feel free to post.
Well, I have 'saved games' that sport dozens of loaded AI armies, and now that you mention all this, there is this particular odity that now strikes me as significate. Namely this, that all these armies are of 'mixed' units. I swear, I thought it was odd, but not figuring why the AI's never seemed to load the same two or three units in the same army!!
The Graveyard Keeper
Of Creation Forum
If I can't answer you don't worry
I'll send you elsewhere
I'm wondering if there is maybe some way to fool the AI concerning Armies by defining several different Armies in the editor, distinguished by Movement allowance.
For example,
Let's say the first empty army created is your standard vanilla empty army with a movement allowance of 1
Now, let's say we define Army2, Army3, and Army4, distinguished only by the movement allowance. Now the AI comes along and loads a unit into the vanilla army, making it, say an Army2.
Now, this army has a movement factor of 2 of course, but since we know it took a 1 movement factor unit, to create it, we set up a free upgrade path for it to switch back to an Army1, which we defined as having a movement allowance of 1.
I'm not sure if this wouldn't chain react, but it might be worth a shot.
Edit:
The downside is that an Army4 (movement of 4) would never exist, but that's a small price to pay to get the AI to load and use Armies.
Last edited by Gray_Lensman; July 17, 2004, 05:53.
Originally posted by Antrine
Well, I have 'saved games' that sport dozens of loaded AI armies, and now that you mention all this, there is this particular odity that now strikes me as significate. Namely this, that all these armies are of 'mixed' units. I swear, I thought it was odd, but not figuring why the AI's never seemed to load the same two or three units in the same army!!
Exactly.
In fact you'll never find an army which has movement of 4, because there will never be an army filled with only units with movment of 3.
Comment