Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 40

Hybrid View

  1. #1
    Important User NextGen Speedcams in France
    NextGen Speedcams in FranceNextGen Speedcams in FranceNextGen Speedcams in FranceNextGen Speedcams in France
    osiris4isis's Avatar
    Join Date
    Apr 2012
    Location
    Darkside of the Moon
    Posts
    2,852
    Rep Power
    1394

    Default

    No need to get it. Alert data is not protected if from *.txt so it should work. I'm currently perplexed about the problem. It seems to be very discriminating (only for France) and half-and-half (shown on map but doesn't activate) It's not a skin problem (you said none was used)
    Ok, do this test, see if France .spc works (you might have to restore the hva settings) If "dangerous zone" alert works from .spc then it's proggy problem.
    Do not PM me with questions. That's what a forum is for.

  2.    Advertissements


  3. #2
    Member
    Join Date
    Jun 2015
    Location
    nowhere
    Posts
    29
    Rep Power
    12

    Default

    Restored all of the HVA code that I had modified in the last few days in an attempt to get the speed camera warnings in France working.

    Commented out this entry in igo_nextgen.ini in data.zip:

    [speedcam.disabled_countries]
    ;_FRA=1,2,3,4,5,11,7
    ;_SUI=1,2,3,4,5,11,7

    Also included the following entries in sys.txt:

    [hva]
    hva_countries=""

    [warning.hva]
    dangerous_zone_enabled=0
    dangerous_zone_warn_type=0

    Success !!! Using a GPS simulator, since I'm not in France at the moment, all of the speed cameras are now giving both audible and visual warnings whilst approaching.

    This result will need to be confirmed when I go back to France with actual GPS data rather than simulated GPS data, although I feel sure that it will be.

    Many thanks for all of the input and assistance.
    Last edited by linknet; 18th November 2017 at 11:26 AM.

  4. #3
    Important User NextGen Speedcams in France
    NextGen Speedcams in FranceNextGen Speedcams in FranceNextGen Speedcams in FranceNextGen Speedcams in France
    osiris4isis's Avatar
    Join Date
    Apr 2012
    Location
    Darkside of the Moon
    Posts
    2,852
    Rep Power
    1394

    Default

    Quote Originally Posted by linknet View Post
    Success !!! Using a GPS simulator, since I'm not in France at the moment, all of the speed cameras are now giving both audible and visual warnings whilst approaching.
    I assumed you used external GPS simulator since proggy simulator will not activate any speedcam alerts. Only real driving will.
    What was the problem? BTW, I don't think hva has anything to do with *.txt, so you can remove those entries in sys.txt
    Last edited by osiris4isis; 18th November 2017 at 08:19 PM.
    Do not PM me with questions. That's what a forum is for.

  5. #4
    Member
    Join Date
    Jun 2015
    Location
    nowhere
    Posts
    29
    Rep Power
    12

    Default

    Used Android App "Mock Simulator" to simulate the routes. With hva disabled alerts work fine, with hva enabled no alerts at all. Tested this several times with hva both disabled and then enabled.

    In any case there is no way that I want hva warnings, just another annoying feature dreamt up by the French Government.


    Edit: See following post for more details.
    Last edited by Boki; 19th November 2017 at 11:07 AM. Reason: Removed unnecessary quote

  6. #5
    Member
    Join Date
    Jun 2015
    Location
    nowhere
    Posts
    29
    Rep Power
    12

    Default

    Quote Originally Posted by osiris4isis View Post
    BTW, I don't think hva has anything to do with...
    When enabled, and in France, the HVA setting replaces the "Speed Camera Types" menu option with the "Dangerous Zone" option as can be seen from the screenshots. Of course this is only a menu option, but with the test results I have obtained the program must also be using the HVA setting to enable dangerous zones and disable speed camera warnings irrespective of the [speedcam.disabled_countries] setting.


    Spoiler: There is a definite difference between the result with this modification of Speedcam.zip:
    sc_IsInHVACountry(pos) = function()
    local hva_countries = sc_GetSysEntry("hva", "hva_countries", "")

    Spoiler: And the result of disabling HVA by using this entry in sys.txt which appears to be used by the program itself:
    [hva]
    hva_countries=""

    Only by disabling HVA by the second method in sys.txt do I get audible and visual speed camera warnings in France.



    This is with HVA disabled in France showing the normal 'Speed Camera Types' menu option:
    Spoiler: screenshot
    [Only registered and activated users can see links. ]


    This is with HVA enabled in France showing the substituted 'Dangerous Zone' menu option:
    Spoiler: screenshot
    [Only registered and activated users can see links. ]
    Last edited by linknet; 19th November 2017 at 03:56 PM.

  7. #6
    Important User NextGen Speedcams in France
    NextGen Speedcams in FranceNextGen Speedcams in FranceNextGen Speedcams in FranceNextGen Speedcams in France
    osiris4isis's Avatar
    Join Date
    Apr 2012
    Location
    Darkside of the Moon
    Posts
    2,852
    Rep Power
    1394

    Default

    Quote Originally Posted by linknet View Post
    When enabled, and in France, the HVA setting replaces the "Speed Camera Types" menu option with the "Dangerous Zone" option as can be seen from the screenshots. Of course this is only a menu option, but with the test results I have obtained the program must also be using the HVA setting to enable dangerous zones and disable speed camera warnings irrespective of the [speedcam.disabled_countries] setting...
    HVA is just an alert type of "Dangerous Zone", which when enabled AND there are data in *.txt or *.spc will show and triggered that alert type.
    But I find it odd that your proggy showed Speed Camera alerts but doesn't triggered it; so I look at source code and it would seem the triggering mechanism is "provided" differently for Speedcam vs HVA. Furthermore, the triggering is not coupled with the displaying of the alerts. This is why you get a "half-and-half" situation.
    Do not PM me with questions. That's what a forum is for.

  8. #7
    Member
    Join Date
    Jun 2015
    Location
    nowhere
    Posts
    29
    Rep Power
    12

    Default

    Quote Originally Posted by osiris4isis View Post
    So I look at source code and it would seem the triggering mechanism is "provided" differently for Speedcam vs HVA. Furthermore, the triggering is not coupled with the displaying of the alerts. This is why you get a "half-and-half" situation.
    That would explain it, thanks for the info !!

 

 

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
  •