Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.78 KB | None | 0 0
  1. # Common truck sounds data.
  2. # Units have to be defined with same names as in "common_trlr_cables_data.sui".
  3.  
  4. # NOTE: This is only definition of cables that should be included beside of "accessory_addon_trailer_cables_data" unit.
  5.  
  6.  
  7. trailer_cable_data : .air_cable_b
  8. {
  9.     locator_prefix: air_cable_b
  10.     #rest_locator_prefix: rst_cable_b
  11.  
  12.     vehicle_plug_model: "/vehicle/truck/kenworth_w9_yaghis/accessory/cables/air_socket_b.pmd"
  13.     vehicle_plug_model_offset: (0.0, 0.0, -0.11)
  14.     trailer_plug_model: "/vehicle/share/models/cables_connectors/air_plug_b.pmd"
  15.     trailer_plug_model_offset: (-0.0205, 0.0, -0.121)
  16.  
  17.  
  18.     ring_count: 60
  19.     ring_resolution: 20
  20.     straight_cable_length: 1.5
  21.     resolution: 16
  22.      
  23.      
  24.  
  25.     color: (0.1, 0.35, 0.55)
  26. }
  27.  
  28. trailer_cable_data : .air_cable_r
  29. {
  30.     locator_prefix: air_cable_r
  31.     #rest_locator_prefix: rst_cable_r
  32.  
  33.     vehicle_plug_model: "/vehicle/truck/kenworth_w9_yaghis/accessory/cables/air_socket_r.pmd"
  34.     vehicle_plug_model_offset: (0.0, 0.0, -0.11)
  35.     trailer_plug_model: "/vehicle/share/models/cables_connectors/air_plug_r.pmd"
  36.     trailer_plug_model_offset: (-0.0205, 0.0, -0.121)
  37.  
  38.  
  39.         ring_count: 60
  40.      ring_resolution: 20
  41.      straight_cable_length: 1.5
  42.     resolution: 16
  43.  
  44.     color: (0.5, 0.05, 0.05)
  45. }
  46.  
  47. trailer_cable_data : .ele_cable_g
  48. {
  49.     locator_prefix: ele_cable_g
  50.     #rest_locator_prefix: rst_cable_g
  51.  
  52.     trailer_plug_model: "/vehicle/share/models/cables_connectors/electric_plug.pmd"
  53.     trailer_plug_model_offset: (0.0, 0.0, -0.134)
  54.     vehicle_plug_model: "/vehicle/truck/kenworth_w9_yaghis/accessory/cables/electric_plug.pmd"
  55.     vehicle_plug_model_offset: (0.0, 0.0, -0.134)
  56.  
  57.  
  58.     ring_count: 60
  59.     ring_resolution: 20
  60.     straight_cable_length: 1.5
  61.     resolution: 16
  62.  
  63.  
  64.     color: (0.1, 0.55, 0.1)
  65. }
  66. trailer_cable_data : .hyd_cable_h1
  67. {
  68.     locator_prefix: hyd_cable_h1
  69.     rest_locator_prefix: rst_cable_h1
  70.  
  71.     trailer_plug_model: "/vehicle/share/models/cables_connectors/hyd_plug.pmd"
  72.     trailer_plug_model_offset: (0.0, 0.0, 0.0)
  73.     vehicle_plug_model: "/vehicle/truck/kenworth_w9_yaghis/accessory/cables/hyd_cable_1.pmd"
  74.     vehicle_plug_model_offset: (0.0, 0.0, 0.0)
  75.    
  76.     ring_count: 60
  77.     ring_resolution: 10
  78.     straight_cable_length: 1.5
  79.     resolution: 16
  80.     diameter: 0.2
  81.    
  82.     width: 0.0400
  83.    
  84.    
  85.     color: (0.0112, 0.0112, 0.0112)
  86. }
  87. trailer_cable_data : .hyd_cable_h2
  88. {
  89.     locator_prefix: hyd_cable_h2
  90.     rest_locator_prefix: rst_cable_h2
  91.  
  92.     trailer_plug_model: "/vehicle/share/models/cables_connectors/hyd_plug.pmd"
  93.     trailer_plug_model_offset: (0.0, 0.0, 0.0)
  94.     vehicle_plug_model: "/vehicle/truck/kenworth_w9_yaghis/accessory/cables/hyd_cable_2.pmd"
  95.     vehicle_plug_model_offset: (0.0, 0.0, 0.0)
  96.     ring_resolution: 750
  97.     ring_count: 60
  98.     ring_resolution: 10
  99.     straight_cable_length: 1.5
  100.     resolution: 16
  101.    
  102.     diameter: 0.2
  103.  
  104.     width: 0.0400
  105.  
  106.  
  107.     color: (0.0112, 0.0112, 0.0112)
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement