BioPrince

MFR turtle setup

May 22nd, 2014
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. load to computer
  2. spawnControl - http://pastebin.com/hP7fZSXC
  3. pastebin get hP7fZSXC spawnControl
  4. touchpoint - http://pastebin.com/6eBT6aYT
  5. pastebin get 6eBT6aYT touchpoint
  6.  
  7. load to turtle
  8. spawnLoader - http://pastebin.com/tdCtKmn6
  9. pastebin get tdCtKmn6 spawnLoader
  10.  
  11. On the computer you need one extra file called spawnList. The first line must contain the ID of the turtle facing the MFR auto-spawner. Then each line of the file needs to be the name of the mob in the safari net. Each line of the file refers to the slot in the turtle inventory, so if in slot 1 of the turtle you had a blaze and in slot 2 you had a cow, spawnList would look like.
  12.  
  13. 1 -- or whatever the id of your turtle is
  14. Blaze
  15. Cow
  16.  
  17. list up to 16 mobs
  18.  
  19. The advanced monitors should be no smaller than 2(wide)x 3(tall), but can be as big as you want. It looks better on a taller, slimmer setup as it creates a single column of 8 buttons if you have more nets in the turtle than that it will create a second page of buttons. It's not the greatest, but it works. It can only handle up to 16 different mobs for now. Hope that helps.
  20.  
  21. getting started:
  22.  
  23. Turtle:
  24. place turtle facing MFR auto-spawner
  25. set the label of your turtle
  26. find the id# of your turtle
  27. load spawnLoader from pastebin
  28. edit spawnLoader
  29. change line 1 to indicate what side the wireless modem is on
  30. hit ctrl
  31. save
  32. hit ctrl
  33. exit
  34. edit startup
  35. shell.run("spawnLoader")
  36. ctrl save ctrl exit
  37.  
  38. reboot (type reboot and hit enter)
  39.  
  40.  
  41. Computer:
  42. place your monitors where ever you like
  43. must be atleast 3tall and 2wide
  44. place the computer on any side
  45. shiftclick a modem onto the computer
  46. load spawnControl and touchpoint from pastebin
  47.  
  48. edit spawnControl
  49. rednet.open("side")
  50. change to side wireless modem is on
  51. local mon = "side"
  52. change to side monitor is touching computer
  53. ctrl save ctrl exit
  54. edit startup
  55. shell.run("spawnControl")
  56. ctrl save ctrl exit
  57.  
  58. edit spawnList
  59. first line is turtle id# you found earlier
  60. list up to 16 mobs 1 line each
  61. do not leave a blank line at the end
  62. ctrl save ctrl exit
  63.  
  64. reboot
Advertisement
Add Comment
Please, Sign In to add comment