Guest User

Untitled

a guest
Nov 18th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [General]
  2. month_length = 62400
  3. shift_divisor = 1440
  4.  
  5. [Stations]
  6. 始発駅
  7. 中間駅
  8. 終着駅
  9.  
  10. [RawTimes]
  11. # 各駅停車の計測
  12. 始発駅 -> 中間駅: 0300
  13. 中間駅 -> 終着駅: 0300
  14.  
  15. # 急行の計測
  16. 始発駅 -> 終着駅: 0500
  17.  
  18. [Lines]
  19. name = 各停
  20. divisor = 16
  21. <reverse> 始発駅
  22. <wait=0300> 中間駅
  23. <reverse, wait=0300> 終着駅
  24. <wait=0300>中間駅
  25. -----
  26. name = 急行
  27. divisor = 16
  28. color = #FF0000
  29. width = 2
  30. <reverse, shift=0200> 始発駅
  31. <reverse, wait=0700> 終着駅
Add Comment
Please, Sign In to add comment