Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Date_and_Route.osc:
  2.  
  3. '##############
  4. 'Date and Route Script
  5. '##############
  6.  
  7. 'Processes Variables to visualize dirt on vehicle and wiped windows
  8.  
  9. '(c) 6.02.2020 Jakub Kopko
  10.  
  11. 'Script Version: 1.0
  12. 'Omsi release: 2.0
  13.  
  14. 'Needs:
  15. '- IBIS
  16.  
  17. 'Revision History:
  18. '- Jakub Kopko 6.02.2020 Created
  19.  
  20. '--------------------------------------------------------------------------------------
  21.  
  22. (M.L.Date_and_Route2)
  23.  
  24. {macro:Date_and_Route}
  25.  
  26. (L.L.elec_busbar_main) 1
  27. {if}
  28. ' Tag:
  29. (L.S.Day) "02" $IntToStrEnh "." $+
  30. ' Monat:
  31. (L.S.Month) "02" $IntToStrEnh $+ "." $+
  32. ' Jahr:
  33. (L.S.Year) "02" $IntToStrEnh $+ "." $+
  34. ' Haltestelle:
  35. (L.$.Haltestelle) "02" $IntToStrEnh $+
  36.  
  37. "" (S.$.Date_and_Route2)
  38. {endif}
  39. {end}
  40.  
  41.  
  42.  
  43. Date_and_Route_stringvarlist.txt:
  44.  
  45. Date_and_Route2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement