Spoken texts by ship computer

The place to discuss scripting and game modifications for X4: Foundations.

Moderators: Moderators for English X Forum, Scripting / Modding Moderators

User avatar
MarcusInVR
Posts: 117
Joined: Fri, 15. Apr 22, 14:33

Spoken texts by ship computer

Post by MarcusInVR »

Does someone know where the files for the voice in the cockpit are? For example "Autopilot enabled", or "Docking granted", or "Entering system....". Or are these just strings with a text-to-speech engine of some kind?

Cheers peeps
User avatar
Dj_FRedy
Posts: 245
Joined: Mon, 27. Jun 11, 05:58
x4

Re: Spoken texts by ship computer

Post by Dj_FRedy »

In the language file you can track any text. For example:

Code: Select all

<page id="10002" title="Ship Computer - Betty" descr="0" voice="yes">
 <t id="555">Docking granted.</t>
Depending on the language and situation the path could be for example: '..\voice-l044\10002\normal\555.ogg'
Note the 'id' matches.
"All my contributions to the Technical Support and Public Beta Feedback sections will be concise and to the point, no diatribes, that's what the other sections are for".
Thank you for your efforts.

Return to “X4: Foundations - Scripts and Modding”