- I would like to know if there is a way to change the naval region in front of Vera Cruz (Golf of Campeche from Low Waters to Coastal Waters (if not, no oceanic fleet can reach Mexico, whatever it is French or USA.
- I also search a way to link by "foot" the region "North Mexico" to "California".
- Next to this, i think there is a bug to solve for AACW2, when you set the Historical attrition option (i guess it's because of this) :
The French, British and probably Mexican units on the map are just step by step collapsing, turning more and more red, since there is no replacement for them at the start of the game and no way for the players to buy some. So when the Foreign Intervention will arrive, there will be nobody in Canada or Mexico...
To hack our current PBEM, i modified 2 future events (events which already happen are too hard to MOD, i don't know how to) where i add this most of the needed replacements (i copy/paste some of those which are suppose to arrive sometimes after the FI occured) :
Code: Select all
Remplacement = ENG;$famLine;5
GenMsg
Remplacement = ENG;$famElite;3
GenMsg
Remplacement = ENG;$famCavalry;2
GenMsg
Remplacement = ENG;$famLightArty;2
GenMsg
Remplacement = ENG;$famMedArty;2
GenMsg
Remplacement = ENG;$famHvyArty;1
GenMsg
Remplacement = ENG;$famSupply;2
GenMsg
Remplacement = ENG;$famMilitia;15
GenMsg
but i still have a problem, i didn't found the name of some replacement in the code (e.g. "famElite" for the elite infantry) for this kind of units : Light infantry, Engineers, Signal services (for hospital and signals) and HQ.
So this kind of units are starving and probably will not be anymore available amoung the foreign troops when the FI will occure...
Does someone have this names in mind ?
Thanks in advance,