Jump to content


MichiyoRavencroft's Content

There have been 4 items by MichiyoRavencroft (Search limited from 30-March 23)


By content type

See this member's

Sort by                Order  

#238467 [1.7.10] OpenFM

Posted by MichiyoRavencroft on 20 November 2015 - 02:40 AM in Peripherals and Turtle Upgrades

View PostBomb Bloke, on 19 November 2015 - 04:34 AM, said:

View PostMichiyoRavencroft, on 18 November 2015 - 02:17 AM, said:

I've not noticed an issue with the text display clipping.. are you running anything that might effect the renderer, like Optifine, or FastCraft?

I can reproduce the issue with only OpenFM in my mods folder.

Testing further, I find that it only seems to apply to radios facing north. In any other orientation there's a small gap between the text texture and the block texture, but when placed with that facing the two overlap.

This should be fixed in build 23, it'll be on curse as soon as it's approved. Thanks for the report.



#238239 [1.7.10] OpenFM

Posted by MichiyoRavencroft on 18 November 2015 - 02:17 AM in Peripherals and Turtle Upgrades

View PostBomb Bloke, on 12 November 2015 - 12:20 AM, said:

Not too shabby! :) It all seems to be working well for me, except for a minor cosmetic glitch - when viewed from certain angles, the text on the front of the radio either flickers or goes entirely invisible. Is it being rendered too close to the block, perhaps?

View PostDog, on 11 November 2015 - 04:28 PM, said:

I'm putting together a simple program to organize and listen to your music streams with OpenFM - it's still rough around the edges, but very usable - it currently supports 33 stations and requires an advanced computer.

You work quickly! But it seems that if you want to change stations, you'll need to "stop" the radio before you re-"start" it with the new URL.

I've not noticed an issue with the text display clipping.. are you running anything that might effect the renderer, like Optifine, or FastCraft?

Also, Dog your projects continue to make my mods more usable :P



#237698 [1.7.10] OpenFM

Posted by MichiyoRavencroft on 11 November 2015 - 07:23 AM in Peripherals and Turtle Upgrades

Hello all!
Screen Shot
Spoiler
I'm here with a new addon mod for ComputerCraft. 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. Also supports OGG Vorbis streams.

Downloads are at: http://minecraft.cur...projects/openfm
Source is at: https://github.com/PC-Logix/OpenFM

Usage:
fm = peripheral_wrap("side")
fm.setURL("http://listen.radionomy.com/DeepHouse")
fm.start()
fm.stop()
fm.volUp()
fm.volDown()
fm.getVol()
fm.setScreenText("String")
fm.setScreenColor(0xFFFFFF)



#201365 [LanteaCraft / SGCraft] == ccDHD ==

Posted by MichiyoRavencroft on 23 December 2014 - 05:12 PM in Programs

Heya LanteaCraft dev here, as of Build 55+ the CC Adapter has a recipe, it's a control crystal in the centre slot, redstone in the bottom centre slot, edges and top filled with Obsidian.

Just thought I'd let anyone who doesn't follow our thread know.

Thanks for the Awesome program!