Posted 30 March 2013 - 01:52 AM
TV/Channel Program 1.0
About this
—————-
Spoiler
This can be used to run animations on different channels, And I thought it would be nice if you want to have
Like a tv in your house or something, But there's not so many installed animations since I thought you could have to create 'em
yourself by adding a function in the code that is your anim, Later I'll try to add NPaintPro animations support since I don't know if it has that now..
To change channels you simply click the screen or monitor.
Installation/Download
——————————
Spoiler
Pastebin ID: TQkARH1Z
First you need to download the program by one of these options
—————————————————————————————————————————————–
*Go to the pastebin link and download it by pressing the download button
On the website and then go to '%appdata%/roaming/.minecraft/saves/<mapname>/computers/<computer ID>/'
And copy and paste the file into there, Or just open up minecraft and open the textures and go to the folder.
—————————————————————————————————————————————–
*First you have to have the http config enabled that's in the '.minecraft/config/' folder, Then
open up the computercraft document in there and change
# Enable the "http" API on Computers
B:enableAPI_http=false
To
# Enable the "http" API on Computers
B:enableAPI_http=true
After that you can simply do into your computer ingame and type
pastebin get TQkARH1Z <filename>
Screenshots
Spoiler
Also this is mean for you to create animations and then have them run on the channel you desire,
The animation has to be a function that's then handled by this
hChannel(yourFunction)
The animations that is in the program already are only examples!