Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. A

    Turtles + ProjectRed tools.

    What did you expect with having MiscBugs installed? Don't trust an unsupported and generally old mod.
  2. A

    Computercraft: How to get it done

    This could be really useful for anyone wanting to get into CC. If you need any help with anything just send me a PM. But this is generally a good idea, would reduce the work helping the ones that don't know anything about Lua. When this starts to take shape I'll begin redirecting people over...
  3. A

    ComputerCraft, OpenPeripheral and Applied Energistics

    If there are no good methods for directly interfacing with AE, I do know LP has native CC support.
  4. A

    Best source of IC2 power?

    Forestry Bio Generators anyone?
  5. A

    Computercraft code/error help

    *code ninja dissapears in cloud of functions* Why would you use corotines for something this simple? Not really necessary unless you want to run 2 complicated programs at once.
  6. A

    Computercraft code/error help

    Firstly: Use the forums inbuilt code-function. Makes everything much easier to view. Secondly: Use the actual file if you want help with anything CC-related. If you just type it here like you did, nobody knows what the real program does/ where the problem lies. Change your code to if...
  7. A

    rhn's continued adventures: a build journal, guide collection etc.

    Might I ask what you used to make the topdown map in the first post?
  8. A

    Tutorial: Fully Automatic TC Smeltery that makes all tool parts

    If you ask me, doing it with computercraft would be "overdoing it". Touchscreen monitors and turtle butlers here we go!
  9. A

    managing the inventory of players that enters your base?

    What about OpenPeripherals PIM (Player Inventory Manager) ? It can both insert and extract items from a player
  10. A

    ccSensor, ComputerCraft Problem

    The problem you are having is that you are looping through the names of nearby players. All you have to do is if players == nil then rs.setOutput("right", false) end right before your last sleep. That will make so that if there are no players detected, it will close the door. I cannot say if...
  11. A

    Applied Energistics and Logistic pipes comparission opinions.

    Also, if you really want to use AE crafting, AE can utilize LP crafting systems. Sadly not the other way around
  12. A

    Applied Energistics and Logistic pipes comparission opinions.

    I don't know what kind of LP system you are using, but I could easily power 20-30 LP pipes on a single Dynamo. Besides, AE drains massive amounts of power just to sit still and do nothing, while LP only takes power when it needs too, and very small amounts.
  13. A

    Applied Energistics and Logistic pipes comparission opinions.

    LP!? MORE EXPENSIVE? AAAAAAAAAAARGH. Do you see any of that rare quartz around here? Or constant running costs when nothing is happening? LP is way cheaper than AE
  14. A

    Applied Energistics and Logistic pipes comparission opinions.

    The lag produced by LP is from buildcraft rendering the items flowing through the pipes. Buildcraft just isnt designed to handle the amount of items that LP easily juggles around with
  15. A

    Applied Energistics and Logistic pipes comparission opinions.

    To everyone thinking that LP only can have one recipe per machine, you are so very wrong. Satellite pipes are your friends
  16. A

    OpenPeripherals Wiki/Documentation

    Still dont really see the point with these tutorials as openperipheral is very straightforward to use.
  17. A

    OpenPeripherals Wiki/Documentation

    Or just make a new page on the official computercraft forum?
  18. A

    OpenPeripherals Wiki/Documentation

    Openperipheral devteam decided that it was too much work to keep a wiki updated with all the numerous changes they make. So instead, openperipherals has a built-in documentation program. This is only available in newer versions of openp though. Else you could try casilleroatrs program
  19. A

    Computercraft wireless peripherals

    The modemapi Is the exact same for both wireless and wiredmodems. So if you know how to use wired, you know wireless. If you want help with any of them, id be happy to help