Advertisement
Umaroth

Changelog for MC Power Monitor Program Overhaul

Mar 28th, 2015
2,069
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. This is a changelog/readme for a script rewrite located here: http://pastebin.com/cA2TNNdH
  2. Original script is located here: http://pastebin.com/rjfa4ymR
  3.  
  4. v1.0:
  5. --Updated to work with current peripheral types (as of 1.7.10 and Thermal Expansion 4.0.0RC7 and EnderIO v2.2.8)
  6. --Fixed spacing
  7. --Formatted for 2x3 Monitor instead of 1x2
  8. --Added formatting support for billions of RF
  9. --Separated formatting of Current and Max RF values
  10. --Made placement of RF values dynamic
  11. --Made "of:" placement dynamic, it now places itself over the first digit of the Max value
  12. --Added support for multiple connections to Capacitor Banks and Energy Cells, now accepts as many of each as you can connect to the network
  13. --Added support for multiple monitors, now accepts as many monitors as you can connect to the network
  14. --Added support for both 1x2 and 2x3 monitors with automatic detection and dynamic scaling for each
  15. --Added support for Big Reactors' turbines and reactors. Only supports one of each.
  16. --Added configurable redstone output side
  17.  
  18. v1.1:
  19. --Major Optimization - Made code faster, shorter, and cleaner
  20.  
  21. v1.2:
  22. --Updated peripheral validation to be more efficient
  23. --Condensed unnecessary code expansions
  24. --Standardized variable scope and naming conventions
  25.  
  26. v1.3
  27. --Added a capacity bar to the right side on 3x2 monitor.
  28. --Fixed script to be compatible with both OpenPeripherals and Computronics.
  29. --Added a variable to specify how many blocks are in a Capacitor Bank for compatibility with OpenPeripherals. This may be inaccurate due to EnderIO not evenly distributing RF throughout its blocks, but it's the best you can get with OpenPeripherals. You don't need this feature if you have Computronics.
  30.  
  31. To get this on your CC computer type/copy this into your Computercraft terminal:
  32.  
  33. pastebin get cA2TNNdH PowerMonitor
  34.  
  35. It should succeed if you are connected to the internet, then you can run the program by typing "PowerMonitor" into the computer.
  36.  
  37. Then, if you want the program to run automatically, type/copy this into the computer:
  38.  
  39. rename PowerMonitor startup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement