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

Search the Community

Showing results for tags 'computronics'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OpenComputers
    • Announcements
    • Feedback
    • IRC
  • Code Central
    • Support
    • Showcase
    • Tutorials
  • Addons & More
    • Addons Mods
    • Architectures
    • OpenEngineering Task Force
  • General
    • Lounge
    • Forum Games
    • Showcase
    • Servers
  • Archives
    • Public Archives

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Minecraft


GitHub


IRC


Fediverse ID


Location


Interests

Found 15 results

  1. The sound card is added by Computronics, a wonderful addon for OpenComputers. There are a few who actually know what it does. Even less people are able to use it. No one dares to understand how it works, or so I hope. Anyway, it appeared a few years (?) ago, and is still mostly undocumented. There is a page in the in-game manual, which fails to explain how great the card is. Of course it does! It has a heap of different methods, which you can use to cast many crazy magics to make the sound card sound, and it's impossible to teach someone to do magic by reading a single page. OK, I'm
  2. So i am trying to use the computronics casset tape, and i want to upload my file from my pc to my casset tape and play it. how can i do this? if i can't, how do i get audio on it at all? Note: i have converted the file to DFPWM already
  3. Description: I'd Like Computronics 1.7.10 to use the 1.8.9 audio format Function: Better Quality Audio Deadline: as long as it works, take as long as you need to complete it! Additional Information: Simply ask me if you have other questions
  4. I cannot for the life of me find the calls to make the speech block for computronics actually say anything, all i see from its manual entry and the wiki is how to install the marytts library's which i have installed (the console lines for them starting are there) Anyone here know how to make it work? would love to make a fork of the open security door program that replys with "access granted" and "access denied"
  5. I'm attempting to spawn particles with the Particle Effects Card from Computronics. In the lua interpreter, I have tried a number of different approaches to inputting the arguments, but I always get the same error. =component.particle.spawn function(name:string, xCoord:number, yCoord:number, zCoord:number [, defaultVelo:number]):boolean; function(name:string, xCoord:number, yCoord:number, zCoord:number [, xVelo:number, yVelo:number, zVelo:number ]):boolean; Spawns a particle effect at the specified relative coordinates optionally with the specified velocity Here's the component a
  6. I love the tape drive and .dfpwm system that comes with Computronics, however, how could you make it portable like an iPod? I've been contemplating this for a while, anyone else have an idea?
  7. I'm very new to Lua. Could someone with knowledge of basic programs and the arguments for Computronics' Light Board rack component tell me how to make a simple program? The program should be able to: Set the color of the lights (with the light.setColor function) Set the activity state of the lights (with the light.setActive function) Specify which of the four racks to adjust these values in (unsure of function name) Do all of this from the command line, with a set of arguments after the lua script's name (ideally in the format of, for example "light (1) (0xCCFF00)
  8. I'm trying to pull the event chat_message but am having a strange issue. The event is pulled normally, but it outputs a bunch of information to the screen even without printing it within the program. The code I have is as follows: local event = require("event") while true do local a,b,x,y = event.pull("chat_message") end this shouldnt print anything to the screen, however I get the following info with every chat event: how do I prevent this message from showing up every time?
  9. I fixed up the computronics tape program to work with OC, but now I'm getting an error I cant figure out. /lib/filesystem.lua:483: attempt to index local 'self' (a nil value) Any help???
  10. nezd

    OctoTapeFS

    OctoTapeFS v0.1 Slowest way to store your files Do you remember this days when your commodore loads software from tape? I don't, i weren't even born when commodore were popular. Well, now you could bring this days back with OctoTapeFS - The slowest way to store your files! Link to pastebin Video Showcase Possible arguments: -h Displays help message --save=path Save file from path to tape -l Loads file from tape --dump=path Save file from tape to path -v Toggle verbosity -f Disable waiting for user input in load TODO: C
  11. Running the 'Tape' program from Computronics in multiplayers cause errors ('peripheral' is a null value') where on singleplayer it's fine. Any help? Offending line - local tape = peripheral.find("tape_drive") full program here
  12. TL;DR: http://pastebin.com/DG1wiRDc I was messing around with tape drives and trying to make them loop, and it turns out that it's a bit more complicated than it would seem. If the audio used is shorter than the tape, the tape doesn't automatically stop when the audio ends, instead playing silence for the rest of the unused tape length, before stopping. This renders isEnd() and .getState() useless, because after the audio is over, the tape will still play, only actually ending (and stopping) several minutes later (audio and tape length assumed to differ by several minutes, your mileage m
  13. Prot3ch is a small community custom modpack server that has existed since the first release of tekkit classic. The server is completely freebuild, meaning you are free to build in nearly any location you choose. For protection against greifers we use greifprevention and prism ontop of daily world back ups in case there are severe griefs. The fact that the server is whitelisted also helps with filtering out greifers. Our modpack Protonus is quite varied and has mods such as ThaumCraft, MineFactoryReloaded, IC2, Mekanism, Biomes O’ Plenty, ComputerCraft, OpenComputers and much more! A comp
  14. Ahem, just noticed the aliases seem to be broken, after installing just run "edit -r /usr/lib/noteal/read.me" instead of "notehelp"!!!! And "/usr/lib/noteconf" instead of "noteconf" That bug is going to be fixed soon(before hl3 comes out) Cause when someones looking for an api he looks here first, i make dedicared, more developer oriented thread for it here! So NoteAL is a api which enables consistent Noteblock configuration across all supporting programs, and yours could be the next! Features: -Computronics iron-noteblock support! (i highly recommend you to use computronics!) -conig
  15. Writing a quick blurb, here is it: My derpy collection of programs! Download them here: https://github.com/Wuerfel21/Wuerfel_21-s-OC-Toolkit Some small descriptions(hint: read the manpages) OcPiano - play piano using your crappy-pc-speaker, a noteblock, or noteAL! floppypirate - Arrr, pirate floppys easy! NoteAL - a libarary to manage your stereo noteblock-rig easy! Works with Computronics ironnoteblocks too! - Has a own thread now: http://oc.cil.li/index.php?/topic/117-noteal AutoMount - Finally saves you from making autoruns yourself! wsare_srv - a plug-in capable WsarE server... wsare
×
×
  • Create New...

Important Information

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