25 lines
552 B
Markdown
25 lines
552 B
Markdown
# dutchies-dcs-scripting-tools
|
|
|
|
My view on a toolset you'll need to write DCS mission scripts.
|
|
Direct DCS API checking and a Transpiler that can help keep huge complex scripts and frameworks simple and overseeable.
|
|
|
|
## Features
|
|
|
|
## Requirements
|
|
|
|
`sumenko.lua` : The VSCode Lua Language Server
|
|
|
|
## Release Notes
|
|
|
|
### 0.0.2
|
|
|
|
- Improved error handling and reporting in the script compiler.
|
|
- Added Output channel for compilation logs and errors.
|
|
- Improved Settings for better user experience.
|
|
|
|
### 0.0.1
|
|
|
|
Initial.
|
|
Still very much in Test/Development
|
|
|