Page 1 of 1

How to remove messages about unlocking Intelligence Files

Posted: Thu Dec 15, 2022 4:06 pm
by Secg
Greetings, everyone!

I, Secg, am back!

Recently I'd downloaded from Clan E]x[F a folder amrts_so which contains the all eight Special Operations missions as well as the shell.x which is needed to access those missions. However, after finishing each mission I always received a message saying "You Have Unlocked [1/2/3] Intelligence Files".

I'm not intesrested in seeing those. How can I code them away?

Thanks beforehand!

Re: How to remove messages about unlocking Intelligence Files

Posted: Thu Dec 15, 2022 4:45 pm
by TommyCD1
I'm not sure what this would be, since it doesn't sound like my own Intel files mod. What I could recommend is trying one of the following:
  • Remove the following if statement from if_shell_debriefing_single.cfg (lines 2906 - 2917) found within shell.x

    Code: Select all

        OnEvent("Done")
        {
          If("$.unlockedItems")
          {
            ActivateScroll("|Unlocking", "Top", 0.2);
            Sound("Custom::Debriefing::Congrats");
          }
          Else()
          {
            Notify("", "Game::Debriefing::Message::Done");
          }
        }
    And replace it with only the exit op.

    Code: Select all

        OnEvent("Done")
        {
          Notify("", "Game::Debriefing::Message::Done");
        }
  • Remove the unlocking conditions from the relevant group.cfg files, located in the various mission folders.
  • Use a save file that already has all things unlocked.