←  Programs

ComputerCraft | Programmable Computers for Minecraft

»

[Splitter] Run Term And Monitor At The Sam...

BigSHinyToys's Photo BigSHinyToys 14 Nov 2012

View PostBigSHinyToys, on 03 June 2013 - 12:59 PM, said:

This project is no longer supported however a more comprehensive program exists to fill this same gap.
Monitor redirect controll - run many screens at ounce

If you would like to use this code "splitter" in your own branch of this project that is fine.
Splitter splits the output from term to go to a monitor to so you can see the program running even when you press [ESC] and walk around out side.

Posted Image
Posted Image
Posted Image
Posted Image
Download
http://pastebin.com/GcDsj9R1
pastebin get GcDsj9R1 split
Spoiler
Quote

Sammich Lord's Photo Sammich Lord 15 Nov 2012

This is pretty cool. Now I broadcast me playing worm on a huge monitor...
Quote

BigSHinyToys's Photo BigSHinyToys 15 Nov 2012

View PostHuman, on 15 November 2012 - 06:36 AM, said:

This is pretty cool. Now I broadcast me playing worm on a huge monitor...
worm is now a spectator sport lolz
Quote

Sammich Lord's Photo Sammich Lord 15 Nov 2012

View PostBigSHinyToys, on 15 November 2012 - 07:47 AM, said:

View PostHuman, on 15 November 2012 - 06:36 AM, said:

This is pretty cool. Now I broadcast me playing worm on a huge monitor...
worm is now a spectator sport lolz
Wait till it becomes a CCMLG(ComputerCraft Major League Gaming) sport. Now, just for somebody to make worm multiplayer...
Quote

BigSHinyToys's Photo BigSHinyToys 15 Nov 2012

View PostHuman, on 15 November 2012 - 08:00 AM, said:

Wait till it becomes a CCMLG(ComputerCraft Major League Gaming) sport. Now, just for somebody to make worm multiplayer...
coming up on ESPN worm vs worm in hardcore apple eating action.
Quote

funisfun8's Photo funisfun8 30 Nov 2012

OMG! Does anyone else realize this could be used to do lessons on servers! IF it can do edit (filename)...
Quote

russjr08's Photo russjr08 30 Nov 2012

View Postfunisfun8, on 30 November 2012 - 09:16 AM, said:

OMG! Does anyone else realize this could be used to do lessons on servers! IF it can do edit (filename)...
It's basically like a projector, so yes, it can do edit <file> :)
Quote

funisfun8's Photo funisfun8 30 Nov 2012

Yeah... I figured that out when I tested it... XD
Quote

Tiin57's Photo Tiin57 30 Nov 2012

View Postfunisfun8, on 30 November 2012 - 09:16 AM, said:

OMG! Does anyone else realize this could be used to do lessons on servers! IF it can do edit (filename)...
I wrote my own private code back when I used Tekkit to teach my server how to use CC. Don't have it anymore, though.
Quote

BigSHinyToys's Photo BigSHinyToys 30 Nov 2012

View Postfunisfun8, on 30 November 2012 - 09:16 AM, said:

OMG! Does anyone else realize this could be used to do lessons on servers! IF it can do edit (filename)...

you can use any program that doesn't redirect terminal so you can use all in built programs other than monitor. I use this to display a shell I'm working on
Spoiler
Quote

Runesmacher's Photo Runesmacher 02 Dec 2012

Hi, it works good, but could you pleaseexplain what it all doies (line per line) ?
cous i can't seem to realy figure it out

edit: I took a look at the code still not knowing how it works but i changed stome stuff:
- Detects screen and then attaches it
- when screen is destroyed: no error but just restore to terminal
(take it as your own BigShinyToys if you like)
Spoiler
Quote

CodeMachine's Photo CodeMachine 27 Dec 2012

I tried to do something like this using the parallel api, but it would only come out on the monitor....
SO DOWNLOADING
Quote

rick3333's Photo rick3333 17 Jan 2013

how big dose the monitor have to be?
Quote

theoriginalbit's Photo theoriginalbit 17 Jan 2013

View Postrick3333, on 17 January 2013 - 06:41 PM, said:

how big dose the monitor have to be?
Based off that last image I'd say a minimum of 3x5 blocks...



Btw good job BigSHinyToys! :D
Quote

BigSHinyToys's Photo BigSHinyToys 17 Jan 2013

View PostTheOriginalBIT, on 17 January 2013 - 06:51 PM, said:

Based off that last image I'd say a minimum of 3x5 blocks...
Btw good job BigSHinyToys! :D
well 3X5 is close but a couple of pixels off so 3X6 is the best option
Spoiler
[EDIT]
it will also automatically change the text scale if you want to use a 2X3 monitor
Spoiler
Quote

theoriginalbit's Photo theoriginalbit 17 Jan 2013

View PostBigSHinyToys, on 17 January 2013 - 10:23 PM, said:

well 3X5 is close but a couple of pixels off so 3X6 is the best option
Damn so close... :P
Quote

gun and run's Photo gun and run 27 Jan 2013

Would it be possible to fill the screen? Like a 6*8 screen?
Quote

Lyqyd's Photo Lyqyd 27 Jan 2013

Fill it with what?
Quote

Mads's Photo Mads 27 Jan 2013

print("USAGE: <side> or "restore" ")

Should be \"restore\"
Quote

BigSHinyToys's Photo BigSHinyToys 28 Jan 2013

Quote

name='mad' post='81024' timestamp='1359319709']
print("USAGE: <side> or "restore" ")

Should be \"restore\"
fixed
Quote