Quote:
Pest, he's asking about GSA not D2. The eras on GSA are different than the D2. On GSA -
Early Era = all ships 2263 or earlier
Mid Era = all ships 2264 - 2270
Late Era = all ships 2271 - 2299
Advanced Era = all ships 2300 and up.
NOTE: If using the OP+ shiplist, there are some 1st Generation X-Ships available in Late Era starting at 2293.
Quote:
[Clock/StartingDate]
BaseYear = 2263
0 = 0
1 = 10
2 = 20
3 = 40
now what this means is the following :
0 is early era.. or year 2263
1 is mid era or year 2273
2 is late era or year 2283
3 is Advanced era or year 2303
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,
};
Quote:
Early goes up to 2263 (SFB Y163) (YFA -x to 0)
Mid is from 2264 (SFB Y164) to 2270 (SFB Y170) (YFA 1 to 7)
Late starts in 2271 (SFB Y171) and goes to 2299 (SFB Y199) (YFA 8 to 36)
Advanced starts in 2300 (SFB Y200) and goes on from there (YFA 37-57)
Quote:
Pest, he's asking about GSA not D2. The eras on GSA are different than the D2. On GSA -
Early Era = all ships 2263 or earlier
Mid Era = all ships 2264 - 2270
Late Era = all ships 2271 - 2299
Advanced Era = all ships 2300 and up.
NOTE: If using the OP+ shiplist, there are some 1st Generation X-Ships available in Late Era starting at 2293.
Quote:
[Clock/StartingDate]
BaseYear = 2263
0 = 0
1 = 10
2 = 20
3 = 40
now what this means is the following :
0 is early era.. or year 2263
1 is mid era or year 2273
2 is late era or year 2283
3 is Advanced era or year 2303
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,
};
Quote:
Early goes up to 2263 (SFB Y163) (YFA -x to 0)
Mid is from 2264 (SFB Y164) to 2270 (SFB Y170) (YFA 1 to 7)
Late starts in 2271 (SFB Y171) and goes to 2299 (SFB Y199) (YFA 8 to 36)
Advanced starts in 2300 (SFB Y200) and goes on from there (YFA 37-57)