Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1.  
  2. // Names available : "clubname", "gain", "cgain", "spos", "scpos", "cpos", "pos", "num", "name", "ir", "lic", "rel", "delta", "gap", "last", "best", "lc", "distpct", "speed", "apex_speed", "max_speed", "accel", "stint", "pit", "pitroadtime", "pitstalltime", "inc"
  3.  
  4. // You can edit the line below if you want to change which column is displayed or not and the order as well:
  5. tab_titres = ["pos", "cpos", "cgain", "num", "name", "last", "rel", "best", "ir", "lic", "gap", "lc", "stint", "pit", "pitroadtime", "pitstalltime", "inc"];
  6.  
  7. deltagraph_for_all = 0 // 0 = show the deltagraph only for the cars in the same class, 1 = show the deltagraph even if the car is not in the same class
  8.  
  9. set_title["pos"] = "P"
  10. set_title["cpos"] = "C"
  11. set_title["spos"] = "sP"
  12. set_title["scpos"] = "sC"
  13. set_title["gain"] = "PG"
  14. set_title["cgain"] = "CG"
  15. set_title["num"] = "#"
  16. set_title["name"] = "NAME"
  17. set_title["ir"] = "iR"
  18. set_title["lic"] = "lic"
  19. set_title["rel"] = "REL"
  20. set_title["delta"] = "Δ"
  21. set_title["gap"] = "GAP"
  22. set_title["last"] = "LAST"
  23. set_title["best"] = "BEST"
  24. set_title["lc"] = "LC"
  25. set_title["speed"] = "SPD"
  26. set_title["topspeed"] = "TOP"
  27. set_title["apex_speed"] = "Apex"
  28. set_title["max_speed"] = "Max"
  29. set_title["accel"] = "Accel"
  30. set_title["stint"] = "St"
  31. set_title["pit"] = "PIT"
  32. set_title["pitroadtime"] = "lane"
  33. set_title["pitstalltime"] = "Stop"
  34. set_title["inc"] = "INC"
  35. set_title["clubname"] = "Club"
  36.  
  37. disp_kg_livre = 0 // Set 1 if you want to display the fuel in kg or in pounds
  38. disp_trackmap = 0 // Set 1 if you want to display the trackmap
  39. f3_box = 0 // Set 1 if you want to use F3 box mode
  40. tires_buttons = 1 // Set 0 if you want to delete the tires buttons
  41. autoscroll = 1 // Spécify if you want the timing to scroll automatically to the selected driver
  42.  
  43. disp_paypal = 0 // Set 0 if you want to hide paypal link
  44. disp_infosbar = 1 // Set 0 if you don't need the infos bar, set 1 to have the infos on 1 line and set 2 to have the infos on 2 lines
  45. disp_fuelinfos = 1 // Set 0 if you don't want to show the fuel infos
  46.  
  47. reference_w = 1550 // Width in pixel (the line height and font-size are calculated using this reference
  48. responsive = 1 // Set 1 if you want that the line height, the font-size and the column width change depending of the window width
  49. transparency_OBS = 0 // Set 1 to have transparency in OBS with CLR browser
  50.  
  51. animation = 1 // Set 0 if you want to deactivate the animations when the drivers gain or loose positions
  52.  
  53. disp_sofbar = 0 // Set 1 if you want to display only the sof in a single line at the top
  54. sofbar_h = 14 // Height of the sofbar
  55.  
  56. ligne_h = 32 // Hauteur des lignes - Lines height
  57.  
  58.  
  59. // Club // Club name
  60. w['clubname'] = 128
  61. clubname_mode = 1 // 1: display club name, 2: display club logo
  62.  
  63. // PG // Position gain
  64. w['gain'] = 50
  65.  
  66. // CG // Position gain in class
  67. w['cgain'] = 50
  68.  
  69. // P
  70. w['pos'] = 42 // Largeur de la colonne P - P column width
  71.  
  72. // C // Position in Class
  73. w['cpos'] = 50 // Largeur de la colonne C - C column width
  74.  
  75. // sP // Start position
  76. w['spos'] = 50 // Largeur de la colonne sP - sP column width
  77.  
  78. // sC // Start Position in Class
  79. w['scpos'] = 50 // Largeur de la colonne sC - sC column width
  80.  
  81. // #
  82. w['num'] = 50 // Largeur de la colonne # - # column width
  83.  
  84. // NAME
  85. w['name'] = 200 // Largeur de la colonne NAME - NAME column width
  86. name_mode = 1 // 1 : full name (ex: Lewis Hamilton), 2 : short name (ex : L. HAMILTON), 3 : very short name (ex : HAM),
  87. //4: Team Name, 5: team name & full name on 2 lines, 6: team name & short name on the same line
  88.  
  89. // iR
  90. w['ir'] = 72 // Largeur de la colonne iR - iR column width
  91. ir_mode = 1 // 1: normal display, 2: display with licence color
  92.  
  93. // Lic
  94. w['lic'] = 70 // Largeur de la colonne Lic - Lic column width
  95. lic_mode = 3 // 1: compact, 2: full, 3: iRacing style compact, 4: iRacing style full
  96.  
  97. // SPD
  98. w['speed'] = 76 // Largeur de la colonne SPD - SPD column width
  99.  
  100. // Accel
  101. w['accel'] = 80 // Largeur de la colonne Accel - Accel column width
  102.  
  103. // Apex
  104. w['apex_speed'] = 76 // Largeur de la colonne Apex - Apex column width
  105.  
  106. // Max
  107. w['max_speed'] = 76 // Largeur de la colonne Max - Max column width
  108.  
  109. // REL
  110. w['rel'] = 80 // Largeur de la colonne REL - REL column width
  111.  
  112. // Δ
  113. w['delta'] = 100 // Largeur de la colonne REL - REL column width
  114. delta_h = ligne_h // Ne pas toucher ! - Don't touch !
  115.  
  116. // GAP
  117. w['gap'] = 80 // Largeur de la colonne GAP - GAP column width
  118.  
  119. // LAST
  120. w['last'] = 110 // Largeur de la colonne LAST - LAST column width
  121.  
  122. // BEST
  123. w['best'] = 110 // Largeur de la colonne BEST - BEST column width
  124.  
  125. // LC
  126. w['lc'] = 56 // Largeur de la colonne LC - LC column width
  127.  
  128. // distpct
  129. w['distpct'] = 120 // Largeur de la colonne distpct - distpct column width
  130.  
  131. // St
  132. w['stint'] = 76 // Largeur de la colonne St - St column width
  133.  
  134. // PIT
  135. w['pit'] = 46 // Largeur de la colonne PIT - PIT column width
  136.  
  137. // lane
  138. w['pitroadtime'] = 72 // Largeur de la colonne lane - lane column width
  139.  
  140. // Stop
  141. w['pitstalltime'] = 72 // Largeur de la colonne Stop - Stop column width
  142.  
  143. // INC
  144. w['inc'] = 54 // Largeur de la colonne INC - INC column width
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement