To run this repo:
- make an empty mission (any map)
- modify your dcs to run dcs-grpc (NOTE: We currently only support v0.6.0. We will be updating soon)
- clone this repo
- install deps with
npm install
- create generated code with
npm run codegen
- start the server with a grpc address
npm start -- --address "localhost:50051"
vscode extensions you should have:
- eslint for code standards enforcement
- prettier for code formatting
- Markdown All in One for markdown formatting preview in vscode
- lua for lua. Only needed if you plan to work on the lua bits. (You probably don't need this)