RCU Forums - View Single Post - ** Digitech Central Telemetric Unit for Jeti **
Old 04-30-2020, 01:16 PM
  #371  
winter1
Senior Member
 
winter1's Avatar
 
Join Date: Sep 2019
Location: Carlsbad - Czech Republic
Posts: 189
Received 28 Likes on 22 Posts
Default

Originally Posted by digitech
its very easy
open the lua folder in there you find all engine files in json and the audio files
here is a pice of code :

"brand": "Kingtech G2",
"message": {
"255": {
"text": "ECU Offline",
"speech": "ecu_is_off_line.wav",
"de": "ecu_is_off_line-DE.wav",
"active": true

so lets add CZ


"brand": "Kingtech G2",
"message": {
"255": {
"text": "ECU Offline",
"speech": "ecu_is_off_line.wav",
"de": "ecu_is_off_line-DE.wav",
"cz":"testcz.wav",
"active": true
That would be ok. I believe that the setup will go smoothly. ***winter***