BrettMayson / HEMTT

Build System for Arma 3
https://brettmayson.github.io/HEMTT
GNU General Public License v2.0
109 stars 40 forks source link

Add option to use realtive path for mission file with launch #621

Closed ilbinek closed 7 months ago

ilbinek commented 9 months ago

Add an option to use a relative path mission with the launch option. This will allow to have a test mission in the git repo, allowing for easier testing between multiple developers.

Not sure if even possible from Arma side, if it doesn't require all missions to be in the documents/profile folders.

BrettMayson commented 9 months ago

Were you able to do this using the Arma path to the .hemtt folder?

Something like \x\mymod\.hemtt\missions\my_mission\mission.sqm

ilbinek commented 9 months ago

Tried it, but did not manage to get it working