Jump to content

Stop the Fieldpost from Poping up


Recommended Posts

Hallo Folks,

 

I only wanted to ask this. Is there a Mod existing that prevents the Fieldpost from Poping up in the Garage or is there somewhere an Option to Disable this in the Game which I haven´t found yet ?

 

I don´t know about you but in the last few Days , the little Window in the Garage keeps popping up each time I enter the Garage. No matter if I already had read all the Posts. This is somewhat frustrating after a time because it always " keep it up with these Damn Markers which I´m not intersted in to know of how many I already have.

 

THX to all

Shingomera

Link to comment
  • Administrator

Edit with notepad++: c:\Games\World_of_Tanks_NA\res_mods\configs\xvm\Aslain\hangar.xc

 

Find:

    "combatIntelligence": {
      // false - disable display pop-up messages in the hangar.
      // false - отключить отображение всплывающих сообщений в ангаре.
      "showPopUpMessages": true,
      // false - disable display unread notifications counter in the menu.
      // false - отключить отображение счетчика непрочитанных уведомлений в меню.
      "showUnreadCounter": true
    },

 

Change to:

    "combatIntelligence": {
      // false - disable display pop-up messages in the hangar.
      // false - отключить отображение всплывающих сообщений в ангаре.
      "showPopUpMessages": false,
      // false - disable display unread notifications counter in the menu.
      // false - отключить отображение счетчика непрочитанных уведомлений в меню.
      "showUnreadCounter": false
    },

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.