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

Threaded View

  1. #26
    Master
    Join Date
    Aug 2011
    Location
    uk
    Posts
    167
    Rep Power
    804

    Default

    Quote Originally Posted by palmario View Post
    thanks for your help, I have seen that it has renamed "type = 13" for "type = 30" and camerakSM_30 does not exist, neither does camerakSM_13 exist, I do not understand why it does not throw error.
    I've had a bit of a look at the skin to help me remember what I did.

    Yes, I changed type 13 (hospital/ambulance alert) to type 30 the group that I had set for my traffic lights data.

    I can't remember where the "cameraksm" images feature within the skin or as to why I needed to remove camerakSM_30 & camerakSM_13

    I did add my own camerakSMSS_30.bmp & camerakSMMenu_30.bmp, then made the necessary image changes to speedwarn1.bmp & speedwarn.bmp

    One thing you don't mention is making the necessary changes in the customized.lua

    Please see the spoiler text below showing the changes I made (top =original, bottom= modified)

    Spoiler: customized.lua compare text
    {type=13, visualtype=1, voicetype=2, voicealert=L"!passcam", voicesecond=0, overspeedvalid=0, overspeedtype=0, overspeeddelta=0, overspeedsound=L"", overspeedvolume=0, approachtype=2, distvalid=1, diston=0, distvisual=700, distsound=700, distsoundtts=1, voicesecondtts=0, priority=0}

    changed to

    {type=30, visualtype=1, voicetype=2, voicealert=L"!passcam", voicesecond=0, overspeedvalid=0, overspeedtype=0, overspeeddelta=0, overspeedsound=L"", overspeedvolume=0, approachtype=2, distvalid=1, diston=0, distvisual=700, distsound=700, distsoundtts=1, voicesecondtts=0, priority=0},
    Last edited by morco; 8th April 2018 at 05:25 PM. Reason: removed spoiler & image, added spoiler for text

 

 

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
  •