Don't use those files' settings to determine the dates for the eras. That's just the dates you want your era-choice campaign to start at.
Here's a little something that might help you all:
Code:
enum
{
kEBegin=-999,
kEEnd=0, // Z-DDV (YFA=0) is in early
kMBegin=1, // fighter Z-Mastiff.II (YFA=1) is in mid
kMEnd=7, // F-NCL (YFA=7) is in mid for start
kLBegin=8, // F-NCD (YFA=8) is in late for start.
kX1Begin=27, // To help find X1 ships.
kLEnd=36, // NOTE!!! It was discovered that OP's advanced era was starting at 2290 BEFORE 2.5.5.0. Now it's back to 2300.
kX1End=36,
kABegin=37, // (F-XFF YFA=37)
kAEnd=999,
};
So.. where "0" is 2263..
- Early goes up to 2263 (Y163)
- Mid is from 2264 (Y164) to 2270 (Y170). Just 7 years, inclusive.
- Late starts in 2271 (Y171) and goes to 2299 (Y199), as of patch 2550. previous to that patch it was 2271 to 2290. It is around 29 years, inclusive.
- Advanced starts in 2300 (Y200) and goes on from there.
-- Luc