How to remove messages about unlocking Intelligence Files

Have modding questions or discovered something new? Post here.
Post Reply
User avatar
Secg
Half Track L2
Half Track L2
Posts: 200
Joined: Sat Jun 10, 2017 12:28 am
United States of America

How to remove messages about unlocking Intelligence Files

Post 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!
ImageImage
User avatar
TommyCD1
Moderator
Moderator
Posts: 1146
Joined: Tue Jun 04, 2013 8:55 am
Location: East Coast
Contact:
United States of America

Re: How to remove messages about unlocking Intelligence Files

Post 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.
I may not make the best maps, or be the best player, but I put a lot of time, effort, and care into my stuff. That counts for something, right? No.
Image
"Can we order a pizza?"
GameRanger ID: 913974
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests