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. I tried again. I placed a creative case, hd tier 3 , monitor T3, keyboard, APU T2, internet card, EPPROM lua bios.

    Turned on

    installed the OpenOS

    reboot

    and after that i placed the printer .

    I continue to see the printer component, i see the method, but this Xerox.lua is not in my hd.. if i try xerox 3 for exemple the response is " file not found"

    is strange, when i placed the printer, the computer case did some noise..

    Maybe is because i'm in creative and i need to build the component piece by piece on survival mode ?

     

    install an internet card, cd into /bin and then do wget https://raw.githubusercontent.com/PC-Logix/OpenPrinter/1.7/src/main/resources/assets/openprinter/lua/printer/bin/xerox.lua

     

    It seems the file was being excluded from my repo and therefor not being included in the builds.  This has been fixed in the newest release (build 129)

  2. If things are done correctly, which I believe is the case, haven't tested it myself, it's in /bin. So you just need to write "xerox <number of copies>" as Michiyo explained.

    ^^ This.  Once connected to a printer it puts the file in /bin, meaning you can run it directly from the commandline wherever you are, just type xerox and you should get usage instructions.

  3. Build 126 adds a Paper Shredder to turn your printed pages back into plain Minecraft Paper.  You shred pages into shredded paper, and combine shredded paper with water to get MC paper!  

    Also added is a new File Folder, craft one, Sneak Click with it in your hand and place up to 9 pages in the provided inventory.  Now regular click and view them!

    Updated the storage for printed pages, pages printed with the new version when scanned will maintain the color of the line when duplicated.  Speaking of scanning, and duplication, there is now a included file "xerox.lua" when you connect a printer that will take a page placed in the scan slot and copy it.  simply call xerox # to make # copies (eg; xerox 4 to make 4 copies)

  4. Hello all!
    Screen Shot


    OpenFM.png

    I'm here once again with a new addon mod for OpenComputers (Unlike most of my others this one works without OC too). OpenFM allows you to stream from lots of online radio streaming services to your Minecraft world, all sound playing is done client side so there is little added load server side.  OpenFM supports Streaming audio in MPEG 1/2/3 format, or pls/m3u playlists linking to MPEG 1/2/3 sources.

     

    Downloads are at: http://minecraft.curseforge.com/projects/openfm

    Source is at: https://github.com/PC-Logix/OpenFM

     

    Usage:

    fm = components.openfm_radio
    fm.setURL("http://listen.radionomy.com/DeepHouse")
    fm.start()
    fm.stop()
    fm.volUp()
    fm.volDown()
    fm.getVol()
    
  5. Hello all, I'm here to announce the release of OpenSecurity!
    Build Status: icon.png
    Downloads: https://minecraft.curseforge.com/projects/OpenSecurity
    Change Log: http://ci.pc-logix.com/job/OpenSecurity/changes
    Source: https://github.com/PC-Logix/OpenSecurity
    OpenSecurity adds Items and Blocks that are useful for the security of your worlds or bases.

     

    Documentation has been moved to GitHub: https://github.com/PC-Logix/OpenSecurity/wiki

  6. xD I was almost going to suggest the same idea in terms of Nametag printing all over again when I realized I suggested it back in January.

    Any thoughts on the idea with some distance on it? Not something worth your time to do?

    Coming soon to a OpenPrinter near you: http://michi.pc-logix.com/Minecraft_1.7.10_2015-06-02_18-01-48.png

    printTag("Your Text Here")

    http://jenkins.pc-logix.com/job/OpenPrinter1.7/ Build #111 has printTag("String")

  7. I want a Special Thinger ™!

     

    Author of OpenPrinter, and OpenLights with 600+ and 200+ downloads respectively. http://www.curse.com/mc-mods/minecraft/225127-openprinter and http://minecraft.curseforge.com/mc-mods/225225-openlights, I also contributed a bit to the IRC program :P

    OpenPrinter adds Text printers and scanners to the game, and OpenLights adds a colorable light block.

     

    I guess for color 255 0 0 (assuming that's Red :P

    IGN is MichiyoRavencroft

     

    Thanks, looking forward to my Special Thinger ™ ;)

  8. Do me a favor, Open your DragonAPI 1.7.10 V2.jar with WinRAR or WinZIP and delete the li directory.  There are other mods that ship the OpenComputers API incorrectly, Interface stripping and @Optional annotations exist within forge for a reason and many developers don't use them, when you ship API files in your mod there is a chance that those can override the API included in the actual mod.

  9. Heya all, There was a small jump in build numbers as I'd been trying to get uploading to curseforge working good news! I did ^_^ http://minecraft.curseforge.com/mc-mods/225127-openprinter/  Not to worry, downloads are still available at http://pc-logix.com/mods/ as well but this is a nice backup in case my site dies again randomly while working.  

     

    Build 102 adds the first signs of the Scanner function, this is a VERY early preview of it though, currently you place a printed page in the top slot of the GUI, and then call op.scan(linenumber)  eg: op.scan(0) will return the first line on that page.  THIS FEATURE WILL EVOLVE in the next week or so, so don't write any major programs around the functionality.

     

    As always thanks for using my Addons for OC! ^_^

    (I'll also be posting OpenLights here on the forums soon so keep an eye out for that)

  10. Thank you for all the help!

     

    I must mention though, is there a possible fix for the recipe of the printer paper roll? Right now, for pieces of paper triggers the "paper stack" recipe in Tinkers' Construct. (It does not change when putting stacks of 64 in each slot.) Would there be a way to have an alternate recipe? Perhaps 7 paper in an I-Beam shape, with two iron nuggets (from OpenComputers) on either side? It is just a suggestion. Sadly, I tried "NoMoreRecipeConflicts" and that mod does not seem to work.

     

    Diagram of suggestion:

    P P P

    I P I   P=Paper

    P P P   I=Iron Nugget

     

    Erm, I'm pretty sure that was fixed quiet awhile ago... I run the mod along with TCon and have no issues?  What version of MC and OP are you running?

     

    I was right this was fixed, but the recipe was also changed it's now post-204-0-95220200-1413483636_thumb.png

×
×
  • Create New...

Important Information

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