Author Topic: diMka WA P.1.5.2 for Primo 2.0  (Read 1814 times)

0 Members and 1 Guest are viewing this topic.

24.01.2012 - 19:47
  • *
  • Üye No : 1
    Nerden : Turkey
    Kayit : 02.08.2009 - 19:00
  • Total Posts: 3074
  • Topics: 948
    Given: 854
    Receive: 49147
    • 480x272
    • Next YE G 828
    • iGO8_8.3.4.xx
    • Forumigo8navigation

    Offline

Skin diMka WA (WertVRV and Andron66)
diMka WA P.1.5.2 for Primo 2.0 (9.6.x) (320x240, 480h234, 480x272, 800x480)
-------------------------
The current version of P 1.5.2 (only Primo 2.0) (9.6.x)
-------------------------
Do not forget to say thank you to:
Andron66 - author of picture skin (800_480 completely redrawn for almost all the pictures in high quality).
dima8389 - author of the original skin di / \ / \ ka for iGO8.3, many of whom moved to the skin for Primo.
psb - author decompiler files *. lua, without which there would be no skins.

1. Enlarged and redrawn pointers maneuvers in the booth for all permits (thanks Andron66).
2. Arrow in the cab (on the top right button menu) now shows the next waypoint.
3. Added ability to disable the phrase "unit of measurement speed limit" (km / h, etc.) in TTS Pro alerts to increase the speed limits and road cameras.
4. Changes to split-screen (mode "Objects POI"):
- When you search around your current location adds the ability to search for input angle (the angle between the direction of motion and the radius of the search sector, ie 90 ° - 90 ° left it on the direction of + 90 ° to the right of the direction of motion), taking into consideration the direction of motion at the current location ; for the search mode, the search distance is not configured (using 50 km);
- Added a search option "Along Route", in this embodiment displays the distance: how to increase the route upon arrival at a certain point + distance along the route (in this case around the current location is displayed in a straight line distance) to a certain point;
- Added ability to use the category list POI (before there was one group) (8 items);
- Added ability to save and restore the category lists used POI (for quick switching between them);
Retained only the first page of search, including and for the regime "Route summary".
5. Changed logic TTS Pro alerts, including Fixed inaccuracy, which led in some cases to "silence" warning maneuvers until the passage maneuver (search for errors and tests thanks Andron66).
6. Other fixes.

Spoiler for Hiden:
After% s = "A% s"
Possible alternative route = "possible alternative route"
more shortly on% s = "shorter on% s"
more long on% s = "longer on% s"

For a complete voice-phrase the name and the street due to the fact that version 2.0 allows you to get a formatted voice file name the streets, you need a voice file to use TTS-voices in the \ config \ config_transforms.lua add function format_street_name ():
for example, Russian TTS:
Spoiler for Hiden:
function format_street_name(streetname)
    if wstring.sub(streetname, 1, 9) == L"for_turns" then
        local str = smart_lower_case(wstring.sub(streetname, 10))
        local str1 = transform_and_format(str, replace_mapinfo)
        str1 = transform_and_format(str1, replace_for_turns)
        if sc_GetSysEntry("tts", "accusative_case", 0) then
            str1 = transform_and_format(str1, accusative_case)
        end
        return not_settlement(str) .. str1
    else
        return transform_and_format(smart_lower_case(streetname), replace_mapinfo)
    end
end

for example, the Czech TTS:
Spoiler for Hiden:
function format_street_name (streetname)
     if wstring.sub (streetname, 1, 9) == L "for_turns" then
         local str = wstring.sub (streetname, 10)
         return not_settlement (str) .. transform_and_format (str, replace_mapinfo)
     else
         return transform_and_format (streetname, replace_mapinfo)
     end
end

for example, the English TTS:
Spoiler for Hiden:
function format_street_name(streetname)
    if wstring.sub(streetname, 1, 9) == L"for_turns" then
        return transform_and_format(wstring.sub(streetname, 10), transform.roadname_abbrev_table, destname.ROADNAME)
    else
        return transform_and_format(streetname, transform.roadname_abbrev_table)
    end
end

For the Czech and English voices sample format_street_name () is given on the basis of the files that I had (perhaps there are other voices, then the rules are similar).
Adding this feature will correct pronunciation of the street further using TTSPro-function "Information on the current situation", which was problematic in version 1.2.

In connection with support for 2.0 capabilities in a single file to keep the pictures for day and night modes will be the skin in a single file. Select it as necessary for day and night to design the menu.
Normally when using version 2.0 of the outer skin at regime change day / night making some buttons unseen current state, this fact can be seen at the time of the change in the skin of default on external. In the skins, this defect is corrected in the future change of day / night will be fine.
Skin to version 2.0 exists in 2 versions:
- With pictures of buttons and icons from Andron66 (say thank you);
- With the default picture buttons and icons.



 
 

Alternative Links

 
 



Thanks to WertVRV & Andron66 & 4PDA
 

24.01.2012 - 20:46
Reply #1
  • *
  • Üye No : 6303
    Nerden :
    Kayit : 28.02.2011 - 03:40
  • Total Posts: 3
  • Topics: 0
    Given: 71
    Receive: 3
    • 480x272
    • 12345
    • Primo_1.1

    Offline
