Results 1 to 7 of 7

Thread: A weird bug is still there...

  1. #1
    GeorgiBG's Avatar Shashu
    Join Date
    Oct 2010
    Location
    Bulgaria
    Posts
    222

    Default A weird bug is still there...

    When you choose Imperial Campaign and select the Rome Republic for play, after starting the game it's tutorial bug it...I mean that you can't change camera angle and the banner in the top of the screen is Macedonian, not the SPQR one. I believe that if you play with Epirus the same (or similar) thing will happen.

    Just remove that tutorial or something like that. We know how to play DTW.


  2. #2
    unDa's Avatar Shashu
    Join Date
    Jan 2007
    Location
    Russia
    Posts
    150

    Default Re: A weird bug is still there...

    which version u use? last version of DTW is 1.20

  3. #3
    GeorgiBG's Avatar Shashu
    Join Date
    Oct 2010
    Location
    Bulgaria
    Posts
    222

    Default Re: A weird bug is still there...

    Version 1.20. This is happening in Imperial Campaign when the advisor says that Pyrhuss of Epirus attacks Rome. This tutorial helps the game to stuck with the banner of Macedonia at the top and with the same view. This was happening in version 1.16 too. Just remove that tutorial and I think that everything will be okay.


  4. #4
    Spartan 666's Avatar Chugen
    Join Date
    Apr 2007
    Location
    Conegliano (TV), Italy
    Posts
    2,074

    Default Re: A weird bug is still there...

    I don't think there will be any new release, at least from our part. To remove that tutorial it should be sufficient to remove this stuff from the Campaign Script.

    Spoiler Alert, click show to read: 

    Code:
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
        ;;;;;;;;;;;;;;;;; TRIGGER THE BATTLE OF ASCULUM + BK Script
        ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
        if I_LocalFaction slavs
                disable_cursor
                disable_shortcuts true
                inhibit_camera_input true
                filter_all_ui_commands off
                hide_ui
            declare_show_me
            wait 2
            advance_advice_thread Engage_Armies_Asculum_Thread
        end_if
        
        if I_LocalFaction romans_julii
                disable_cursor
                disable_shortcuts true
                inhibit_camera_input true
                filter_all_ui_commands off
                hide_ui
            declare_show_me
            wait 2
            advance_advice_thread Rome_Pyrrhus_Arrives_Thread
        end_if
        
        if not I_LocalFaction slavs
            if not I_LocalFaction romans_julii
                declare_show_me
                advance_advice_thread Neutral_Asculum_Battle_Thread
            end_if
        end_if


    Anyway, this is likely not to make the two armies engage at all.
    Diadochi - Total War 1.21 released! Click here for DTW Forum

    RS II Map mod 1.5 & 4TPY 1.1 | IB-SAI Alexander Port

  5. #5
    GeorgiBG's Avatar Shashu
    Join Date
    Oct 2010
    Location
    Bulgaria
    Posts
    222

    Default Re: A weird bug is still there...

    Where is located that script? I will delete this section and tell the results then.


  6. #6
    Spartan 666's Avatar Chugen
    Join Date
    Apr 2007
    Location
    Conegliano (TV), Italy
    Posts
    2,074

    Default Re: A weird bug is still there...

    it's in the campaign folder...data\world\maps\campaign\imperial campaign (or barbarian_invasion, or alexander)
    Diadochi - Total War 1.21 released! Click here for DTW Forum

    RS II Map mod 1.5 & 4TPY 1.1 | IB-SAI Alexander Port

  7. #7
    GeorgiBG's Avatar Shashu
    Join Date
    Oct 2010
    Location
    Bulgaria
    Posts
    222

    Default Re: A weird bug is still there...

    I had deleted that and everything works perfect! Thank you.

    But what to do with this line just above the battle: console_command toggle_perfect_spy
    I had not deleted it.


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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