Skip to content

Update for DCS-gRPC 0.3.0 compatibility

Latest
Compare
Choose a tag to compare
@rurounijones rurounijones released this 30 Jan 12:52
· 4 commits to main since this release

Introduction

DCSCribe is a program to get unit data and positions out of DCS and into a database for use by other applications; for example an online map. It connects to a DCS-gRPC server running inside of a DCS GameServer to get the data and also includes MIL-STD-2525-D field information for each unit which can be used for querying and generating symbology images.

Changelog

  • Compatibility with DCS-gRPC version 0.3.0
  • This release will stream and write information for units and airfields to the database.
  • Not all units have their MIL-STD-2525-D fields populated. This work is ongoing.
  • Airfields do not have MIL-STD-2525-D fields populated.

Installation

Download and extract DCScribe-1.0.2.zip to the folder of your choice (e.g. C:\Program Files\DCScribe) then follow the instructions in the README.md to configure the application.

You can also choose to run it as a Windows server. See the README.md for more information.

Dependencies

This project depends on DCS-gRPC Server version 0.3.0 to provide data. Make sure you have downloaded and installed the DCS-gRPC server into your DCS server.