Can you add the new/other download server?
This server: You are not allowed to view links. Register or Login is not available in USA.

I have a message:
Our service is currently unavailable in your country. Sorry about that.

Thank you.

Andrzej

24.01.2012 - 22:15
Reply #2
  • *
  • Üye No : 1
    Nerden : Turkey
    Kayit : 02.08.2009 - 19:00
  • Total Posts: 3074
  • Topics: 948
    Given: 854
    Receive: 49147
    • 480x272
    • Next YE G 828
    • iGO8_8.3.4.xx
    • Forumigo8navigation

    Offline
You are not allowed to view links. Register or Login
Can you add the new/other download server?
This server: You are not allowed to view links. Register or Login is not available in USA.

I have a message:
Our service is currently unavailable in your country. Sorry about that.

Thank you.

Andrzej



added an alternative links.
kimyaci'adli üyenin imzası
Lütfen emin olmadan ve yedeğinizi almadan hiçbir program kullanmayınız.Tüm sorumluluk sizlere aittir.
Please write comments to forumigo8navigation.
You are not allowed to view links. Register or Login




24.01.2012 - 22:26
Reply #3
  • *
  • Üye No : 2079
    Nerden :
    Kayit : 11.07.2010 - 22:10
  • Total Posts: 17
  • Topics: 0
    Given: 151
    Receive: 5

    Offline
yeni versyonda yine belirtiğim hatayı düzeltmemiş !
skin yokken uyarı noktalarını editleyebiyiyoruz
skin eklenince bu menü değişiyor
iki menü aynı isim altında kayıt olmuş...

bu mesaj  WertVRV  ye  ulaşmıyormu ?

25.01.2012 - 00:23
Reply #4
  • *
  • Üye No : 11184
    Nerden : a
    Kayit : 12.09.2011 - 14:25
  • Total Posts: 2
  • Topics: 0
    Given: 7
    Receive: 0
    • 800x480
    • China
    • iGO8_8.3.4.xx

    Offline
I can find for diMka WA P.1.5.2 for Primo 2.0 German-lang here?

25.01.2012 - 02:06
Reply #5
  • *
  • Üye No : 6303
    Nerden :
    Kayit : 28.02.2011 - 03:40
  • Total Posts: 3
  • Topics: 0
    Given: 71
    Receive: 3
    • 480x272
    • 12345
    • Primo_1.1

    Offline
In the alternative download link, the file diMkaWA_P152_0.rar has unexpected end of archive.

Can you correct this problem?

Thank you.
Andrzej

26.01.2012 - 00:39
Reply #6
  • *
  • Üye No : 12818
    Nerden :
    Kayit : 10.12.2011 - 21:56
  • Total Posts: 4
  • Topics: 0
    Given: 104
    Receive: 4
    • 480x272
    • Piranha
    • iGO8_8.3.4.xx

    Offline
Bir yol bölümü; tek gidiş olarak veya tek geliş olarak veya hem gidiş hem de geliş olarak trafiğe kapatılabiliyor. Bu çok gerekli ve çok işlevsel bir özellik. Tebrik ederim. Bir de sağ alt köşedeki düğmelerin yazı tipi puntoları Picto skininde olduğu gibi daha iri olabilse keşke...

27.01.2012 - 11:41
Reply #7
  • *
  • Üye No : 6148
    Nerden :
    Kayit : 21.02.2011 - 11:43
  • Total Posts: 5
  • Topics: 0
    Given: 4
    Receive: 14
    • 480x272
    • Myguide
    • Primo_1.1

    Offline
Sujet "Autres itinéraires coloriés"
1/  pas coché  => 7 trajets dont 5 distints.
2/  coché         => 5 trajets dont 2 distincts colorés.
Ne peut-on afficher  => 7 trajets dont 5 distincts coloriés ?
(english  :P)Topic "Others colored itineraries"
1 / nicked not = > 7 journeys of which 5 distints.
2 / nicked = > 5 journeys of which 2 distinct colorful.
Cannot one display = > 7 journeys of which 5 distinct colored?

29.01.2012 - 10:49
Reply #8
  • *
  • Üye No : 6148
    Nerden :
    Kayit : 21.02.2011 - 11:43
  • Total Posts: 5
  • Topics: 0
    Given: 4
    Receive: 14
    • 480x272
    • Myguide
    • Primo_1.1

    Offline

07.02.2012 - 10:49
Reply #9
  • *
  • Üye No : 5234
    Nerden :
    Kayit : 05.01.2011 - 03:27
  • Total Posts: 1
  • Topics: 0
    Given: 65
    Receive: 0
    • 480x272
    • iGo
    • Primo_1.1

    Offline

Seo4Smf Tags: Dimka 


 

Related Topics

  Subject / Started by Replies Last post
17 Replies
5474 Views
Last post 25.06.2011 - 03:28
by ave.madrid
6 Replies
3273 Views
Last post 28.05.2011 - 05:24
by circuitbreak
3 Replies
1462 Views
Last post 05.01.2012 - 02:31
by aadil2002aadil
18 Replies
2899 Views
Last post 20.01.2012 - 00:44
by paskalaki
3 Replies
680 Views
Last post 21.02.2012 - 14:18
by antilop

Forumigo8navigation