You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add prepend-package.js script for modifying mission build
- update README with new script execution instructions
- update build script with prepend-package.js
- modify DCS user callbacks for simulation start to not start mission server to late
Copy file name to clipboardExpand all lines: README.md
+18-33
Original file line number
Diff line number
Diff line change
@@ -15,49 +15,34 @@ This repository contains two HTTP servers designed to execute LUA scripts in DCS
15
15
-**RESTful API:** Interact via POST requests for seamless integration with tools and scripts.
16
16
-**Swagger Integration:** View and test API endpoints with OpenAPI specifications.
17
17
18
-
## 🔒 Prerequisites
18
+
## ⚡️ Installation
19
19
20
-
To enable script execution, update your `MissionScripting.lua` file to allow access to `require` and `package` modules. Additionally, configure the LuaSocket package path as follows:
0 commit comments