====== ArmA 3 Campaign description.ext ======
[[https://www.pmctactical.org/forum/viewforum.php?f=68|ArmA 3 Forum]], [[:arma3|ArmA 3]], [[arma3:config|ArmA 3 Config]], [[arma3:missions|ArmA 3 Missions]], [[arma3:modeling|ArmA 3 3D Modeling]], [[arma3:scripting|ArmA 3 Scripting]], [[arma3:terrain|ArmA 3 Terrain]], [[arma3:texturing|ArmA 3 Texturing]], [[arma3:tools|ArmA 3 Tools]]
**ArmA 3 Campaign description.ext**
This following inside every mission class is not necessary:
briefingName = "Mission Name";
author = "Snake Man";
overviewText = "Campaign mission overview";
Because these values are read from the mission description.ext instead.
When you are creating your ArmA 3 campaign and if you get this error:
Warning Message: No entry 'Campaigns\\description.ext/Campaign.briefingName'.
You need to add one line in description.ext file:
briefingName = "My Campaign!";
And its fixed.
====== Campaign description.ext Extras ======
You can put other mission description.ext class entries into campaign description.ext instead. For example **CfgDebriefing** and **CfgCommunicationMenu**.