Hi!
Skin_package_updated: 23.11.2025.
-Online TMC Stable Operation Improvement!
![]()
Hi!
Pongo_Skin modification (30.Sep.2025.) skin by pongo / segaal_mod 2025.
-For iGO_World_64bit Navigation, I modified the skin by pongo package.
-Works with TMC, Laneinfo _TTS ,Truck profil, Upoi!
-Attached are the necessary files.
-Thanks to the makers!
-Xiaomi 11 NG Android 14 tested.
-New Extra ux package..!
-Corrections, modifications...
-For correct operation, it is recommended to use the complete package without changes! (date, ux, sys, content ...!!!)
Spoiler: screenshot
Spoiler: screenshot2
Skin_package_updated: 24.02.2026. Post: #3
segaal
Hi!
[Only registered and activated users can see links. ]
To ensure proper translation of the interface into other languages, please make changes to the se_time.ui and DataTime_o4.lua files (AvSpeed-Time_se.zip and DateTime_o4i.zip plugins).
In the English version of se_time.ui, replace
<text class="btn_12" text=(%lua.totalAv ? (translate(m_i18n("t:")) + builtin.format(L"%{speed}", %other.trips[1].speed_total_avg)) : (translate(m_i18n("�: ")) + builtin.format(L"%{speed}", %other.trips[1].speed_driving_avg ))) color=#ffffff glowColor=#000000 fontSize=27 visible=(%lua.timeOnMap == 2 || (!%lua.showTimeSp && %lua.timeOnMap == 3)) Z=5000/>
Replace "�: " => "a: "
In DataTime_o4.lua, change the string structure (L"System", L"Week Day, Month, Day", L"Week Day Time") so that they can be translated using Dictionary.lang
function sc_GetDateFormat(format)
if format == 0 then
rc = L"System"
elseif format == 1 then
rc = L"Week Day, Month, Day"
else
rc = L"Week Day Time"
end
return rc
end
And replace "System" => "System Settings"
Thanks in advance.
P.S. Corrected plugins can be posted separately.
Last edited by Cheldron; Yesterday at 03:43 PM.
Bookmarks