5-line-trainer
A utility for aviator training on grid callouts and 5-line radio transmissions.
Usage
Requires Powershell 5.1.
Download or copy the .ps1 file and run it.
Parameters
If no parameters are provided, you'll be prompted for these values in the console.
-DigitPrecision- The precision of grid coordinate to use. Defaults to8.-WorldSize- The size of the world you're practicing on in meters. Defaults to30720, to match Altis.-SpeechRate- The rate at which the speech synthesizer speaks. Defaults to2.
Examples
C:\> C:\Users\username\Downloads\GridCoordTraining.ps1
C:\> C:\Users\username\Downloads\GridCoordTraining.ps1 -DigitPrecision 8 -WorldSize 30720 -SpeechRate 2
Credits
Original idea by Kerwin of the 17th Arma 3 unit.
Description
Languages
PowerShell
100%