Results 1 to 2 of 2

Thread: Really bad AI

  1. #1

    Default Really bad AI

    Does really bad AI works with this mod?

    Thanks

  2. #2
    AJStoner's Avatar Lord of Entropy
    Join Date
    Dec 2010
    Location
    Currently exiled to Florida
    Posts
    1,746

    Default Re: Really bad AI

    There are 2 compatability problems that I know of though they are fairly easy to fix. It will require a manual installation of RBAI.

    1) Make a copy of Rule Britannia's data/text/export_advice file and add the 2 lines for RBAI to it. Toss out the bin version of data/text/export_advice (retaining the text version) so it will regenerate when the game starts.

    These are the lines to add:

    Code:
    {G5Script2_Text_01_Text1}G5 Battle AI script is being launched automatically now.
    {G5Script2_Text_01_Title}Launching.
    2) After installing ReallyBadAI's data/export_descr_advice file, find the three entries about converting a settlement from a city to a castle and comment them out like this:

    Code:
    ;------------------------------------------
    ;Trigger 1118_Construction_Convert_To_Castle_Trigger
    ;    WhenToTest RequestBuildingAdvice
    ;
    ;    Condition SettlementIsLocal
    ;          and AdviseBuild = village_to_wooden_castle
    ;
    ;    AdviceThread Construction_Convert_To_Castle_Advice_Thread  1 
    
    ;------------------------------------------
    ;Trigger 1119_Construction_Convert_To_Castle_Trigger
    ;    WhenToTest RequestBuildingAdvice
    ;
    ;    Condition SettlementIsLocal
    ;          and AdviseBuild = small_town_to_stone_keep
    ;
    ;    AdviceThread Construction_Convert_To_Castle_Advice_Thread  1 
    
    ;------------------------------------------
    ;Trigger 1120_Construction_Convert_To_Castle_Trigger
    ;    WhenToTest RequestBuildingAdvice
    ;
    ;    Condition SettlementIsLocal
    ;          and AdviseBuild = large_town_to_castle
    ;
    ;    AdviceThread Construction_Convert_To_Castle_Advice_Thread  1

    *MEMBER OF THE HOUSE OF HADER* *UNDER THE CRUEL & MERCILESS PATRONAGE OF y2day*

Posting Permissions

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