Jump to content

Remove Allies Flight and Known Threats in the Briefing Window


9VFS KOBU

Recommended Posts

Hey guys I was just wondering how to remove these two portions from the Briefing Window. I already tried ticking the HIDDEN ON PLANNER per aircraft but it did nothing.

Screen_201209_050818.png

Callsign: KOBU
9th Virtual Fighter Squadron | 67th Virtual Aggressor Squadron

DCS World Philppines | Bank&Yank Channel

 

128292449_10217834603118801_400078752596

Link to comment
Share on other sites

Unfortunately, this cannot be done in the mission editor, as it is hard-coded in the briefing file(s). You will need to comment out the appropriate lines in the code. The file(s) that you are looking for are:

 

<DCS>/Scripts/UI/BriefingDialog.lua [lines 500-501]

--table.insert(autoBriefing, composeEntry(cdata.allies_flight_title))
--table.insert(autoBriefing, composeEntry(nil, cdata.allies_flight,     autobriefingutils.composeString(allies_list, '*') ))

 

<DCS>/MissionEditor/modules/me_autobriefing.lua [lines 545-546]

--table.insert(autoBriefing, composeEntry(cdata.allies_flight_title))
--table.insert(autoBriefing, composeEntry(nil, cdata.allies_flight,     autobriefingutils.composeString(allies_list, '*') ))

 

This should cover both single-player and multiplayer briefings.

Link to comment
Share on other sites

17 hours ago, Chump said:

Unfortunately, this cannot be done in the mission editor, as it is hard-coded in the briefing file(s). You will need to comment out the appropriate lines in the code. The file(s) that you are looking for are:

 

<DCS>/Scripts/UI/BriefingDialog.lua [lines 500-501]


--table.insert(autoBriefing, composeEntry(cdata.allies_flight_title))
--table.insert(autoBriefing, composeEntry(nil, cdata.allies_flight,     autobriefingutils.composeString(allies_list, '*') ))

 

<DCS>/MissionEditor/modules/me_autobriefing.lua [lines 545-546]


--table.insert(autoBriefing, composeEntry(cdata.allies_flight_title))
--table.insert(autoBriefing, composeEntry(nil, cdata.allies_flight,     autobriefingutils.composeString(allies_list, '*') ))

 

This should cover both single-player and multiplayer briefings.

Awesome! Will try this one out. Cheers!

Callsign: KOBU
9th Virtual Fighter Squadron | 67th Virtual Aggressor Squadron

DCS World Philppines | Bank&Yank Channel

 

128292449_10217834603118801_400078752596

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...