Releases: Uriei/EDPlanetBearing
EDPlanetBearing v1.7
Added a "Reached Destination" sound, only sounds when you are using one of the 2 audio modes, Yellow or Green.
Also fixed a really nasty bug I didn't notice if for any reason the app couldn't find the radius of the planet in EDSM.
EDPlanetBearing v1.6.1
Fixed an issue with the audio auto-turn off if you used a config file.
EDPlanetBearing v1.6
Added angle of descent to help you reach your destination when in supercruise or gliding, it will automatically show as soon as you are near than 1Mm = 1000 km, and your angle of descent is below 0º, but it will turn red if you are outside of the glide tolerance levels (-5º to -60º), you are not in your SRV and over 2,5 km high.
EDPlanetBearing v1.5.1
Many bug fixes with the detection of the config file, command line arguments and the single instancing.
Also you can now close the app by starting it again with the argument +close
as:
<app>.exe +close
or using the config file just replacing all its content with the single word close
.
EDPlanetBearing v1.5
Added extra audio mode, now you have 3 audio modes:
- (0) Red: Off
- (1) Yellow: Active while your deviation is over 45°.
- (2) Green: All the time
Also changed the command line arguments and the config file to use lowercaps, so now you need to use:
- For command line:
<path to app>.exe +lat <Latitude> +long <Longitude> +audio 0/1/2
- For the config file in
%localappdata%/EDPlanetBearing/Config.json
:
{"lat:" 1.1234, "long": -89.6547, "audio": 0/1/2}
In case of both existing (you shouldn't), Command Line will take preference and automatically delete the config file if you start it with lat and long arguments.
EDPlanetBearing v1.4
Made it a single instance app, now if you open a new instance of the app, the previous one should close by itself.
EDPlanetBearing v1.3
Added audio feedback
Now you can turn on an audio feedback that will ping everytime you are over 45º from your destination, and pitch will go lower as you get further from the correct heading, it also positions itself to where you should go.
Added live config file
You can create a config file in %localappdata%/EDPlanetBearing/Config.json
with this structure:
{"Lat:" 1.1234, "Long": -89.6547, "Audio": 1}
- Lat: Latitude
- Long: Longitude
- Audio: 0 = Off, 1 = On (Optional)
This file will be deleted when you close the app, while the file exist, the coordinates text box will be locked.
EDPlanetBearing v1.3 - Experimental 2
Switched from a constant beeping (sonar-like) to a beeping alert just in the case your destination changes direction from your ship's perspective for more than 60º.
EDPlanetBearing v1.3 - Experimental 1
Added the audio feedback feature also as a command line argument.
<app>.exe -Audio
EDPlanetBearing v1.3 - Experimental
Added experimental audio feedback, the UI now has a checkbox on top-left, if you activate it you will hear a beep every second that will indicate you where your destination is using 3D positioning, if your destination is to your right, you will hear it on your right speaker, etc.