Releases: gcask/dcs-unicon
Releases · gcask/dcs-unicon
Release list
DCS-unicon v1.1.0
Installation
As a scratchpad extension
- Download
dcs-unicorn-scratchpad-v1.1.0.zipbelow. - Extract the zip to
%HOMEPATH%\Saved Games\DCS.openbeta(or%HOMEPATH%\Saved Games\DCSfor stable)
As a standalone UI
- Download
dcs-unicorn-standalone-v1.1.0.zipbelow. - Extract the zip to
%HOMEPATH%\Saved Games\DCS.openbeta(or%HOMEPATH%\Saved Games\DCSfor 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
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.