Skip to content

Releases: gcask/dcs-unicon

DCS-unicon v1.1.0

Choose a tag to compare

@gcask gcask released this 09 Jul 20:39

Installation

As a scratchpad extension

  • Download dcs-unicorn-scratchpad-v1.1.0.zip below.
  • Extract the zip to %HOMEPATH%\Saved Games\DCS.openbeta (or %HOMEPATH%\Saved Games\DCS for stable)

As a standalone UI

  • Download dcs-unicorn-standalone-v1.1.0.zip below.
  • Extract the zip to %HOMEPATH%\Saved Games\DCS.openbeta (or %HOMEPATH%\Saved Games\DCS for stable)

Changelog

Added

  • DCS Scratchpad support (works as an extension). Requires dcs-scratchpad >= 0.7.0.

Changed

  • Treat commas as spaces when trying to parse DMS / DDM related inputs.
  • Now two releases: a standalone version, and a scratchpad extension.

DCS-unicon v1.0.1

Choose a tag to compare

@gcask gcask released this 23 Oct 23:11

Fixed

  • MGRS: Leading zeroes could lead to 'mismatching digits' error.
  • UTM: When interpreting coordinates without the grid indicator, easting and northing would not be correct.
  • Try parsers with the correct priorities: MGRS, UTM, DMS, DDM, and finally Lat/Lon.

DCS-unicon v1.0.0

Choose a tag to compare

@gcask gcask released this 19 Oct 03:49
bd4ab79
  • Initial release