Skip to content

Commit

Permalink
Minor fix for VP edit speech functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyxp1 committed Jul 11, 2017
1 parent 7696c68 commit 42da431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ActionFiles/V1/VoicePackV4.act
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENABLED True

INSTALL LongDescription="This is the fourth edition of the voice pack for EDD, for version 8.1+\r\n***This will disable all previous voice packs***\r\n\r\nIt vocalises most events which are received, and welcomes you at the start and exit of the program. \nCertain events are not vocalised if they don't contain any information relevant to the user or if they only appear on start up.\r\n\r\nSpeech control and voice selection can be accomplished through the menu option in Add-Ons.\r\n\r\nThe ED Discovery team hope you enjoy this feature.\r\n\r\nMore voices can be purchased online. Ivona voices which are commonly used since they are compatible with SAPI 5 interface can be purchased from www.textaloud.com individually. Voices must be SAPI 5 compatible to be used with EDDiscovery.\r\nNPC background sounds (C) Frontier Developments"
INSTALL ShortDescription="Voice file for ED"
INSTALL Version=4.0.0.0
INSTALL Version=4.0.0.1
INSTALL MinEDVersion=8.1.0.0
INSTALL Location=Actions
INSTALL DisableOther1=VoicePackV1
Expand Down Expand Up @@ -411,7 +411,7 @@ Static say_tx2 $= "terraformable; Terra Formable"
Static say_tx3 $= "CMDR ;Commander "
Static say_tx4 $= " Cr ; Credits "

Static SpeechDefinitionFile = SetUpLanguageEnglish
Global SpeechDefinitionFile = SetUpLanguageEnglish
Static SpeechCulture = en-gb

If SpeechControls NotPresent
Expand Down

0 comments on commit 42da431

Please sign in to comment.