Results 1 to 30 of 238

Thread: Europa Barbarorum 2.08e is released!

Threaded View

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

    Default Re: Europa Barbarorum 2.02 is released!

    1.
    Baktria independence war could not be won. The condition for both HE_BAKTRIA_FORGIVEN and HE_BAKTRIA_KINGDOM is baktria_battlewon > 5 ,but
    if I_CompareCounter baktria_battlewon = 5
    terminate_monitor
    end_if
    so the condition is never met

    2.
    Infinite Hellenic Colony
    ;
    ; Re-enable the event counter after the player has clicked the end turn button. If this isn't done, the colony builing will never complete.
    ;
    monitor_event ButtonPressed ButtonPressed end_turn
    set_event_counter ecMakedoniaColonistsOn 1
    end_monitor
    ;
    ; Disable the event counter at the end of faction turn.
    ;
    monitor_event FactionTurnEnd FactionType f_makedonia
    set_event_counter ecMakedoniaColonistsOn 0
    end_monitor

    from the above I guess the ecMakedoniaColonistsOn type variables are "global", they are enabled at player's
    end turn and disabled at their end turns.
    Q:What happens when Makedonia is destroyed by AI before it's turn at end of turn 114?
    A:I, Baktria with no metropolis, can build colony and polis every turn everywhere since turn 115.
    Last edited by QWE_asd; 05-17-2015 at 20:58.

    Members thankful for this post (3):



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