====== ArmA 3 Mission Name Missing ====== [[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]] Mission name wont show up, I can only see mission directory instead of the name I wrote into mission editor, howto fix? That is because ArmA 3 only searches the first 4KB of a unbinarized mission.sqm for your briefingName. To workaround it you can cheat and edit your mission.sqm and put your briefingName at the start. mission.sqm: version=54; briefingName="My Mission Name"; It is also good idea to write mission name to **description.ext**: briefingName = "My Mission Name";