Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 57 of 117 FirstFirst ... 747555657585967107 ... LastLast
Results 561 to 570 of 1170
  1. #561
    Super Moderator Skin IGO NextGen LUNA by Pongo (DISCUSSION)
    Skin IGO NextGen LUNA by Pongo (DISCUSSION)Skin IGO NextGen LUNA by Pongo (DISCUSSION)Skin IGO NextGen LUNA by Pongo (DISCUSSION)
    Andrey Form's Avatar
    Join Date
    Oct 2019
    Location
    Belarus
    Posts
    2,329
    Rep Power
    2385

    Default

    @AnthonyGreek Need
    speedwarn_normal_red_light_trap
    speedwarn_normal_urban_area
    and repeat these files with a different name
    speedwarn_map_red_light_trap
    speedwarn_map_urban_area
    but it's better to see speedcam.zip
    gps5

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]


    �AF_2020-25

  2.    Advertissements


  3. #562
    Super Moderator Skin IGO NextGen LUNA by Pongo (DISCUSSION)
    Skin IGO NextGen LUNA by Pongo (DISCUSSION)Skin IGO NextGen LUNA by Pongo (DISCUSSION)Skin IGO NextGen LUNA by Pongo (DISCUSSION)
    Andrey Form's Avatar
    Join Date
    Oct 2019
    Location
    Belarus
    Posts
    2,329
    Rep Power
    2385

    Amigo

    Update skin pongo Luna 2021.05.27.

    Spoiler: Link
    [Only registered and activated users can see links. ]


    Fixed "notifications" actually, this feature affects a lot of files, I'll make a speedcam.zip Mod AF Changes tomorrow
    Last edited by Andrey Form; 9th October 2021 at 07:52 AM.
    gps5

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]


    �AF_2020-25

  4. #563
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    54
    Posts
    484
    Rep Power
    794

    Default

    When I pass a speedcam I get the message: Speedcam in front of you. The speed limit is .. km per hour. Reduce your speed. The speed limit is .. km per hour.

    Is it possible somehow to announce the phrase "The speed limit is .. km per hour." only once? I don't understand the reason to announce it twice.

  5. #564
    Master BIBUOT's Avatar
    Join Date
    Mar 2012
    Location
    France
    Age
    76
    Posts
    336
    Rep Power
    241

    Default

    Hi all

    @ AnthonyGreek

    I only tested in Alerts test menu... It seems to work...

    >> Edit the plugin.ini file in the sub-directory [ux\speedcam] of your speedcam.zip

    >> Change the value in line overspeed_min_speech_repeat_delay=xx from 25 to -1


    by exemple for the Fixed_Speedcam announce :

    ; REPEAT
    -----------
    [speedcam_category:0]
    ;warn_distances="130:1500,90:1000,70:550,50:400,30:250" ; ~27 sec before the speedcam
    say_camera_distance=1
    say_camera_speed_limit=1
    activated_spoken_type=speech
    activated_speech="Speed camera ahead."
    approach_beep_distances=200 ;0=repeat constantly "Speed camera.", 150=original
    approach_beep_spoken_type=speech
    approach_beep_speech="Speed camera."
    overspeed_spoken_type=speech
    overspeed_speech="Reduce your speed."
    overspeed_min_speech_repeat_delay=25 ;-1=do not say "Reduce your speed.", 10=original
    overspeed_sound=1
    camera_in_back=1
    camera_passed=1
    min_frc=-1
    use_road_speedlimit=1


    ==================================================================
    ; DOES NOT REPEAT
    ------------------------
    [speedcam_category:0]
    ;warn_distances="130:1500,90:1000,70:550,50:400,30:250" ; ~27 sec before the speedcam
    say_camera_distance=1
    say_camera_speed_limit=1
    activated_spoken_type=speech
    activated_speech="Speed camera ahead."
    approach_beep_distances=200 ;0=repeat constantly "Speed camera.", 150=original
    approach_beep_spoken_type=speech
    approach_beep_speech="Speed camera."
    overspeed_spoken_type=speech
    overspeed_speech="Reduce your speed."

    overspeed_min_speech_repeat_delay=-1 ; -1=do not say "Reduce your speed.", 10=original
    overspeed_sound=1
    camera_in_back=1
    camera_passed=1
    min_frc=-1
    use_road_speedlimit=1



    >> If the result is Ok (I'm not sure...) this modification can be applyed to each category you want
    Last edited by BIBUOT; 28th May 2021 at 10:58 PM.
    TANUKI 's Team stay alive in the dark, in the old days was named Dreamteam-DT... my moderator pseudo Bilouteam

  6. #565
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    54
    Posts
    484
    Rep Power
    794

    Default

    In test speed cameras it worked. Now it doesn't announce the second part: "reduce speed, the speed limit is ... km per hour"
    Thank you, it was exactly what I wanted.

  7. #566
    Super Moderator Skin IGO NextGen LUNA by Pongo (DISCUSSION)
    Skin IGO NextGen LUNA by Pongo (DISCUSSION)Skin IGO NextGen LUNA by Pongo (DISCUSSION)Skin IGO NextGen LUNA by Pongo (DISCUSSION)
    Andrey Form's Avatar
    Join Date
    Oct 2019
    Location
    Belarus
    Posts
    2,329
    Rep Power
    2385

    Default

    overspeed_min_speech_repeat_delay=-1
    These changes do not disable anything, the pongo code does not allow this, only disables the recording
    overspeed_spoken_type=none

    plugin.ini
    [speedcam_category:0]
    ;warn_distances="130:1500,90:1000,70:550,50:400,30:250" ; ~27 sec before the speedcam
    say_camera_distance=1
    say_camera_speed_limit=1

    activated_spoken_type=speech
    activated_speech="Speed camera ahead."

    approach_beep_distances=200 ;0=repeat constantly "Speed camera.", 150=original
    approach_beep_spoken_type=speech
    approach_beep_speech="Speed camera."

    overspeed_spoken_type=none

    camera_in_back=0
    camera_passed=1

    min_frc=-1
    use_road_speedlimit=1
    gps5

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]


    �AF_2020-25

  8. #567
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    54
    Posts
    484
    Rep Power
    794

    Default

    Andrey thank you I will try it, but overspeed_min_speech_repeat_delay=-1 worked fine. The second part: "reduce speed, the speed limit is ... km per hour" is not announced. I checked it speedcam test and in real navigation

  9. #568
    Master
    Join Date
    Mar 2012
    Location
    EX USSR
    Posts
    380
    Rep Power
    2112

    UX

    "Since the vision is no longer like that of the Chingachgook, and the information content of the navigation screen is not in the last place," I tweaked a little for myself, so forgive me Pongo�, its the_skin_by_pongo.zip from [Only registered and activated users can see links. ].05.2021
    What I did:
    1. Slightly increased the font at the bottom of the screen (direction, arrival time, travel time, distance)
    2. Increased the font on the speed limit signs.
    3. Replaced the arrows in the "traffic lanes" with one of the options from Alain (green).
    4. "Packed" more tightly the_skin_by_pongo.zip
    Maybe someone else will need it?
    Spoiler: View
    [[Only registered and activated users can see links. ]

    Spoiler: UX
    [Only registered and activated users can see links. ]

    Thank you: Pongo� for everything, Ribou for (hints) & Alain for (icons)
    Last edited by batiskaf; 1st June 2021 at 12:53 AM.

  10. #569
    Junior Member
    Join Date
    Mar 2017
    Location
    lake of constance
    Posts
    5
    Rep Power
    0

    Default enlarge diricons

    Thanks for the skin!
    I wanted to encrease the diricons for my android radio (dpi change doesn't look great).
    I tried to modify the params in the_skin_by_pongo.zip: changed them in the_skin_params_landscape.css and params_override.css
    old values
    Code:
    Please Login or Register to see the links
    new values
    Code:
    Please Login or Register to see the links

    I am not able to change the size of the first bigger diricon.. Can anybody give me a hint please!
    Spoiler: large image
    [Only registered and activated users can see links. ]
    Last edited by Boki; 30th May 2021 at 08:49 PM. Reason: CODE tags, spoiler, approved

  11. #570
    Master
    Join Date
    Nov 2017
    Location
    Romania
    Posts
    339
    Rep Power
    161

    Default

    Hello master @batiskaf,can you help me with one of my little project?
    Spoiler: img
    IMAG0977

    I do some modification for see more icons but when i set value :500 in automatic overview/overview zoom 3D,map appear like in first photo
    I want map to look like in second one when i set value of :500

    Spoiler: img
    IMAG0978

    In second photo automatic overview value its :160
    The goal its even at value 500 map appear like at value 160
    I try it manny variation but without result so far,even if you can point me where to look/modify will be enaugh
    Thx in advance. Cristian
    PS: I tried to PM you but your inbox its full

 

 

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
  •