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

Tharotiger

Members
  • Content Count

    6
  • Joined

  • Last visited

  1. Hey Guys, i just want to ask you Guys for some Inspiration on /tmp Folder usage! I can't get the point of using /tmp Folders in OpenComputers. You could easly store the Data in Global Vars! So, what could i use it for?
  2. Thank You, that worked! But i had to add this line to the user.recipes But is it possible that there is a Peaceful Recipe missing for Drones? I think it's impossible to get to the End in Peaceful, isn't it? Greetings, Tharotiger
  3. Hi Guys, i've just a short Question. With the 1.5.8 Update there was the adding of Peacful Recipes. But how can i use them? I'm playing on Peacful and it just don't use these Recipes from the Peaceful File. I'v searched the Config for a option to Change it, but i haven't found it. Greets ;-)
  4. Do they need to use the same Components, or do you just want to "talk" to each other? If you don't need Access to the Components just place a Switch between the Computers! Otherwise you can use this: component.setPrimary("keyboard", "<-The Address of the keyboard->") component.setPrimary("screen", "<-The Address of the screen->") you can get the Address's by CTRL+RMB with the Analyzer and past it in with the MMB.
  5. Thx a lot, the Dev Version fixed it... ;-)
  6. Hello everyone! I'm almost new to OpenComputers. Now i wrote a program for a Tier 2 Computer with 2 Tier 2.5 Memorys inside. After a while the Program Crashs with Out of Memory. If i restart the Program, a few seconds later the whole Computer crash into Bluescreen. Is there a method to get around this? ----------------- --Configuration-- ----------------- local programName = "Fluid Monitor" local programVersion = "v0.02" local latenz = 0.5 local showRAM = false --Farben des Bildschirms local mainBackground = 0x0000FF local mainForeground = 0xFFFFFF local titleBackground = 0x333333
×
×
  • Create New...

Important Information

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