"<path>\mission.sqm" | Load a mission directly in the editor. Example: "c:\arma3\users\myUser\missions\myMission.intro\mission.sqm"
a parameter like
[hemmt.launch.test]
parameters = [
"C:\Users\myUser\Documents\Arma 3 - Other Profiles\ProfileName\missions\test.Stratis\mission.sqm",
"-skipIntro", # These parameters are passed to the Arma 3 executable
"-noSplash", # They do not need to be added to your list
"-showScriptErrors", # You can add additional parameters here
"-debug",
"-filePatching",
"-window",
]
should work, but instead, when launching, hemtt throws the following issue
ERROR Toml Error: TOML parse error at line 60, column 10
|
60 | "C:\Users\myUser\Documents\Arma 3 - Other Profiles\ProfileName\missions\test.Stratis\mission.sqm",
| ^
invalid unicode 8-digit hex code
Based on https://community.bistudio.com/wiki/Arma_3:_Startup_Parameters
a parameter like
should work, but instead, when launching, hemtt throws the following issue