Where do i find these lines to edit please
Hi. Before.....
MODEL.SETPERSISTENT.lua.OwnWarningTMCAnnounce = WSTRING_MODEL(L"Dėmesio")
MODEL.SETPERSISTENT.lua.OwnWarningRoadSigns = WSTRING_MODEL(L"Dėmesio")
MODEL.SETPERSISTENT.lua.OwnWarningTunnel = WSTRING_MODEL(L"Dėmesio")
MODEL.SETPERSISTENT.lua.OwnWarningHighwaysTunnels = WSTRING_MODEL(L"Įjunkite artimas šviesas")
There are more of these records in the different ux and skin.
For me, I have done so:
MODEL.SETPERSISTENT.lua.OwnWarningTMCAnnounce = WSTRING_MODEL(L"")
MODEL.SETPERSISTENT.lua.OwnWarningRoadSigns = WSTRING_MODEL(L"")
MODEL.SETPERSISTENT.lua.OwnWarningTunnel = WSTRING_MODEL(L"")
MODEL.SETPERSISTENT.lua.OwnWarningHighwaysTunnels = WSTRING_MODEL(L"")
So I avoid sentences in Lithuanian, whether use TTS or audio normal.
Where do i find these lines to edit please
Hi.
- driveralerts.zip \ driveralerts.lua - MODEL.SETPERSISTENT.lua.OwnWarningRoadSigns = WSTRING_MODEL(L"Dėmesio")
- long_tunnel.zip \ long_tunnel.lua - MODEL.SETPERSISTENT.lua.OwnWarningTunnel = WSTRING_MODEL(L"Dėmesio")
- Low_Beam_RS_plus.zip \ Low_Beam_RS.lua - MODEL.SETPERSISTENT.lua.OwnWarningHighwaysTunnels = WSTRING_MODEL(L"Įjunkite artimas šviesas")
- notification_recalculate_route.zip \ notification_recalculate_route.lua - MODEL.SETPERSISTENT.lua.OwnWarningRecalcInfo = WSTRING_MODEL(L"Maršrutas pasikeitė")
- smartnavi.zip \ smartnavi.lua - MODEL.SETPERSISTENT.lua.OwnWarningQuickDetour = WSTRING_MODEL(L"Pasiūlymas")
- the_skin_by_pongo.zip \ the_skin_by_pongo.lua - MODEL.SETPERSISTENT.lua.OwnWarningSignsPosts = WSTRING_MODEL(L"Informaciniai skydai")
- tmc.zip \ tmc_models.lua - MODEL.SETPERSISTENT.lua.OwnWarningTMCAnnounce = WSTRING_MODEL(L"Dėmesio")
- toll_booth.zip \ toll_booth.lua - MODEL.SETPERSISTENT.lua.OwnWarningTollBooth = WSTRING_MODEL(L"Perspėju")
- turn_restriction.zip \ turn_restriction.lua - MODEL.SETPERSISTENT.lua.OwnWarningTurnRestriction = WSTRING_MODEL(L"Dėmesio")
- umwelt_zone.zip \ umwelt_zone.lua - Two lines:
MODEL.SETPERSISTENT.lua.OwnWarningUmweltZone = WSTRING_MODEL(L"Dėmesio")
MODEL.SETPERSISTENT.lua.OwnWarningUmweltZoneHidden = WSTRING_MODEL(L"Zonos pabaiga")
I think there are no other. Regards.
Last edited by potc; 18th May 2017 at 06:56 AM.
Use TTS. I see no point of using some audio files, when TTS can read it all. Specially when you use German.
Bookmarks