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

Log

Members
  • Content Count

    41
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Log

  1. Each scan is made over 0.05 seconds. The maximum number of blocks which can be scanned at one time - 64 The available area for scanning is 65x64x65 65*65*0.05=211.25 sec Hence, the entire available area possible to scan for 3.5 minutes. Increase the speed only can increasing the number of computers and geolyzers.
  2. No, it's not necessarily. Mod itself must find a free slot CasualDoug, pls, show version list of mods.
  3. It's weird, try this script: pastebin get BZKLsgnD /bin/trader.lua
  4. Connect it through the adapter and type in terminal this command components reactor -l, so you will get a list of methods. for example, to obtain the temperature value, you can do this: print(component.reactor.getHeat()/component.reactor.getMaxHeat())
  5. This is necessary to get one item from the list, and not the entire list, as the proxy function takes only the address.
  6. Yeah, use texture picker item to get the texture name.
  7. If I remember correctly, it only works on OpenOS 1.5
  8. Only this way:
  9. You just have to put microcontroller and turn it on. (and necessary energy source (if necessary), although energy can be obtained by debug card)
  10. You forgot to specify the direction in a functions swing() and compare() Ðnd the robot can not move to the sides 4 and 5, for this it is necessary to turn to left/right.
  11. Log

    Debug card programm

    Simple: local debug = require("component").debug local cmd while true do io.write('Enter command: ') cmd = io.read() print(debug.runCommand(cmd)..'\n') end Very simple: /# lua =component.debug.runCommand("say hello!")
  12. Requirements: microcontroller with debug card and wi-fi card. Need install this firmware: pastebin get PX0k2kb8 cube The control is via a wireless card with standard notation UDFBLR, to invert the command, it is necessary to add an apostrophe. Ðdditional commands: С - reset to the initial state S - random shuffle
  13. Log

    Basic Questions

    Many answers are in [man <program_name>] 1. rm <filename> 2. cd .. or cd / 3. which path to the program when creating?
  14. Added texturepack for Computronics
  15. Thanks for the news! Will soon be updated.
  16. Textures is not quite ready, need small changes. Enjoy it! All in one: 0xD00B last update: 26.01.17 Screenshots:
×
×
  • Create New...

Important Information

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