Advertisement
piffko

Stationeers - Coal Generator v1.7

Jul 9th, 2021 (edited)
1,237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. alias Vending d0
  2. alias CoalGenerator d1
  3. alias LedQuantCoal d2
  4. alias LedQuantVending d3
  5. alias Indication d4
  6. alias Min r6
  7. alias Max r7
  8. #define Battery -400115994 #small
  9. define Battery -1388288459 #large
  10. move Min 0.2
  11. move Max 0.9
  12.  
  13. main:
  14. ls r0 CoalGenerator 0 Occupied
  15. beqz r0 output
  16. ls r1 CoalGenerator 0 Quantity
  17. ls r2 CoalGenerator 0 OccupantHash
  18. l r3 Vending Quantity
  19. s LedQuantCoal Setting r1
  20. s db Setting r2
  21. s LedQuantVending Setting r3
  22. lb r15 Battery Ratio Average
  23. slt r10 r15 r9
  24. select r9 r10 Max Min
  25. s CoalGenerator On r10
  26. s Indication On r10
  27. j main
  28.  
  29. output:
  30. s Vending RequestHash 1724793494
  31. sleep 3
  32. j main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement