Release EDDI - Windows app for immersion and more

Status
Thread Closed: Not open for further replies.
Cheers for the help cmdrs. I sorted playing music, I got VA anyway. Now have various songs playing at various triggered events in game. My next question is if I get a HCS voicepack will that replace the voice that talks back to me from EDDI/VA

Cheers

AFAIK, the voice packs do not include a TTS voice, but numerous recorded wav-files. So it won't replace anything. It's the same technique you're using now, playing audio files at various triggers. I have the Orion pack, but did not import the VA-profile, merging the sounds with my own profile instead.
 
Quick check - will EDDI send data from the open beta (2.3.10) to EDDN & EDSM? Or do I need to disable those monitors for the beta?

Past advise has been to disable both EDDN & EDSM outgoing comms for betas. Seems reasonable that it would also apply to 2.3.10.

EDIT: Nvm, J. Calvert is correct... forgot about that change.
 
Last edited:
Is there any way to reduce the types of Comm messages that get read aloud? EDDI ends up talking over the station announcer because it's reading the station text prompts as I approach. Honestly I only need pilot messages to be read aloud.
 
Is there any way to reduce the types of Comm messages that get read aloud? EDDI ends up talking over the station announcer because it's reading the station text prompts as I approach. Honestly I only need pilot messages to be read aloud.

Are you using the default script for 'Message received'? It should screen out all non-player messages.

Code:
{_ Context }
{SetState('eddi_context_last_subject', 'message')}
{SetState('eddi_context_last_action', 'receive')}
{SetState('eddi_context_message_name', event.from)}
{SetState('eddi_context_message_content', event.message)}

{if event.player = true:
    {if event.message = "o7":
        {event.from} salutes
        {if event.channel = "player":
            you
        }.
    |else:
        Message received from {event.source} {event.from}.  Message reads: {event.message}.
    }
}
 
Or use this if you do want non-player messages but a little less station announcements:
Code:
{_ Context }
{SetState('eddi_context_last_subject', 'message')}
{SetState('eddi_context_last_action', 'receive')}
{SetState('eddi_context_message_name', event.from)}
{SetState('eddi_context_message_content', event.message)}

{if event.message = "o7":
    {event.from} salutes
    {if event.channel = "player":
        you
    }.
|else:
    {if state.messages!= "off" && event.message != "Docking request granted." && event.message != "Docking request cancelled." && event.message != "No fire zone entered.":
    Message from {event.from}.  {event.message}.
    }
}

I have a voiceattack command that sets state.messages to "on" or "off" so I get messages or not and added some typical station announcements I don't want to hear at all.
 
Are you using the default script for 'Message received'? It should screen out all non-player messages.

Code:
{_ Context }
{SetState('eddi_context_last_subject', 'message')}
{SetState('eddi_context_last_action', 'receive')}
{SetState('eddi_context_message_name', event.from)}
{SetState('eddi_context_message_content', event.message)}

{if event.player = true:
    {if event.message = "o7":
        {event.from} salutes
        {if event.channel = "player":
            you
        }.
    |else:
        Message received from {event.source} {event.from}.  Message reads: {event.message}.
    }
}

i was using the default, but switched to the beta, which seemed to have changed the setting, I guess
 
Are you using the default script for 'Message received'? It should screen out all non-player messages.

Code:
{_ Context }
{SetState('eddi_context_last_subject', 'message')}
{SetState('eddi_context_last_action', 'receive')}
{SetState('eddi_context_message_name', event.from)}
{SetState('eddi_context_message_content', event.message)}

{if event.player = true:
    {if event.message = "o7":
        {event.from} salutes
        {if event.channel = "player":
            you
        }.
    |else:
        Message received from {event.source} {event.from}.  Message reads: {event.message}.
    }
}

I had same problem so I unchecked the messages box. Thanks for this! Its now fixed
 
Heh, listening to Zira, et al stumble over pronunciations can provide some humor on those long trips between stars. LOL
 
Last edited:
I jus think wish I could set Astra to use the Ziri voice for consistency - or get a voice pack that sounds like Astra

It's the other way around, Astra is the voicepack so you can't change her voice. The only difference with the other voicepacks is that Astra isn't prerecorded by real life actor, like Orion - William Shatner, but her soundbites are created using an Ivona TTS voice, Amy, with some added soundeffects.

I use several voicepacks including Astra and use Amy as my TTS voice in voiceattack. It sounds like I have Astra's sister on board too :)
And, to be complete, in EDDI I use Ivona's Emma as voice. So when I make a jump I hear Astra telling me the FSD will engage, Amy saying things like "Where are we heading Emma ? " and Emma answers with a system report.
 
Hello jgm,
There is no more the bug :
{_ Note three rs in terrraformable is a typo in information from Elite }
in the journal so i modify the body scanned script and it is functional.
Thanks for your work.
 
Hello jgm,
There is no more the bug :
{_ Note three rs in terrraformable is a typo in information from Elite }
in the journal so i modify the body scanned script and it is functional.
Thanks for your work.


is this everywhere in the body scanned script the spelling of "terrraformable" ?
 
regards:
I would like to know if there is api, in order to send the BGS data (factions of a system its influence its current and previous state, and pending status to an excel document.


As an example I can add this function to EDDI and indicate to eddi where I have my excel file. And only get the data of the station and system currently located. With a specific EDDI order


saludos:
Me gustaria sabe si existe api, para poder enviar los datos de BGS (facciones de un sistema su influencia su estado actual y anterior ,e estado pendiente a un documento excel.

A ejemplo poder añadir esta funcion a EDDI y indicar a eddi donde tengo mi archivo excel. Y solamente obtener los datos de la estacion y sistema actualmente ubicado. con una orden concreta del EDDI
 
It's the other way around, Astra is the voicepack so you can't change her voice. The only difference with the other voicepacks is that Astra isn't prerecorded by real life actor, like Orion - William Shatner, but her soundbites are created using an Ivona TTS voice, Amy, with some added soundeffects.

I use several voicepacks including Astra and use Amy as my TTS voice in voiceattack. It sounds like I have Astra's sister on board too :)
And, to be complete, in EDDI I use Ivona's Emma as voice. So when I make a jump I hear Astra telling me the FSD will engage, Amy saying things like "Where are we heading Emma ? " and Emma answers with a system report.

Excellent. I also use Amy as my ship AI in VA/EDDI with a small amount of modulation (though less than in her Astra incarnation) to make her sound artificial. Amy is absolutely superb with very natural sounding speech and by far the best standard of correct pronunciation I've ever heard in a TTS voice. It's good to have her company on any long voyage out in the black. Highly recommended.
 
Hi spezialists for VA and EDDI :) !

First, sorry for my bad English :eek:, but I hope you understand me. I like EDDI and VA very much but since yesterday I have a big problem.
Ok, here the facts. Yesterday I updated VA to version 1.6.5. I have started VA as a normal user. I got an ERROR. I started VA as an admin user and all is OK !
I have installed ED as an normal user an it works with VA with admin rights very good. I copied the profiles in the admin-path. EDDI is installed as an plug-in in VA an now EDDI don't find
the path to the normal user (is normal bacause VA run as admin). How can I solve the problem ?
System Win 10 64 bit
ED - installed as normal user (netlog and journal in the user path)
VA - installed as normal user but start with admin rights
EDDI - installed as plug-in from VA (path for the json-files in the admin path)

Thx for your help, nepomuk

Sorry guys, I have to ask again, how do you start VA and EDDI ?

1. VA with EDDI as plug-in in normal user mode ?
2. VA with admin rights and EDDI as a plug-in ?
3. VA with admin rigths and EDDI stand alone in normal user mode ?

If I start VA with admin rigths (it is recommended) an EDDI stand alone, both apps work for themselves but not together.
Events from EDDI are not recognized by VA and vice versa. Please, I need help.

Thx nepomuk
 
Hi Nepomuk,

the 1st version should work. If not, then it needs further investigations. Important, that you should only run VA, it starts automatically EDDI as a plugin.

Are you from the Czech Republic? If so, we are neighbours:)

Best regards!
 
Hi Nepomuk,

the 1st version should work. If not, then it needs further investigations. Important, that you should only run VA, it starts automatically EDDI as a plugin.

Are you from the Czech Republic? If so, we are neighbours:)

Best regards!

Hello Brigetiol1,

Thank you for your answer. Yes 1st version works, but not 100%. Sometimes a keystroke is not recognized immediately.
Therefore, it is also recommended to start VA with admin rights. Look here http://voiceattack.com/smf/index.php?topic=654.msg3249#msg3249
I have already described my problem on the developer homepage. Look here https://github.com/cmdrmcdonald/EliteDangerousDataProvider/issues/226
So far no answer from the developer. User Darkcyde13 has already tried to help me. If the PC is only used with admin rights, there are no problems.
However, e.g. two users and an admin, there are problems. ED uses the user paths and VA + EDDI with admin rights use the admin paths.

And yes, we are neighbors [big grin] ... distant neighbors. I'm from Germany. I believe my username "nepomuk" has brought you into these thoughts.
I've been using the name for a very long time. The name has nothing to do with the city for me.

Thx, have a nice Weekend, nepomuk ;)

p.s. sorry for my bad english :rolleyes:
 
Last edited:
Hi Nepomuk,

Darkcyde knows much more about computers than me, and I use Win7 instead Win10, so that was just a general guessing from my side.

Mein Deutsch ist viel mehr schlechter, als Dein Englisch :) Wichtig ist, dass wir uns verschtehen:)

Best regards/Tschüss!

Brigetiol1

P.s.: Nepomuk was first familiar for me from a sci-fi novel. About 30 years ago I saw this name, but I wasn't sure (Nepomuk and Zabelard?). Google brought up the town on the first place, and I also visited Plsen/Pilsen once. I should clean up the library in my head.
 
Make sure you have plugins enabled in VA settings, then they will work together.
"Enable plugin support" must be checked in settings.
 
Last edited:
Status
Thread Closed: Not open for further replies.
Back
Top Bottom