Quote:
Originally Posted by Meldric
And another bug:
If I change the value "Decks awash depth" (which I have no idea what it might be related to), and save values... and then reload them, they are multiplied. So after loading, I had a confidence level of 9900.00...
Changing SpeechRecognition.TDW manually... Could not get it to work otherwise.
EDIT:
Changed the value in the file to 0,55. If I load that in Game, it becomes 55,00!
|
Fixed. Will be available in upcoming patch 1 for v6.5.0
List of changes/additions/bug fixes coming in patch 1 are:
v6.5.1 - changed how all hotkeys are defined in the options file. They are now defined as follows in the options file: [ enabled, key, shift required, ctrl required, alt required, handled ]. enabled, shift required, ctrl required, alt required, and handled are all boolean (True/False) values. Setting handled to True will cause the keystroke to be 'eaten' and not passed onto anything else. With this new format for the hotkeys one can have multiple combinations for the hotkeys. i.e. shift+key, shift+alt+key, just key, etc. If the options file has None for one of the values it cannot be used and must stay as None.
- changed how checking of hotkey pressed is processed to allow the keypress to be passed onto many items (depending on how handled is set in the hotkey)
- fixed hardcoding of Latitude and Longitude directions (N, S, W, and E). They are now specified in Menu.txt file.
- added the ability to use existing text when editing a supermark, navigation fix, or destroyed mark. The key for this is defined in the options file. You can still edit the supermark, destroyed mark, or navigation fix the old way where the existing text is replaced with the new text if you want.
- fixed bug in Speech Recognition where if values are displayed non-American style (, used for decimal seperator instead of .) the value would be multiplied by 100 when changed or loaded from file