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

Michiyo

Moderators
  • Content Count

    83
  • Joined

  • Last visited

  • Days Won

    32

Posts posted by Michiyo

  1. For a computer you have to do

    local component = require("component")

    In the lua interpreter you don't have to require stuff like you do in scripts

    For a microcontroller... well you don't get require there so you'll have to do it lower level and I'm not sure how that works :P

  2. Not sure if I am doing something wrong. Still kind of new to OC. Used CC a lot in the past so wanted to try out OC and I'm enjoying learning. However, this is the first Addon to OC that I am trying and I can't get it to work. All the blocks and items are available, but I can't get anything to work with the computers. Do I need to install a program or something to access. I've tried the code in this thread, and also on the Wiki from github. I put an RFID card into the computer and using the code above I get an error saying it doesn't recoginize OSRFIDReader. I tried from the wiki and got the same error with os_rfidReader.

     

    The documentation in this thread is out of date, the wiki on github https://github.com/PC-Logix/OpenSecurity/wiki  is the best place for docs.   The issue is the component name is os_rfidreader, all lowercase, all of the component names are lowercase, and should be prefixed with os_

  3. Amazing mod. I've recently upgraded to your newest version and tried out the turrets. Gotta say they're pretty nice. I would like to make a request though, could you make them a bit faster with speed upgrades? Or increase the firing rate a bit? I'm only really concerned about how they perform with max upgrades installed. I wrote an auto-targeting program for a few of them but I can walk out of the way 99% of the time.  I'd rather not have a hundred turrets to make sure at least one of them hits :P

    I've boosted the movement speed in the latest dev builds on Jenkins available at http://ci.pc-logix.com/job/OpenSecurity-Dev/ If you want to get it a shot. (Warning these builds may be unstable)

  4. The OpenOS floppy is read only, put the floppy in boot up, type install and select your hard drive from the list.

    OpenOS doesn't have sudo, I figure the reason your oppm install oppm failed, was cause you were still booted from that floppy, you'll have to install OpenOS first, then switch to the oppm floppy and install it.

  5. Does it play YouTube music? Sorry if this is a stupid question, just wanting to know if I still need to throw my music onto tapes to be able to listen to my music in MC without my computer having a lag spike of death.

    No as YT videos aren't OGG or MP3 directly, you could run it through a converter and host it somewhere and play the MP3 though.

  6. So, I finally added OpenPrinter to my dev pack for testing purposes. From what I've seen so far, you've out-done the competition by far Michi :)

     

    I'm messing with a lot of different dev projects for my big rail network and I was wondering if it would be ok to throw a suggestion in for your printer mod.

    I'm working on a railway management system, which includes generating routing tables to control where the trains go. In Railcraft the route definitions are put in tickets (for which we have the Ticket Machine in Computronics; thanks Vex & asie!), but I'm looking for a way to print the routing tables (or filters if you will) that govern where trains get sent based on their ticket destinations.

     

    What I'd really love to be able to do, is grab a Railcraft Routing Table book, stuff it in the printer and print the routing table code directly into the book. Do you think it would be possible to do with your OpenPrinter mod?

    I don't know how CovertJaguar handles the Routing Table data in his mod, but I'm guessing it's similar to normal written books, except the Routing Tables can not be finalized / locked. If this is possible, it wouldnt matter if the printer overwrites/deletes any previous data found in an inserted Routing Table if that makes it easier to handle.

     

    Anyways, just a dreaming wish you can disregard if it's something that doesnt fit your vision of the mod or is too annoying to add :)

     

    //Sharidan

     

     

    I'll look into this.

×
×
  • Create New...

Important Information

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