Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 10 of 16 FirstFirst ... 89101112 ... LastLast
Results 91 to 100 of 157
  1. #91
    Senior Member GreekPilot's Avatar
    Join Date
    Nov 2015
    Location
    Greece
    Posts
    105
    Rep Power
    12

    Default

    @waldek

    Thank you very much for your answers... But I have a last question: No branding.zip anymore?

    By the way, your skin works like a charm..

    Respectfully,

    Sent from my NE2213 using Tapatalk

  2.    Advertissements


  3. #92
    Master Skin IGO LUNA by wal24Skin IGO LUNA by wal24 waldek's Avatar
    Join Date
    Oct 2015
    Location
    Poland
    Age
    65
    Posts
    88
    Rep Power
    456

    Default

    Branding.zip is unnecessary. A_Brand_Luna.zip by Alain57 does the same.
    One more fix. replace A_Brand_Luna.zip with you will get ride height display. You need to delete poi_visiblities_save.txt or the entire save.

    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]
    Last edited by waldek; 11th August 2023 at 06:25 PM.

  4. #93
    Member + Skin IGO LUNA by wal24Skin IGO LUNA by wal24
    Join Date
    Mar 2018
    Location
    ohio
    Posts
    86
    Rep Power
    0

    Default

    Waldek everything on your skin is working well and I like it allot except for one item which hasnt worked for me in other skins maybe because I use USA voice and Lang. I’m sure most of it is because of my dictionary Lang and voice file. Do you know what changes in the Lang and voice effect ‘traffic directions in the lanes by voice’ It’s currently shaded out in my program. It also might have extra code in the foreign voice file that’s not in USA. Thanks agai. For you skin I use it every day.

  5. #94
    Master
    Join Date
    Jan 2016
    Location
    Germany
    Posts
    452
    Rep Power
    654

    Default

    @badwhip
    Forget the lane info.
    I also tried @Garigor's solution. (Garigor Luna Skin)
    I guess it can't work because the instructions aren't in the map material.
    But if anyone knows more............


    Edit:
    It works, with the voice @batiskaf offered
    Last edited by Golom; 13th August 2023 at 04:22 PM.

  6. #95
    Master Skin IGO LUNA by wal24Skin IGO LUNA by wal24 waldek's Avatar
    Join Date
    Oct 2015
    Location
    Poland
    Age
    65
    Posts
    88
    Rep Power
    456

    Default

    I don't know if I understand you correctly. "Traffic derections in the lanes by voice" in Polish works correctly. There must be appropriate entries in the voice file. Exactly in the config_transforms.lua file.

  7. #96
    Master
    Join Date
    Mar 2012
    Location
    EX USSR
    Posts
    359
    Rep Power
    2003

    Default

    @badwhip
    @Golom

    The author of the implementation of this function in voice Luna drey95 (4pda), here is its original source...
    Possible settings in sys.txt (with default values):
    Spoiler: sys:

    [tts]
    announce_avg_traffic_speed=1 ; 1 - озвучивание средней скорости потока в ТМС-сообщении
    announce_merge_maneuvers=0 ; 1 - озвучивание слияния дорог (работает, если есть запись use_merge=1 в секции [debug])
    announce_second_maneuver_distance=70 ; озвучивание дистанции до второго манёвра после фразы "а затем"
    announce_speed_unit=1 ; 1- озвучивание единиц измерения скорости потока в ТМС-сообщении
    announce_streetname_in_maneuver=1 ; 0 - отключение озвучивания названий улиц в манёврах
    announce_tollgate_maneuvers=0 ; 1 - включение озвучивания пунктов оплаты (работает, если есть запись manoeuvre_at_tollgate=1 в секции [debug])
    announce_traffic_delay=0 ; 1- добавляет в ТМС-сообщение фразу с опозданием, которое добавляет это ТМС-событие
    announce_tunnel_maneuvers=0 ; 1 - включение озвучивания растояний до туннелей и их окончаний (работает, если есть записи enter_tunnel=1 и leave_tunnel=1 в секции [debug])
    announce_waypointname=0 ; 1 - озвучивание названий промежуточных/конечных пунктов если они являются объектами ПОИ
    numbers_mode=0 ; формат рассояний (0 - один километр триста метров, 1 - один и три километра)
    roadnumber_mode=1; вариант озвучивания федеральных дорог: 0 - озвучиваются номера (трасса М4) 1 - озвучиваются названия (трасса Москва Новороссийск)
    short_tmc_message=0 ; 1 - сокращённый вариант ТМС-сообщения
    use_dativ_for_sameroad=1 ; 1 - использование дательного падежа при склонении дорог/улиц

    Spoiler: Voice_Drey95_RUS:
    [Only registered and activated users can see links. ]
    Last edited by batiskaf; 13th August 2023 at 10:57 AM.

  8. #97
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    52
    Posts
    263
    Rep Power
    370

    Default

    You should have the following entries in your voice file, in \config\config_transforms.lua

    Code:
    Please Login or Register to see the links

  9. #98
    Master
    Join Date
    Mar 2012
    Location
    EX USSR
    Posts
    359
    Rep Power
    2003

    Default

    @AnthonyGreek
    In addition to this function, new ones appeared, also useful...

  10. #99
    Member + Skin IGO LUNA by wal24Skin IGO LUNA by wal24
    Join Date
    Mar 2018
    Location
    ohio
    Posts
    86
    Rep Power
    0

    Default

    thank you batiskaf,anthonygreek and of course waldek for the great skin i followed the instructions from you guys and i have voice lane info working! can someone look over my translation and double check there are a few spots i dont think it translated right here is what i have

    ------------------- Lane Info Voice ---------------------------

    function format_lane_info(DescKey)
    voice_debug_log(L"TTS: DescKeyLaneinfo in: '"..DescKey..L"'", 3)
    local lane_info_str = DescKey
    if DescKey ~= L"" then
    if wstring.find(DescKey,L"far_left") then
    lane_info_str = L"Stay in the extreme left lane"
    elseif wstring.find(DescKey,L"far_right") then
    lane_info_str = L"Stay in the far right lane"
    elseif wstring.find(DescKey,L"centre") then
    lane_info_str = L"Stay in the middle lane"
    elseif wstring.find(DescKey,L"any") then
    lane_info_str = L"Drive in any lane"
    else
    local numb = tonumber(wstring.sub(DescKey, 1, 1))
    local t = {{L"", L"two", L"three", L"four", L"five", L"six", L"seven", L"eight", L"nine"}, {L"", L"second", L"Tuesday", L"Wednesday", L"Thursday", L"sixth", L"seventh", L"eighth", L"ninth"}}
    if wstring.find(DescKey,L"side_c") then
    lane_info_str = L"Stay on " .. t[1][numb] .. L"lanes in the middle of the road"
    elseif wstring.find(DescKey,L"side_r") or wstring.find(DescKey,L"side_l") then
    lane_info_str = wstring.find(DescKey,L"side_r") and L"Stay on the right without occupying them" or L"Stay to the left without occupying them "
    lane_info_str = numb == 1 and (lane_info_str .. L"dark stripes") or (lane_info_str .. t[1][numb] .. L" dark stripes")
    elseif wstring.find(DescKey,L"left") then
    lane_info_str = L"Stay on " .. t[1][numb] .. L" left lanes"
    elseif wstring.find(DescKey,L"right") then
    lane_info_str = L"Stay on " .. t[1][numb] .. L"right lanes"
    elseif wstring.find(DescKey,L"middle_l") then
    lane_info_str = L"Stay on " .. t[2][numb] .. L" left lane"
    elseif wstring.find(DescKey,L"middle_r") then
    lane_info_str = L"Stay on " .. t[2][numb] .. L" right lane"
    end
    end
    end
    voice_debug_log(L"TTS: Laneinfo out: '"..lane_info_str..L"'", 3)
    return lane_info_str

    in the 16th line it goes second then tuesday wendsday then thursday then sixth seventh eighth and nine. the tuesday wedsday and thursday seem to not fit can anyone confirm the greek to usa for these words "τρίτη", L"τέταρτη", L"πέμπτη"

    also dark strips seems out of place which is this ακριανές λωρίδες

  11. #100
    Member + Skin IGO LUNA by wal24Skin IGO LUNA by wal24
    Join Date
    Mar 2018
    Location
    ohio
    Posts
    86
    Rep Power
    0

    Default my usa voice for waldek skin

    someone requested this and i posted to a file site but it got taken down.
    Attached Files Attached Files
    • This post requires you to click the "LIKE this post" button to see Attachments.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •