EBII v2.3 Spartan Agoge/Battle map settlements
Hello,
I'm playing v2.3 on Mac using Feral Interactive version, I read the Player Guide and noticed some issues, I'm not sure if they are bugs:
1. In my campaign as Makedonia it seems that the Spartan Agoge script is disabled. I received no pop-up after conquering Sparte about the Agoge and after placing 2 16 year old FM in the city the event chain doesn't start
2. In the battle map the settlements look Aztec. I removed the settlements/ folder as per instructions for Mac. Custom settlements are not supported by the Feral version?
3. The Recruitment Viewer seems to show only celtic/germanic mercenaries. Is this a known issue?
Is there a more detailed building tree for Makedonia? I'm not sure what the conditions for gaining access to superior government buildings are.
Thank you!
Re: EBII v2.3 Spartan Agoge/Battle map settlements
Check out the PlayerGuide pdf in mods/ebii
The page on Macedonia explains the requirements. You need to kill Pyrrhos and build some buildings in Pella that are listed on the PDF (about two thirds down the page IIRC, near the horizontal bar that separates the starting governments from the advanced ones).
Re: EBII v2.3 Spartan Agoge/Battle map settlements
The Agoge trait is broken in 2.3, there's an un-achievable age condition that appeared there somehow.
Re: EBII v2.3 Spartan Agoge/Battle map settlements
I figured out the government reform part.
What about 2) and 3)? :)
Re: EBII v2.3 Spartan Agoge/Battle map settlements
Quote:
Originally Posted by QuintusSertorius
The Agoge trait is broken in 2.3, there's an un-achievable age condition that appeared there somehow.
I don't get this point: why is it un-achievable? To me the conditions seem legit (from 20 to 23 years the trigger is fired, no?).
Code:
Trigger Spartan_Agoge_Begins
WhenToTest CharacterTurnEndInSettlement
Condition CharacterIsLocal
and SettlementName sett_090 ; Sparte
and Trait SpartanAgoge < 1
and CharacterAge > 24
and CharacterAge < 19
Affects SpartanAgoge 1 Chance 100
Affects SpartanTraining 1 Chance 100
Affects AgogeProgressCounter 1 Chance 100
EDIT
Quote:
Originally Posted by cebo
3. The Recruitment Viewer seems to show only celtic/germanic mercenaries. Is this a known issue?
I see other mercenaries (just checked far availability of Hippeis, Mistophoroi Phalangitai and Ragil Tihamat), so maybe it's your version.
Re: EBII v2.3 Spartan Agoge/Battle map settlements
You can't simultaneously be under 19 and over 24.
Re: EBII v2.3 Spartan Agoge/Battle map settlements
LOL
Sorry; logic operators just switched place in my head. My bad. :dizzy2:
Re: EBII v2.3 Spartan Agoge/Battle map settlements
So if I change the parameters to:
and CharacterAge < 24
and CharacterAge > 16
it should fire - can you please tell me the name of the file this is in?
Regards
Vermin
Re: EBII v2.3 Spartan Agoge/Battle map settlements
Quote:
Originally Posted by
Vermin
So if I change the parameters to:
and CharacterAge < 24
and CharacterAge > 16
it should fire - can you please tell me the name of the file this is in?
Regards
Vermin
Change it to just < 19 - ie remove the > 24 line.
1 Attachment(s)
Re: EBII v2.3 Spartan Agoge/Battle map settlements
Thanks, I've made the change, deleted the .RWM file and started a new campaign. It seems to work - at least one of my FM has now started the Agoge.
I think I have now managed to attach a .rar file of the amended EDCT file that makes the Agoge work.
Attachment 20634
Regards
Vermin