Skip to content

Version 1.11.0 RC 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@BrettMayson BrettMayson released this 07 Dec 04:16
· 244 commits to main since this release

SQF πŸŽ‰

HEMTT now includes its own SQF Compiler! A very big thanks to @ScottyThePilot for their sqf repo, which HEMTT's SQF parser is derived from.

Currently, errors messages are limited, and not much is checked beyond valid syntax. This will be expanded in future versions.

This version does ensure that every SQF file is valid, and compiled to SQFC, now on MacOS too! Files that are intended only to be included, like initSettings.sqf, will now need to use .inc.sqf to indicate they do not need to be valid on their own.

It is using the new acemod/arma3-wiki project to get updated commands within hours of them hitting the wiki, and without needing an update to HEMTT!

Please report any issues with this RC, or leave suggestions for analysis, for SQF or Configs.

Full Changelog: v1.10.2...v1.11.0-rc1