-
I'd like something that gives me the dependency graph of addons within a project. I think this probably is within the remit of HEMTT as a general ArmA-addon multi-tool.
It should be pretty straight…
-
![image](https://github.com/BrettMayson/HEMTT/assets/57712666/ca7c6cb7-0dc4-4494-a9d8-846df457083b)
1. Put at the top `#pragma sls disable file SQFVM-10005 //disable duplicate MACRO definition warnin…
-
Some vehicles (esp big helicopters) have mis-ordered cargo proxy indexes, for example `UK3CB_BAF_Merlin_HC4_18_GPMG`
```
config cargoProxyIndexes[] = {1,2,3,8,9 ,10,11,12,15,16,17,18,19,20,23,24};…
-
As expected, if you try to `$ hemtt dev` a mod on a network drive (UNC path), the link creation will fail, as creating symbolic links of any kind with source and target both being on a network drive, …
-
**Arma 3 Version:** `1.80.143869` (stable)
**CBA Version:** `3.6.1.180131` (stable)
**ACE3 Version:** `3.12.1` (stable)
**Mods:**
```
- CBA_A3
- ace
```
**Description:**
When attempting t…
-
Add the following to the Shadow Trooper Armour:
- Intercom
- Emergency Beacon
- Rebreather
-
Based on https://community.bistudio.com/wiki/Arma_3:_Startup_Parameters
>`"\mission.sqm"` | Load a mission directly in the editor. Example: "c:\arma3\users\myUser\missions\myMission.intro\mission.s…
-
I often re-sign third party modifications who don't change their private key with each version to prevent people joining with old versions.
Could we separate signing out into a separate command so …
-
I'm trying to write a rhai script that would copy a folder of files into a specific space into the `.hemttout/build` folder, in a `post-build` hook, within the VFS. The passed functions from rust into…
-
**HEMTT Version:** `1.7.2` **Project:** https://github.com/Canibus/EMP
**Description:**
hemtt build command throw: **thread '' has overflowed its stack**
Everything works fine after removing …