Results 1 to 5 of 5

Thread: eras??

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default eras??

    What are the dates of eras? When we can upgrade buildings and units?

  2. #2

    Default Re: eras??

    I know this isn't much information, but it's the only specific date I remember. The first armor upgrade(era) occurs in 1085, five years after the start of the campaign. I know it's not much, but I thought I'd chip in what little I had...

  3. #3
    Lopus's Avatar Biarchus
    Join Date
    Oct 2004
    Location
    SJ, MM, Republic of the Banana (Philippines)
    Posts
    664

    Default Re: eras??

    This is from the descr_events file the dates are in YEARS after game start. If there are two numbers it is random between those numbers.
    Code:
    ; -------------- CUSTOM EVENTS --------------
    event	historic STONE_CASTLES
    ;TRUE TIME date	35 85
    date	35 65
    ;(c. 1140 AD)
    
    event historic CONCENTRIC_CASTLES
    ;TRUE TIME date  165 215
    date  175 205 
    ;(c. 1270 AD)
     
    event historic LIQUOR
    ;TRUE TIME date  145 195
    date  145 195
    ;(c. 12th century)
    
    event historic PAVISE_SHIELDS
    ;TRUE TIME date  255 285
    date  245 295
    ;(c. 14th century) 
    
    event historic MOUNTED_CROSSBOWS
    ;TRUE TIME date  155 185
    date  145 195
    ;(c. 13th century)
    
    event historic BATTLE_ASSASSINS
    ;TRUE TIME date  120 170
    date  130 160
    ;(c. Early 13th century)
    
    event historic TEUTONIC_ORDER
    ;TRUE TIME date  245 295
    date  245 295
    ;(c. 1351-1382) 
    
    event historic KNIGHTS_TEMPLAR
    ;TRUE TIME date  95 145
    date  95 145
    ;(c. 12th and 13th centuries)
    
    event historic ST_JOHNS_CHAPTER
    ;TRUE TIME date  195 245
    date  195 245
    ;(c. 1291 AD)

  4. #4
    tornnight's Avatar Forum Bot
    Join Date
    Dec 2006
    Location
    Virginia, U.S.A.
    Posts
    1,755

    Default Re: eras??

    Note that those years in the comments are real life dates not when they would happen in the game.

    e.g. ;(c. 13th century) doesn't necessarily mean it would happen in the 1200's in game.
    "The first casualty when war comes, is truth." - Hiram Johnson
    Developer of The Long Road Modification

  5. #5

    Default Re: eras??

    Thanks for your help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •