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

Search the Community

Showing results for tags 'Help'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OpenComputers
    • Announcements
    • Feedback
    • IRC
  • Code Central
    • Support
    • Showcase
    • Tutorials
  • Addons & More
    • Addons Mods
    • Architectures
    • OpenEngineering Task Force
  • General
    • Lounge
    • Forum Games
    • Showcase
    • Servers
  • Archives
    • Public Archives

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Minecraft


GitHub


IRC


Fediverse ID


Location


Interests

  1. The text that some programs output is way to large to fit on the screen currently I have some problems with ls (in direcotrys with a lot of stuff in it) and components Is there a way to scroll up or display it in a way where you can read everything or save the output in an file? or some diffren solution to the problem?
  2. So recently I installed OpenComputers because I thought it was cool, and to start a computer, a EEPROM containing a Lua BIOS is needed. i tried using both of the ones in the mod (EEPROM, EEPROM (Lua BIOS)) How do I program the EEPROM? I googled everything and none helped or was related to this topic... I probably sound like a total noob but i need to know how to get my computer running. thx
  3. When I try and combine multiple holograms to to the same map, it wont work. It only uses 1 projector and the other one does nothing. I'm trying to do this: http://i.gyazo.com/aeeb0326ccc543cdb810acab18172001.png (without the black background unless that is an unfixable glitch). I've tried connecting 2 projectors to 1 computer and starting geo2holo, but it wont work. I checked the wiki, and it said there is a way to expand the size, but im not sure if it ment in configuration or in the actual game.
  4. When i try to save files with the Filesystem and the Filestream from Filesystem.open i get following error: /lib/filesystem.lua:467: attempt to index local 'self' (a nil value) stack traceback: kernel:730: in function '__index' /lib/filesystem.lua:467: in function 'close' stdin:1: in main chunk [C]: in function 'xpcall' kernel: 725: in function 'xpcall' /bin/lua.lua:62: in main chunk (...tail calls...) I typed this in lua console: fs = filesystem.open("/mnt/da0/adsfk","w") --da0 is HDD fs.wr
  5. Would someone mind showing me a basic example of using Magik6 network utility. Maybe a basic 3-5 node network demo?? or maybe just some sample api usage.. thx
  6. -- Fixed: I was le tired.... I'm kinda new to OC just moved over from cc and I'm loving the mod!! I was curious if someone who knows how event.listen handles its callback function? I tried to make a simple wireless network port listener just for testing and to my avail i couldnt get it to work the way i intended... Example below: local component = require "component" local event = require "event" local modem = component.modem modem.open( 1 ) ## I was assuming that event.listen would feed the signal/event with its parameters ## to the callback function.. reason why not? I'm no pro b
×
×
  • Create New...

Important Information

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