Release EDDI - Windows app for immersion and more

Status
Thread Closed: Not open for further replies.
I'm getting the Ship Refuelled speech event triggered twice after scooping. Anyone else?

Edit: I've not made any changes, but it has now stopped doing this!

This is the script I use for the 'ship refuelled' event. As you can see, it will ignore all events in which the 'amount' is equal to 5 tons.

Code:
{Pause(2000)}

{if event.source = "Scoop":
    {if event.amount < 5:
        {ShipName()} {if ship.fueltanktotalcapacity = event.total: fully} refuelled.

        {set fuel_level to round((event.total/ship.fueltanktotalcapacity) * 100,0)}
        {if state.verbose && (fuel_level) < 100:
            {Pause(500)}
            Fuel level now at {Humanise(fuel_level)} percent.
        }
    }
|else:
    {ShipName()} {if ship.fueltanktotalcapacity = event.total: fully} refuelled.
}
 
Installed and working, however, I am getting dual voices (male and female) and they don't always say the same thing which is making it very difficult to work out what either of them is saying. Any ideas why?
Thanks, Dave
 
Installed and working, however, I am getting dual voices (male and female) and they don't always say the same thing which is making it very difficult to work out what either of them is saying. Any ideas why?
Thanks, Dave
Are they both reacting to the same event? If so, you may have a 2nd third party app running in the background and using a different voice?
 
Anyone else having an issue getting all the data to populate correctly in the Ship Monitor. I'm missing the Value field on several ships and have one line with no entries at all.

Hope there's a way to fix it.

THX
 
Anyone else having an issue getting all the data to populate correctly in the Ship Monitor. I'm missing the Value field on several ships and have one line with no entries at all.

Hope there's a way to fix it.

THX

Ship monitor has been borked since 2.3 dropped.
 
Thanks for the quick response. They are reacting to the same event, however, I wasn't getting the 2nd voice before I installed EDDI. Sometimes, they say the same things, sometimes different, it's weird. When I try the test voice buttons in EDDI, I only get the male voice.
 
Last edited:
Thanks for the quick response. They are reacting to the same event, however, I wasn't getting the 2nd voice before I installed EDDI. Sometimes, they say the same things, sometimes different, it's weird. When I try the test voice buttons in EDDI, I only get the male voice.

Are you using a HCS Voicepack ? In the latest versions op these packs they use a plugin similar to EDDI (it's called HCSjournal IIRC). If both plugins are active they can sometimes both react to the same event.
I'm using HCS voicepacks but I prefer EDDI so I deleted the HCSjournal plugin.
 
the voice pack is Anubis (the only voice pack installed), a male voice pack, the EDDI voice is also male so I have no idea where the female voice is coming from!
 
Last edited:
the voice pack is Anubis (the only voice pack installed), a male voice pack, the EDDI voice is also male so I have no idea where the female voice is coming from!

This may sound stupid but I have to ask. Isn't the female voice you hear the standard ship's voice ? So maybe when you request docking EDDI starts talking at the same time as the ship's computer tells you docking granted ?
At which event do you hear two voices ?
 
OK, latest update, I tried running Elite with just EDDI running (no VA) and I only heard one voice (male), however, I am no longer getting the station info once docked and when in supercruise, the voice has a noticeable echo making it hard to understand. When I turned VA back on, this didn't change (not second voice).
I'm hoping it was just a glitch.
 
OK, latest update, I tried running Elite with just EDDI running (no VA) and I only heard one voice (male), however, I am no longer getting the station info once docked and when in supercruise, the voice has a noticeable echo making it hard to understand. When I turned VA back on, this didn't change (not second voice).
I'm hoping it was just a glitch.

Just to make sure. When you have VA turned on the EDDI standalone shouldn't be active.
I think that's causing the problem. When for instance you dock at a station and in VA you have a command that starts talking at this event. If EDDI standalone is active it also starts talking at the same time.

So when you have EDDI running without VA and you want to start VA you first shut down EDDI and then start VA.
While using VA you must not run EDDI standalone at the same time. Starting VA is enough because it uses the EDDI-plugin and not EDDI-standalone.
 
As Stated earlier in this thread, still seeing the hangs when EDDI is enabled.
The only error I see is in the event logs for the applications.

Log Name: Application
Source: Application Hang
Date: 17-Jul-17 20:13:49
Event ID: 1002
Task Category: (101)
Level: Error
Keywords: Classic
User: N/A
Computer: Heats-I7
Description:
The program EliteDangerous64.exe version 148.764.0.0 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Security and Maintenance control panel.
Process ID: 22c4
Start Time: 01d2ff1f66c5eff7
Termination Time: 4294967295
Application Path: D:\Games\EliteDangerous\EDLaunch\Products\elite-dangerous-64\EliteDangerous64.exe
Report Id: adc6e9f9-6b1b-11e7-be4f-da5ca022cd0e
Faulting package full name:
Faulting package-relative application ID:

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Hang" />
<EventID Qualifiers="0">1002</EventID>
<Level>2</Level>
<Task>101</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2017-07-17T18:13:49.749784600Z" />
<EventRecordID>14771</EventRecordID>
<Channel>Application</Channel>
<Computer>Heats-I7</Computer>
<Security />
</System>
<EventData>
<Data>EliteDangerous64.exe</Data>
<Data>148.764.0.0</Data>
<Data>22c4</Data>
<Data>01d2ff1f66c5eff7</Data>
<Data>4294967295</Data>
<Data>D:\Games\EliteDangerous\EDLaunch\Products\elite-dangerous-64\EliteDangerous64.exe</Data>
<Data>adc6e9f9-6b1b-11e7-be4f-da5ca022cd0e</Data>
<Data>
</Data>
<Data>
</Data>
<Binary>54006F00700020006C006500760065006C002000770069006E0064006F0077002000690073002000690064006C00650000000000</Binary>
</EventData>
</Event>
 
Hello cmdrs! Well i do wan t to get better on scripting a few new cmds for eddi, but as you know (lol) my knowledge is kinda infant lvl! So i wanna ask, is there a website, pdf, book, crystal ball, tarot, fortune teller, that could lead me to some lessons? How can i learn a bit more scripting in eddi?

Thanks
 
Hello cmdrs! Well i do wan t to get better on scripting a few new cmds for eddi, but as you know (lol) my knowledge is kinda infant lvl! So i wanna ask, is there a website, pdf, book, crystal ball, tarot, fortune teller, that could lead me to some lessons? How can i learn a bit more scripting in eddi?

Thanks

The EDDI speech responder utilizes the 'Cottle' Scripting language. The documentation is at https://r3c.github.io/cottle/

EDDI documentation is at https://github.com/cmdrmcdonald/EliteDangerousDataProvider/blob/master/README.md

Integration with Voice Attack and Reference for all EDDI events and variables is at https://github.com/cmdrmcdonald/EliteDangerousDataProvider/wiki/VoiceAttack-Integration

Lastly, the bible for FDEV Journal is at http://hosting.zaonce.net/community/journal/v11/Journal_Manual_v11.pdf

Best way to learn is by doing. Head over the the 'EDDI Scripts and EDDI enabled VA Commands Thread', at https://forums.frontier.co.uk/showthread.php/311614-EDDI-Scripts-and-EDDI-enabled-VA-Commands-Thread

Start tearing apart and tinkering with code from other commanders and you will quickly get a sense of how it all works. And don't be afraid to ask questions. We're a friendly bunch and don't bite... much.
 
Last edited:
EDDI collects its data from the FDEV API and the Journal. Neither provides any info on plotted course destination or the the number of jumps required. This must be done manually, typically through Voice Attack commands.
Yes, that is why I was asking if it were possible.
 
"Send my ship to Coriolis" is not working on my Asp Explorer or my Federal Corvette. The command opens a new window (not tab) with my default Chrome brower.

My Python and Imperial Cutter work just fine, however.
 
Is the same true for the "Text-to-Speech" tab? For all voices or just some?
Have you muted EDDI and/or VoiceAttack in your system's volume mixer?


Doh!!! thanks dude, yeh Volumes were down on TTTS tab. that never happened on an update before. cheers man...What a community rep to you.
 
The EDDI speech responder utilizes the 'Cottle' Scripting language. The documentation is at https://r3c.github.io/cottle/

EDDI documentation is at https://github.com/cmdrmcdonald/EliteDangerousDataProvider/blob/master/README.md

Integration with Voice Attack and Reference for all EDDI events and variables is at https://github.com/cmdrmcdonald/EliteDangerousDataProvider/wiki/VoiceAttack-Integration

Lastly, the bible for FDEV Journal is at http://hosting.zaonce.net/community/journal/v11/Journal_Manual_v11.pdf

Best way to learn is by doing. Head over the the 'EDDI Scripts and EDDI enabled VA Commands Thread', at https://forums.frontier.co.uk/showthread.php/311614-EDDI-Scripts-and-EDDI-enabled-VA-Commands-Thread

Start tearing apart and tinkering with code from other commanders and you will quickly get a sense of how it all works. And don't be afraid to ask questions. We're a friendly bunch and don't bite... much.


thanks a bunch! ill eat these up now... nham nham!
 
Status
Thread Closed: Not open for further replies.
Back
Top Bottom