Results 1 to 4 of 4

Thread: Campaign Skipping 200 Years?

  1. #1

    Default Campaign Skipping 200 Years?

    During My Pahlva campaign I ended turn on 247 bc only to find my game running extremely slow and the year to be 14 AD I tryed playing from 4 others saves and got the same bug any ideas what may be causing this? Thanks In Advance.
    16-1-0 (12 KO's) Good Year or Lucky Year
    Go Sabres, Bills, Buckeyes, Maseille, Chelsea, Indians
    I May Make You Feel But I Can't Make You Think

  2. #2

    Default Re: Campaign Skipping 200 Years?

    This is a known issue, also referred to as the "Apocalypse Bug" - it is fixed in the next patch, from what we've been told. If you want to fix it yourself, go into the EBBS (the EB Background Script) in your data/scripts/show_me folder, and do a search for "console_command date 246" - if you read this and the next few lines, you'll see that there are some numbers that are out of order (don't know them from heart). Correct them and you won't get the bug any more.

  3. #3
    Merkismathr of Birka Member PseRamesses's Avatar
    Join Date
    Nov 2003
    Location
    Birka town in Svitjod. Realm of the Rus and the midnight sun.
    Posts
    1,939

    Default Re: Campaign Skipping 200 Years?

    Quote Originally Posted by Cheexsta
    This is a known issue, also referred to as the "Apocalypse Bug" - it is fixed in the next patch, from what we've been told. If you want to fix it yourself, go into the EBBS (the EB Background Script) in your data/scripts/show_me folder, and do a search for "console_command date 246" - if you read this and the next few lines, you'll see that there are some numbers that are out of order (don't know them from heart). Correct them and you won't get the bug any more.
    In "Ebbs script" I found theese:

    console_command date -246
    console_command season summer
    while I_TurnNumber = 104
    suspend_unscripted_advice true
    end_while

    console_command date -246
    console_command season summer
    while I_TurnNumber = 105
    suspend_unscripted_advice true
    end_while

    console_command date -246
    console_command season summer
    while I_TurnNumber = 107
    suspend_unscripted_advice true
    end_while

    console_command date -246
    console_command season winter
    while I_TurnNumber = 108
    suspend_unscripted_advice true
    end_while

    ...are they the ones that you refer too? Doesn´t seem screwed to me? Or do you refer to another text-file? If so which one?

  4. #4
    Bearer of Vilya, Editing Slave Member LordElrond's Avatar
    Join Date
    Jan 2006
    Location
    Under a load of college work.
    Posts
    147

    Default Re: Campaign Skipping 200 Years?

    Yes that's the right section. Here's where the problem is:

    Quote Originally Posted by NightStar
    For people that don't know anything about modding it looks like this


    Quote:
    console_command date -246
    console_command season summer
    while I_TurnNumber = 105
    suspend_unscripted_advice true
    end_while

    console_command date -246
    console_command season summer
    while I_TurnNumber = 107
    suspend_unscripted_advice true
    end_while

    console_command date -246
    console_command season winter
    while I_TurnNumber = 108
    suspend_unscripted_advice true
    end_while

    console_command date -245
    console_command season summer
    while I_TurnNumber = 109
    suspend_unscripted_advice true
    end_while

    console_command date -245
    console_command season summer
    while I_TurnNumber = 109
    suspend_unscripted_advice true
    end_while

    console_command date -245
    console_command season summer
    while I_TurnNumber = 110
    suspend_unscripted_advice true
    end_while



    And should look like this



    Quote:
    console_command date -246
    console_command season summer
    while I_TurnNumber = 105
    suspend_unscripted_advice true
    end_while

    console_command date -246
    console_command season summer
    while I_TurnNumber = 106
    suspend_unscripted_advice true
    end_while

    console_command date -246
    console_command season winter
    while I_TurnNumber = 107
    suspend_unscripted_advice true
    end_while

    console_command date -245
    console_command season summer
    while I_TurnNumber = 108
    suspend_unscripted_advice true
    end_while

    console_command date -245
    console_command season summer
    while I_TurnNumber = 109
    suspend_unscripted_advice true
    end_while

    console_command date -245
    console_command season summer
    while I_TurnNumber = 110
    suspend_unscripted_advice true
    end_while
    Quote Originally Posted by khelvan
    Oh. My. God.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO