Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Junior Member
    Join Date
    Dec 2012
    Location
    Brazil
    Age
    40
    Posts
    5
    Rep Power
    0

    nextgen How to change and edit aproaching beep in igo nextgen ?

    Its the aproaching beep, not the one that is activated together with the speech of the tts voice.
    Im using Gift edition 9.18.27.687519 Pongo Sking, but I guess any version should do the trick if its possible to edit it someway.
    this one:
    Spoiler: pic1
    [Only registered and activated users can see links. ]


    and not this one
    Spoiler: pic2
    [Only registered and activated users can see links. ]


    My aproaching beep sound is always !sectionbeepB.wav, there is no lines in the sys.txt or plugin.ini that point to this sound.
    and it is starting to beep before 100M of the alert, I wanted to increase this valor and control the frequency.

    I tried to change the valors of aproach beep distances, but it does nothing, the beep always behave the same way, no matter how I edit the plugin.ini.

    i tried to create new line under the desired [speedcam_category:XXX], but no success
    approach_beep_distances="50,150,300,600"
    approach_beep_spoken_type=sound
    approach_beep_sound="!alert2"

    my plugin.ini of the speedcam.zip UX is like this:
    Spoiler: plugin.ini
    [speedcam_category:0]
    activated_spoken_type=speech
    activated_speech="Speed camera ahead."

    approach_beep_distances=450
    approach_beep_spoken_type=speech
    approach_beep_speech="Speed camera."

    approach_beep_spoken_type=sound
    skin_first_sound="Fixed_Camera"
    skin_speed_sound_delay=120
    skin_repeat_sound="Fixed_Camera"
    skin_repeat_distance=150
    skin_off_sound="speedcam_off"

    overspeed_spoken_type=speech
    overspeed_speech="Reduce your speed."
    overspeed_min_speech_repeat_delay=10
    overspeed_spoken_type=sound
    overspeed_sound="!alert2"

    min_frc=-1
    use_road_speedlimit=0
    warn_distances=120:900,110:890,100:800,90:700,80:650,70:600,60:500,50:480,40:450,30:400


    the line warn_distances is for activating the speech of TTS VOICE and the beep sound with it (in my case no sound)
    it does not change the distance of aproaching beep.

    Any clues ,nextgen is very stubborn to accept changing the beep behavior.
    Last edited by Boki; 3rd May 2017 at 06:49 PM.

  2.    Advertissements


  3. #2
    Important User How to change and edit aproaching beep in igo nextgen ?
    How to change and edit aproaching beep in igo nextgen ?How to change and edit aproaching beep in igo nextgen ?How to change and edit aproaching beep in igo nextgen ?How to change and edit aproaching beep in igo nextgen ?
    osiris4isis's Avatar
    Join Date
    Apr 2012
    Location
    Darkside of the Moon
    Posts
    2,891
    Rep Power
    1364

    Default

    Hint: Any settings done in sys.txt will override any other settings done elsewhere.
    Do not PM me with questions. That's what a forum is for.

  4. #3
    Junior Member
    Join Date
    Dec 2012
    Location
    Brazil
    Age
    40
    Posts
    5
    Rep Power
    0

    Default

    I have also tried something in the sys.txt creating aproach beep distances there. without success.
    I will try again, with something more under the [warning] section in the syst.txt
    How about this ? is there any code done wrong here ? Im using oasis alarm for test as the ui_nextgen/audio folder has this file.

    Spoiler: Test for creating continuous beep
    speedcam_enabled=1
    speedcam_warning=1
    is_spoken=1
    is_sound=1

    activated_spoken_type=sound
    activated_sound="!oasis_alarm1"

    approach_beep_distances=100,200,400,600
    approach_beep_spoken_type=sound
    approach_beep_sound="!oasis_alarm1"
    Last edited by eliel77; 4th May 2017 at 11:04 AM.

  5. #4
    Important User How to change and edit aproaching beep in igo nextgen ?
    How to change and edit aproaching beep in igo nextgen ?How to change and edit aproaching beep in igo nextgen ?How to change and edit aproaching beep in igo nextgen ?How to change and edit aproaching beep in igo nextgen ?
    osiris4isis's Avatar
    Join Date
    Apr 2012
    Location
    Darkside of the Moon
    Posts
    2,891
    Rep Power
    1364

    Default

    If you set the correct settings in sys.txt it should override any settings done elsewhere. My suggestion is to test without using any skin first.
    Last edited by osiris4isis; 4th May 2017 at 01:50 AM.
    Do not PM me with questions. That's what a forum is for.

  6. #5
    Junior Member
    Join Date
    Dec 2012
    Location
    Brazil
    Age
    40
    Posts
    5
    Rep Power
    0

    Default

    Ok. I will wait to see if anybody has tips about the correct settings, im guessing with the one I created, reading others users settings.
    I dont know if its necessary to create the line "activated_spoken_type=sound" and I dont know if it causes conflict with the other line in the plugin.ini,
    it is there but to activate speech, "activated_spoken_type=speech".
    I need the speech to be active too.

  7. #6
    Important User How to change and edit aproaching beep in igo nextgen ?
    How to change and edit aproaching beep in igo nextgen ?How to change and edit aproaching beep in igo nextgen ?How to change and edit aproaching beep in igo nextgen ?How to change and edit aproaching beep in igo nextgen ?
    osiris4isis's Avatar
    Join Date
    Apr 2012
    Location
    Darkside of the Moon
    Posts
    2,891
    Rep Power
    1364

    Default

    There is no such thing as "conflict" when dealing with .ini related settings, just overridden by the last one read.
    Do not PM me with questions. That's what a forum is for.

  8. #7
    Master jorgeultra's Avatar
    Join Date
    Apr 2016
    Location
    Rio de Janeiro
    Posts
    481
    Rep Power
    756

    Default

    Read the content of the link below and see if help.

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

  9. #8
    Junior Member
    Join Date
    Dec 2012
    Location
    Brazil
    Age
    40
    Posts
    5
    Rep Power
    0

    Default

    i read that topic, but still cant change the aproaching beep distances. As 1 year forum material was lost, I will have a hard time finding specific information about alerts.
    And its pretty hard to understand if the lines are to configure the beep that comes with the tts speech or the independent aproaching beep.
    Im trying now to add "activated_tonal_type="alert"
    to see if it fix the beep not being activated the way I want.

  10. #9
    Important User How to change and edit aproaching beep in igo nextgen ?
    How to change and edit aproaching beep in igo nextgen ?How to change and edit aproaching beep in igo nextgen ?How to change and edit aproaching beep in igo nextgen ?How to change and edit aproaching beep in igo nextgen ?
    osiris4isis's Avatar
    Join Date
    Apr 2012
    Location
    Darkside of the Moon
    Posts
    2,891
    Rep Power
    1364

    Default

    There is no "beep" that comes BEFORE TTS speech, it's a "ding." That being said, having built-in tone before alert is possible, I've done it a LONG time ago. I don't have a need to do it now since TTS is much better. But you could configure it to play any audio file of your choice, I've done it recently with NextGen.
    Do not PM me with questions. That's what a forum is for.

  11. #10
    Junior Member
    Join Date
    Dec 2012
    Location
    Brazil
    Age
    40
    Posts
    5
    Rep Power
    0

    Default

    I didnt say it comes before TTS speech. And I dont need a ding. The beep comes with the TTS speech. The TTS voice warning is activated and the beep also start (for all kinds of speedcams / alerts). You can either select a sound for the beep for all at once, or mute it for all.

    Ill I wanted is an aproaching beep sound in 100, 200, 400 , 600 meters, only for the speedcam category : 0
    but Im giving up and using it the default way the navigator offers me.

    I tried all lines I have read in the other topics, but the command
    Spoiler: aproaching beep line

    activated_spoken_type=sound
    approach_beep_distances="100,200,400,600"
    approach_beep_spoken_type=sound
    approach_beep_sound="!oasis_alarm1"


    does not seem to work well with next generation TTS voice activated. I tried it in the sys.txt and in the plugin.ini, in dozens of different combinations, without success.

 

 

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
  •