Jump to content

Kalamajka

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Posts posted by Kalamajka


  1. I killed him in the previous mission.... I had to restart the whole mission because I installed the BI hotfix....

    Will try it out!

    No harm done!

    Yes, but this is the bug - he is again live (regardless you have killed him in previous mission) and the dialog (and thus code activating different things) will not continue until he is dead again... ;)


  2. Simple question, do you have to capture all the (non-friendly) towns in order to beat the mission?

    I have done EVERYTHING... except capture 3 towns....

    Still I can't talk to Marny about the ruskies...

    And you will not be able, until Prizrak is killed. And you cannot kill him, because he is far far away... use my solution and you will be able to talk with Marny...


  3. Shortest solution to the problem (when is Prizrak killed in previous misson and you joined NAPA):

    1) download the debugging console, install.

    2) Start the mission

    3) Open the console, execute this command

    BIS_NPrizrak setPos [(position BIS_cooper select 0) - 1.5, (position BIS_cooper select 1) + 1.5, 0]

    4) You will see Prizrak near you - kill him.

    5) Now you can go to Marny and he will welcome you, your team will follow you...

    There is one bug in the mission, when Prizrak was killed in previous mission, this mission move him only out of map, but he is still alive, thus one condition prevents continuing of the dialog flow, which enable again the "MOVE" command for your team mates and other triggers. I think that you can use this "workaround" even if you are playing the mission for some time...


  4. Shortest solution to the problem (when is Prizrak killed in previous misson and you joined NAPA):

    1) download the debugging console, install.

    2) Start the mission

    3) Open the console, execute this command

    BIS_NPrizrak setPos [(position BIS_cooper select 0) - 1.5, (position BIS_cooper select 1) + 1.5, 0]

    4) You will see Prizrak near you - kill him.

    5) Now you can go to Marny and he will welcome you, your team will follow you...

    There is one bug in the mission, when Prizrak was killed in previous mission, this mission move him only out of map, but he is still alive, thus one condition prevents continuing of the dialog flow, which enable again the "MOVE" command for your team mates. I think that you can use this "workaround" even if you are playing the mission for some time...

×