Sorry I meant diffDB.txt
obviously this only allows for years per turn.
Code:
TIME_SCALE{
START_YEAR -4000
NUM_PERIODS 6
PERIOD {
START_TURN 0
YEARS_PER_TURN 25
}
PERIOD {
START_TURN 160
YEARS_PER_TURN 20
}
PERIOD {
START_TURN 200
YEARS_PER_TURN 10
}
PERIOD {
START_TURN 250
YEARS_PER_TURN 5
}
PERIOD {
START_TURN 350
YEARS_PER_TURN 2
}
PERIOD {
START_TURN 400
YEARS_PER_TURN 1
}
NEGATIVE_YEAR_FORMAT BC_YEAR_FORMAT
POSITIVE_YEAR_FORMAT AD_YEAR_FORMAT
}
Actually I moved 5 turns with no problem. Attached is the file for it.
Comment