Update README.md

This commit is contained in:
Christian Franz 2022-01-20 12:48:39 +01:00 committed by GitHub
parent 873a504c6d
commit 8888da9f3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,9 @@ A Toolbox For Mission Designers
## What?
DML is a **mission-building toolbox that** for Eagle Dynamic's DCS combat flight simulator that **does not require Lua**, yet it also provides comprehensive support if you do want to use Lua. At its heart are modules that **attach themselves to Mission Editors (ME) Trigger Zones** to provide new abilities. Mission designers control these new abilities in ME by adding Attributes to these Trigger Zone.
![image](https://user-images.githubusercontent.com/21967811/150333140-665cda5e-dad5-4f7f-897f-853179e89448.png)
Through this simple mechanism, adding complex new abilities to missions becomes a snap (or, at least, much easier). Since **you control DML from inside ME**, you do not have to mess around with Lua scripts all DML modules take their run-time data from Trigger Zone attributes. You edit those in ME: Trigger Zones already have attributes, editing them is built into ME. If you have ever created a Trigger Zone, you have already seen MEs zone attributes. You likely ignored them because they have had little practical use. Until now. Well use zone attributes to put DCS mission creation into super-cruise.
**DML can reduce advanced tasks (such as adding CSAR missions) to placing trigger zones and adding attributes.**