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

Wuerfel_21

Members
  • Content Count

    71
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Wuerfel_21

  1. doing =os.time()*(1000/60/60)-6000 directly after /time set 0 gives me a seemingly random negative value... Can anyone please tell me what im not understanding here? Why isnt that in ticks anyways, instead of some random unit?
  2. Ahem, just noticed the aliases seem to be broken, after installing just run "edit -r /usr/lib/noteal/read.me" instead of "notehelp"!!!!
  3. Configuration == you only need to set it up once, and then evrything that uses NoteAL works Programming == Yeah, you just need to give instrument, pitch and left/right and it plays a note on whatever is configured(Vanilla noteblocks or Computronics iron noteblocks) Also it has a little midi like thing called notestream
  4. it does ease the configuration and programming of noteblocks by abstracting away the actual components into an easy to use api...
  5. So you got those duplicate network messages? Enter - DISPENSER - Dispenser is available through oppm. (More info to follow...)
  6. So, I have some questions about it and some person got the idea to close the announcement, I make this thread. 1) is it relevant for stupid items like microchips, transistors, power distributors and such? 2) when something is left in a chest when updating, what happens to it? 3) is it relevant for components in a server in a server rack?
  7. Just to note: I added alotof shit recently, check it out!
  8. What other architectures would be interesting to have in OC?
  9. f = io.open("/reactor.txt","r") for k, v in pairs(component.Reactor) do f:write(k .. ' : ' .. v) end f:close() This will get you a handy reference file...
  10. JIPEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE!!!!!! It unborked OC!
  11. lol i have that, i will try without
  12. oh and oc 1.3.4 crashes when placing a screen
  13. Some random hint: I recommend you to put your stuff on github instead of pastebin, people here seem to like that more(i can further recommend open programs: http://oc.cil.li/index.php?/topic/22-openprograms/ )
  14. I currently wite a program to remote-control robots, I could email you when it's done
  15. Wuerfel_21

    #oc slogans

    This is here to collect slogans fo #oc. because of cookies. 1. #oc, insanity at its best
  16. I think it was like io.read(1), but i cant test that currently
  17. will try that sometimes...(if i find time) would be a nice asm lesson...
  18. you could just insert a few jump opcodes that jump into your (C-)code --(In therory)
  19. Ehem: https://github.com/zhuowei/MinecraftPEModWiki/wiki/Tutorial:-Make-a-simple-Minecraft-PE-mod
  20. I think it would be very nice to have OC for minecraft PE... Most of the lua side could be reused(read: openos and the lua VM/interpreter), but most of the scala things not...
  21. Wuerfel_21

    WsarE

    Fixed a little derp... installing should work now
  22. You might want to put it on OpenPrograms, so people can install it with oppm.
×
×
  • Create New...

Important Information

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