Skip to content

Initial Release

Compare
Choose a tag to compare
@rurounijones rurounijones released this 29 Sep 14:33
· 10 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

  • This initial 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.0.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 to provide data. Make sure you have downloaded and installed the DCS-gRPC server into your DCS server.