- Sky
- Blueberry
- Slate
- Blackcurrant
- Watermelon
- Strawberry
- Orange
- Banana
- Apple
- Emerald
- Chocolate
- Charcoal
Wuerfel_21
-
Content Count
71 -
Joined
-
Last visited
-
Days Won
1
Posts posted by Wuerfel_21
-
-
Ahem, just noticed the aliases seem to be broken, after installing just run "edit -r /usr/lib/noteal/read.me" instead of "notehelp"!!!!
-
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
-
it does ease the configuration and programming of noteblocks by abstracting away the actual components into an easy to use api...
-
Would be really really nice if you even try.
-
Reall. im bad at documentation.
-
So you got those duplicate network messages? Enter
- DISPENSER -
Dispenser is available through oppm.
(More info to follow...)
-
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?
-
Just to note: I added alotof shit recently, check it out!
-
What other architectures would be interesting to have in OC?
-
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...
-
JIPEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE!!!!!!
It unborked OC!
-
lol i have that, i will try without
-
oh and oc 1.3.4 crashes when placing a screen
-
can it have wireless network?
-
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/ )
-
I currently wite a program to remote-control robots, I could email you when it's done
-
#oc slogans
in IRC
This is here to collect slogans fo #oc. because of cookies.
1. #oc, insanity at its best
-
I think it was like io.read(1), but i cant test that currently
-
will try that sometimes...(if i find time) would be a nice asm lesson...
-
you could just insert a few jump opcodes that jump into your (C-)code --(In therory)
-
-
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...
-
-
You might want to put it on OpenPrograms, so people can install it with oppm.
Why is os.time so random(and stupid)?
in Programming
Posted
doing
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?