- 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
-
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?
-
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, 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?
-
Button API now for OC! - Updated 9-6-2014
Wuerfel_21 replied to MoparDan's topic in Libraries & API's
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
-
This is here to collect slogans fo #oc. because of cookies. 1. #oc, insanity at its best
-
Getting a single character from the keyboard
Wuerfel_21 replied to FredMSloniker's question in Programming
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)
-
Ehem: https://github.com/zhuowei/MinecraftPEModWiki/wiki/Tutorial:-Make-a-simple-Minecraft-PE-mod
-
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...
-
Fixed a little derp... installing should work now
-
You might want to put it on OpenPrograms, so people can install it with oppm.