TheArcadeStriker

MT3test

Dec 11th, 2024
2,268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. -- SYSTEM
  2. Ver = 0
  3.  
  4. -- GAME OPTION
  5. PcbId = 0
  6. TotalMachine = 0
  7. CardRW = 0
  8. SteeringPower = 1
  9. WinsAndRemains = 1
  10. EventMode = 0
  11. Group = 0
  12.  
  13. -- I/O TEST, I/F INITIALIZE
  14. CalibrationSteering = 32768
  15. CalibrationGas = 0
  16. CalibrationBrake = 0
  17. CalibrationMotorCenter = 511
  18.  
  19. -- COIN OPTION
  20. EventMode = 0
  21. GameCost = 2
  22. ContinueCost = 2
  23. FullCourseCost = 4
  24. BuyCardCost = 2
  25. RenewalCardCost = 2
  26. TransferCardCost = 1
  27. FreePlay = 1
  28.  
  29. -- SOUND OPTION
  30. VolumeGame = 8
  31. VolumeAttract = 8
  32. OutputLevelMonitorLeft = 5
  33. OutputLevelMonitorRight = 5
  34. OutputLevelSeatLeft = 5
  35. OutputLevelSeatRight = 5
  36.  
  37. -- CLOSE SETTING
  38. CloseSun = 96
  39. CloseMon = 96
  40. CloseTue = 96
  41. CloseWed = 96
  42. CloseThu = 96
  43. CloseFri = 96
  44. CloseSat = 96
  45.  
  46. -- DEVELOPE
  47. CardVersion = 0
  48. TargetVersion = 0
Advertisement
Add Comment
Please, Sign In to add comment