First off, please do not run EDDI standalone if you are running VoiceAttack as well. VoiceAttack starts EDDI itself, and running two instances can cause corruption of EDDI's databases.
If you haven't changed any of the default scripts then EDDI should pick up when you receive docking permission for the relevant starport and state what the location of the pad is. The station needs to be a "standard" station: Coriolis, Ocellus or Orbis. If you aren't hearing the report please let me know which station you're attempting to dock at and I'll take a look to see where the problem might be.
I do not run both the standalone and VA at the same time. I shut down VA before I open the EDDI standalone and vice versa to troubleshoot.
I am not getting the landing pad location msg at any starport. I am currently testing at CD-33 8748, Vitorenko Holdings. I have not edited any scripts. When I Open the Speech Responder tab in the EDDI interface to see if I can figure out the problem, there are scripts listed for Docking - timed out, denied, granted, cancelled, and requested.
Docking Requested is grayed out, all other Docking scripts respond to the Test Button with the exception of "Docking Granted."
Here is the script, copied directly from the View:
{_ Context }
{SetState('eddi_context_last_subject', 'landing pad')}
{SetState('eddi_context_landing_pad_system', system.name)}
{SetState('eddi_context_landing_pad_station', event.station)}
{SetState('eddi_context_landing_pad_pad', event.landingpad)}
{set station to StationDetails(event.station)}
{if station.model = "Coriolis Starport" || station.model = "Orbis Starport" || station.model = "Ocellus Starport" || station.model = "Unknown Starport":
{Pause(8000)}
{F("Landing pad report")}
}
I am surmising that the reason I am not getting this output in the game when I successfully request docking and get permission to dock is related to the fact that when I test the "Docking Granted" script I get no output.
Any advice greatly appreciated.
EDIT: The "Landing pad report" tests properly on the Speech responder tab.