- Sky
- Blueberry
- Slate
- Blackcurrant
- Watermelon
- Strawberry
- Orange
- Banana
- Apple
- Emerald
- Chocolate
- Charcoal
Search the Community
Showing results for tags 'programming'.
-
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?
-
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...
- 1 reply
-
- i/o blocks
- addressing
-
(and 1 more)
Tagged with:
-
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...
-
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] =...
-
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...
-
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...
- 2 replies
-
- programming
- event
-
(and 1 more)
Tagged with:
-
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...
-
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!
-
Are there any tutorials or any documentation for setting up a drone?
LazyFridge posted a question in Programming
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... -
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...
- 3 replies
-
- editor
- programming
-
(and 2 more)
Tagged with:
-
How to get the available methods of a component on Java side
Haringat posted a question in Programming
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...- 1 reply
-
- Java
- custom architecture
-
(and 1 more)
Tagged with: