Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

CrafterOfWorlds

Members
  • Content Count

    13
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by CrafterOfWorlds

  1. 17 hours ago, Fingercomp said:

    So you are porting the program that already has the OpenComputers port, right? But... why? I've told you (link) to just download and use the OC version of the program. It actually works perfectly.

    As for the problem, though... You're probably doing something like file.read() instead of file:read(). You need to call the method using the comma. But, again, just use the OC version.

    Alright, I'm giving the linked version a shot.

  2. 9 hours ago, Fingercomp said:

    OpenComputers version of the program doesn't have peripheral.find. If you're still getting an error related to peripheral.find, you're running the ComputerCraft version.

    You can try to download the program:

    
    $ wget https://raw.githubusercontent.com/asiekierka/Computronics/master/main/resources/assets/computronics/loot/tape/usr/bin/tape.lua /usr/bin/tape.lua

     

    Well it works in creative, so why doesnt it work on the server? The wget program works in creative, like I said, and on the server, nada.

  3. 7 hours ago, Fingercomp said:

    You're trying to run a program written for ComputerCraft, not OpenComputers.

    There's a floppy disk that contains the tape program for OpenComputers. Craft any program disk (e.g., OpenOS floppy) and cycle through floppies by crafting the disk with a scrench until you get the right one. Then put it into a disk drive and run install.

    Not working. Same errors. ran 'install' with the tape program and it worked, but the program errored.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.