9VFS KOBU Posted December 8, 2020 Posted December 8, 2020 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. Callsign: KOBU 9th Virtual Fighter Squadron | 67th Virtual Aggressor Squadron DCS World Philppines | Bank&Yank Channel
Chump Posted December 9, 2020 Posted December 9, 2020 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.
9VFS KOBU Posted December 9, 2020 Author Posted December 9, 2020 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
Recommended Posts