-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hemtt dev
generate SymLinks
#669
Comments
|
Huh, then I'll have to figure out why it didn't create the symlinks on my machine. |
hemtt dev
generate SymLinkshemtt dev
generate SymLinks
So I'm tracking what the code does when running
|
Which exact function should create the link in |
Very recently, help on the ACE3 Discord finally allowed me to get file patching to work on a project I integrated HEMTT into.
As it turned out, the issue was simply that symlinks from the Arma 3 directory to the project's repo were not set up, because I didn't know they had to be.
At the same time I was mislead by file patching working on my copies of ACE3 and ACRE2. Only after resolving did I realize that ACE3 and ACRE2 have
setup.py
that must have setup those symlinks automatically, while my project does not.LinkGrim on the Discord confirmed that HEMTT does auto-setup those symlinks, but only when running
hemtt launch
, and I usually just runhemtt dev
to use file patching, launching Arma 3 via the launcher to have a better UX for selecting mods.Since both
launch
anddev
are used to generate builds that work with file patching and disabled CBA function caching, IMO it would be best for both commands to generate symlinks, for more automation and circumvention of user ignorance.The text was updated successfully, but these errors were encountered: