arma3:missions:name-missing
ArmA 3 Mission Name Missing
ArmA 3 Forum, ArmA 3, ArmA 3 Config, ArmA 3 Missions, ArmA 3 3D Modeling, ArmA 3 Scripting, ArmA 3 Terrain, ArmA 3 Texturing, 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";
arma3/missions/name-missing.txt · Last modified: 2024/08/02 15:54 by snakeman