Can I see how many generations I've gone through?

I tend to go through generations very quickly, and it's already built up to the point where counting manually isn't really feasible any more. Is there anywhere that there's a count of how many generations I've gone through?


The only way that you can get a quick count of how many times you died(or generations) is to beat the game. It will give you a "total children" and "total time". Example:

Total Children: XXXX Total Time: XX:XX


There is an easy way to get a good estimate. The age of each character is a uniformly random number between 18-30 inclusive (learned by viewing the source-code, it's in RogueCastle.LineageObj.LineageObj()), meaning the average age is 24.

The first character starts in the year 700. Thus, if you take the year your last character died (which you can see in the character-selection screen), subtract 700, and divide by 24, you will get the approximate number of generations you've gone through so far.

My lineage
(My last character died in 3393. (3393-700)/24 ≈ 112, so I've had approximately 112 generations. The actual number, obtained by counting, is 111)