From 005a3bf101727e97e1fd8e84d5962ef6c95fa0ad Mon Sep 17 00:00:00 2001 From: Marvin Blum Date: Thu, 14 Jan 2016 12:01:12 +0100 Subject: [PATCH] Added type info to readme. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 76af82b..9b28af0 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,19 @@ asl [-v|-r|-pretty|--help] asl ./missions/myMission/myScripts ./missions/myMission/compiledScripts ``` +Since 1.2.0 ASL requires a [supportInfo](https://community.bistudio.com/wiki/supportInfo) file, which must be generated, named "types" and placed right next to the binary. So if you have the asl.exe there must also be a file called types right next to it. The content looks like: + +``` +... +t:DIARY_RECORD +t:LOCATION +b:ARRAY waypointattachobject SCALAR,OBJECT +b:OBJECT,GROUP enableattack BOOL +... +``` + +A current types file will be delivered with the current release, but not updated when Arma is. + ## Syntax ### Comments