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

Search the Community

Showing results for tags 'programming'.

  • Search By Tags

    • programming ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 11 results

  1. I want to add a laptop into opencomputers, which is basically a tablet you can put down and I want to add some new Components too with their own features. Where do I start?
  2. I have been stuck on this particular issue for around two years and I finally think it's time I ask for help. I have been trying to get a computer to control more than one I/O block at a time. I put down a creative computer case in my test world and link two I/O blocks up to it with cables. The I/O...
  3. Well i wanna make a program witch is a os that is more better than openos So... i wanna say that i don't really know how to program so i need your help... Questions of mine How can i make startup programs/alias. Can i use custom apis? Or just better ones? Could i change th...
  4. Vaetalus

    RC Arguments

    I've been trying to create a few arguments for a GUI I've been working on, and trying to use the RC script's complimentary cfg system to do so, and thus have a list with 4 items in it, so my rc.cfg looks as thus: enabled = {"startup"} startup = {} startup[col0] = 0xFF9200 startup[col1] =...
  5. I am trying to write a login program and have put it into the /boot directory but I get this error: /lib/tools/boot.lua:71: /lib/term.lua:104: attempt to compare nil to number Here is my Code: local io = require("io") local term = require("term") term.clear() while true do...
  6. ghost1257

    Event

    Hey I am writing a program and has of right now I am using event.pullMultiple because it is used to control my fluid nuclear reactors. It can shut them off and turn them on and also out puts data but I am having trouble getting it to update automatic without hitting a button on the keyboard. Without...
  7. Hello all, I have used ComputerCraft for some time now, and have made a windowed, multitasking operating system supporting infinite programs running side by side. Each one is updated if it is active and paused while inactive. I deceided to port my OS to Open Computers, but realized that OC do...
  8. Is there any way for a program to detect a world reload and turn itself off. I know it is a feature, but for this particular program I would like the computer to be non-persistent. Thanks!
  9. So, I've built a few programs here and there for OpenComputers (using the FTB - Beyond modpack) and I got curious about the drones. Started fiddling with them and quickly realized I was over my head. I've watched some tutorials here and there, read some posts from every corner of the internet and ca...
  10. Hello guys, my question is... can I "mount" the file system of my in-game pc to an ftp server or to a cloud? Or can I say that every time when i save changes to a file in the filesystem it saves this changes to the "real" filesystem? Well... then I can mount this real Folder an edit it in VS Bu...
  11. Hi there, I am currently implementing a JavaScript Architecture (based on J2V8) for OC and now I am stuck at implementing "component.methods(string)" because in Java I see Machine.methods(), which would give me what I want, but wants either a Value or an Environment object and I do not see a way of...
×
×
  • Create New...

Important Information

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