Results 1 to 4 of 4

Thread: Campaign new completion script stopped activating

  1. #1

    Default Campaign new completion script stopped activating

    Hello and thank you reading my post

    i am am very close to completely my first EB campaign with Romani when I have encountered a major problem

    i am in year 14 AD and suddenly my script has stopped activating, when I click on a city and it brings up the "script activation message" I click on the "show me how button" then the icon goes away as it normally would.

    however when I click on a different city during the same turn the message comes up again, this continues to happen every time I activate the script and click on a new city this means I cannot bring up my campaign completion objectives and obviously many other issues

    has anyone encountered this b4? If any more information is needed to help me with this problem please ask

    i have have looked for a solution online but cannot find one

    thanks again

  2. #2

    Default Re: Campaign new completion script stopped activating

    You've reached the end of the timeframe of the mod. I think there's a date you need to change in the script if you want to play longer than that, and I'm pretty sure that's not savegame compatible.

  3. #3

    Default Re: Campaign new completion script stopped activating

    Ohh my does this mean I cannot "complete" the game so to speak?

    I was was trying to enjoy the campaign and not rush things!

    thanks for the reply

  4. #4

    Default Re: Campaign new completion script stopped activating

    Don't worry, I'm here

    0. Before you start changing file, make backup.

    1. Find this file: EBBS_SCRIPT.TXT. It should be there:

    C:\Creative Assembly\RTW\EB\Data\scripts\sho w_me\EBBS_SCRIPT.TXT

    2. Find this part:

    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;Section 10: Four Turns Per Year Script
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

    3. You should see the main rules in this script. Go to bottom. You have to copy this so many times as you need and write higher turn number and higher date.

    ;-----------------------------------------------------
    console_command date 14
    console_command season summer
    set_counter seasonCounter 1
    while I_TurnNumber = 1144
    suspend_unscripted_advice true
    end_while

    console_command date 14
    console_command season summer
    set_counter seasonCounter 2
    while I_TurnNumber = 1145
    suspend_unscripted_advice true
    end_while

    console_command date 14
    console_command season summer
    set_counter seasonCounter 3
    while I_TurnNumber = 1146
    suspend_unscripted_advice true
    end_while

    console_command date 14
    console_command season winter
    set_counter seasonCounter 4
    while I_TurnNumber = 1147
    suspend_unscripted_advice true
    end_while
    ;-------------------------------------------------

    4. Change also this part.
    ;-------------------------------------------------
    if I_TurnNumber < 1147
    select_ui_element advisor_dismiss_button
    simulate_mouse_click lclick_down
    simulate_mouse_click lclick_up
    ;-------------------------------------------------

    5. This should work with old saves but I cannot give a guarantee. I didn't check this. Please write if it works.

Posting Permissions

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