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

Threaded View

  1. #11
    Master frontzosd's Avatar
    Join Date
    Jun 2012
    Location
    Greece
    Age
    55
    Posts
    615
    Rep Power
    1449

    Default

    Quote Originally Posted by De5i View Post
    I have question regards to the picture below, I would like to know where the red dialogue is located within the skin as I would like to change this. Does anyone one know where this is located and can point this out to me. many Thx
    Double click to the speedcam zip ux file > ui_nextgen > common > ui > speedcam.ui

    Open this file
    And you will find this code
    Spoiler: code

    <userlist lm_extendedSpeedCamList text="str" id="int" visual="bool" audio="int" visible="bool" speedlimit="bool" useroadspeedlimit="bool">
    <implementation>
    <property speedcam_visibility value=(%warning.speedcam.allowed_in_the_country && !sc_IsInHVACountry(%map.cursor.position))/>
    </implementation>

    <view visibility_filter=visible/>
    <default visible=1 speedlimit=true useroadspeedlimit=true audio=0 visual=0>
    <row text="Speed Camera" id=0 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (0)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 0 ))>
    <row text="Mobile Speed Camera" id=1 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (1)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 1 ))>
    <row text="Built-in Speed Camera" id=2 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (2)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 2 ))>
    <row text="Average Speed Camera" id=3 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (3)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 3 ))>
    <row text="Red Light Camera" id=4 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (4)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 4 )) >
    <row text="Strelka Camera" id=5 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (5)) >
    <row text="Red Light and Speed Camera" id=11 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (11)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 11 ))>
    <row text="Bus Lane Camera" id=7 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (7)) visible=(speedcam_visibility && %warning.speedcam.type_allowed_by_pos(%map.cursor. position, 7 ))>
    <row text="Railroad Crossing" id=6 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (6))>
    <row text="High Accident Zone" id=8 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (8))>
    <row text="School Zone" id=9 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (9))>
    <row text="Town Entry Point" id=10 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (10))>
    <row text="el greco" id=12 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (12))>
    <row text="Hospital, Ambulance" id=13 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (13))>
    <row text="Fire Station" id=14 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (14))>
    <row text="Congestion Charge Zone" id=15 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (15))>
    <row text="Give Way" id=16 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (16))>
    <row text="Fixed Mobile Camera" id=17 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (17))>
    <row text="Speed Breaker" id=18 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (18))>
    <row text="Children" id=19 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (19))>
    <row text="Dangerous Turn" id=20 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (20))>
    <row text="Tunnel" id=21 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (21))>
    <row text="POI" id=22 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (22))>
    <row text="RPS Post" id=23 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (23))>
    <row text="Dangerous Railroad Crossing" id=24 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (24)) >
    <row text="Highway Exit" id=25 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (25)) >
    <row text="Speed Boards" id=26 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (26)) >
    <row text="Dynamic Traffic Light" id=27 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (27)) >
    <row text="Max Height" id=28 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (28)) >
    <row text="Pedestrian crossing" id=29 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (29))>
    <row text="SC camera" id=30 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (30)) >
    <row text="Dangerous Area" id=31 useroadspeedlimit=(sc_SpeedcameraUseRoadSpeedLimit (31))>


    For example the first camera
    With id=0

    You can write for example

    <row text="Be careful, Speed Camera"

    Etc
    Last edited by frontzosd; 19th February 2016 at 06:01 PM.

  2.    Advertissements


 

 

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
  •