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

ben_mkiv

Members
  • Content Count

    41
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by ben_mkiv

  1. Mekanism HUD for my OpenGlasses fork (needs at least version 3.3.3) 

    https://github.com/ben-mkiv/OCGlasses/releases

    A46H8f6.png

     

    images from the setup => https://imgur.com/a/dx8Yf

    the script monitors the mekanism reactor, induction matrix, 2 input tanks for deuterium/tritium and one laser amplifier (use the closest to the reactor)

    supports remote ignition and setting of injection rate

    the code isn't cleaned up or optimized a lot so... (may update it later)

    haven't tested it with a steam reactor yet, but the stats should appear when water or steam is in the reactor

    setup with  (the glasses need database upgrades to handle all the widgets (~90 Widgets used) so add a Tier3 DB Update on Anvil and it should work :D)

    pastebin run 9NJ3E5kG

    the blur effect is archived by this mod and only visible when the Overlay is active (hotkey for openglasses)

    https://minecraft.curseforge.com/projects/blur

  2. actually the binding of glasses and rendering is done at the glassesterminal block.

     

    so either the renderinglocation has to be configurable for the player or bound otherwise.

    or the 3D World Widgets would float around the player when using him as orientation point.

  3. i've forked the mod and added some features, and will probably add some more soon. pikachu if you are still interested in helping you're welcome.

    • baubles support
    • glasses use ForgeEnergy (charging is now done in OC Charger or any FE compatible device, like EIO Wireless Charger/Capbanks)
    • glasses can be upgraded on Anvil
      • OC Battery Upgrades increase Energy Capacity
      • OC Database Upgrades increase the Widget limit)
      • OC Motionsensor enables the Sneaking Detection for Modifiers
      • OC Geolyzer enables the Swimming Detection for Modifiers
      • OC Tank Upgrade enables the Weather Detection for Modifiers
      • Minecraft Daylight Sensor enables the Light Detection for Modifiers
    • ingame manual (new tab in the OpenComputers handbook)
    • private widgets, widgets without owner render for all linked glasses
      • (widget)->setOwner("playername")
      • (widget)->getOwner()
      • (widget)->getOwnerUUID()
    • Custom Shapes for 2D Overlay + 3D World
      • setShading("modename")
        • modes: "SMOOTH" / "FLAT"
      • setGLMODE("modename")
        • modes: "TRIANGLES" / "TRIANGLE_STRIP"
    • Wavefront Object Widget
    • Entity Tracking
    • Item Render for 2D Overlay + 3D World 
      • addItemIcon
      • setItem("minecraft:stone", 0)
        • sets the item to stone block
      • setItem("minecraft:stone", 5)
        • sets the item to andesite block
    • rectangle boxes with gradients for 2D Overlay
    • 2D Widgets can be aligned
      • (widget)->setHorizontalAlign("center")
        • left, center, right
      • (widget)->setVerticalAlign("top")
        • top, middle, bottom
    • new render pipeline which adds modifiers to change apperiance of widgets
      • (widget)->addColor(r, g, b, alpha)
      • (widget)->addScale(x, y, z)
      • (widget)->addRotation(angle, x, y, z)
      • (widget)->addTranslation(x, y, z)
    • easing functions to animate widgets
      • really, read the projects wiki on github about that...
    • conditions to toggle the modifiers (some need a upgrade to be added on Anvil to get useable)
      • overlay active / inactive
      • weather rain/clear
      • swimming / not swimming
      • sneaking / not sneaking
      • lightlevel min / max (0-15)

     

    builds for 1.10.2 and 1.12.x can be found here:

    https://github.com/ben-mkiv/OCGlasses/releases

    Check my Wiki for new API Functions

    https://github.com/ben-mkiv/OCGlasses/wiki

     

  4. On 1/11/2017 at 9:48 AM, c64fan said:

    no bonsai......

    hmmm............

    Bild2.jpg

    Hi, thats probably because i've used the Textures from Chisel mod, so replace "chisel:leaves/fancy_opaque" with "minecraft:blocks/leaves_jungle" and it should work, same for the log probably. You can use the opencomputers texturepicker ingame to get the texture names

  5. Hi,

     

    want to share some 3D Print models i've made. They are using textures of Chisel2 Mod, so replace the texture names if you don't have that mod in your minecraft.

     

    Thanks to F0x06 for the Blender Exporter :)

     

    just download the pastebin as .3dm file and use them with print3d

     

    post-3046-0-21403600-1471504581_thumb.jpg

     

    Flowerpot (with small branch)

    http://pastebin.com/tFh2bfUu

     

    Bonsaitree

    http://pastebin.com/2kNjNQJB

     

     

    post-3046-0-18331400-1471504586_thumb.jpg

    post-3046-0-01251900-1471504592_thumb.jpg

     

    Flowerpot

    http://pastebin.com/jnaN1nqM

     

    Tree 1

    http://pastebin.com/xCJrvswA

     

    Tree 2

    http://pastebin.com/5grCaVFp

     

     

    post-3046-0-54105300-1471505260_thumb.jpg

     

    Vase

    http://pastebin.com/TvHxf2AM

     

     

    probably more coming soon

×
×
  • Create New...

Important Information

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