Skip to content

rabauke80/yet-another-dcs-server

 
 

Repository files navigation

To run this repo:

  • make an empty mission (any map)
  • modify your dcs to run dcs-grpc
  • clone this repo
  • install deps with npm install
  • create generated code with npm run codegen
  • start the server with a grpc address GRPC_ADDRESS=localhost:50051 npm start

vscode extensions you should have:

  • eslint for code standards enforcement
  • prettier for code formatting
  • lua for lua. Only needed if you plan to work on the lua bits. (You probably don't need this)

About

A workd in progress dcs server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.2%
  • Lua 19.3%
  • JavaScript 3.5%