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

SpiritedDusty

Moderators
  • Content Count

    50
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by SpiritedDusty

  1. local event = require('event') event.listen('init', function() -- Put your code here end) This should fix you're problems. It listens for the 'init' event which is pushed when the components are ready.
  2. I've stopped working on my emulator a while ago but while writing it, I was able to use a few bits of OC's source code to write the emulator. I used things such as, NativeLuaArchitecture and components' code. The reason why I stopped working on the emulator is because, since OC 1.3 was coming out with breaking changes, I would have to redo a lot of the emulator. But since OC 1.3 changes are starting to show in commits, I might start working on the emulator again.
  3. Not sure if this will fix the problem but, try removing the first 4 lines of build.lua.
  4. You could create a table of all the special characters and reference the table in your code.
  5. Unless that is a variable, you have to put quotes around your name. computer.addUser('Sasser')
  6. Great program, but what program do you use to play back the music file?
  7. I believe you can hover over the component in your inventory and it will show the address.
  8. Please use code tags next time when posting code. Colored text: local component = require('component') local gpu = component.gpu gpu.setForeground(0x00FF00) gpu.set(1, 1, 'Hello, world!')
  9. In a nutshell, almost everything you have is now broken!
  10. I've been working on an emulator in JS for a while now. It's OC only though.
  11. You could disabled buffered hard disks in the config.
  12. Switched to IP.Board. Fix all the problems!
  13. Switched to IP.Board. Fix all the problems!
  14. I believe the only way is to use a robot to detect individual blocks.
  15. This is awesome! I wanted to test out holograms and this is perfect for that!
  16. The previous forms used IP.Board but the guy that had the license key for it and was helping us host it is busy with things so we had to resort to PhpBB.
  17. You now have the right to say you've created the most constructive thread in the general discussion section.
  18. I'll look into this. Thanks for reporting.
×
×
  • Create New...

Important Information

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