This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
LDDestroier's profile picture

Monc - Monitor program that prints to screen

Started by LDDestroier, 26 April 2015 - 04:10 AM
LDDestroier #1
Posted 26 April 2015 - 06:10 AM
Monc

A way to run applications on am monitor while seeing it on the screen.


pastebin get FRJRneKL monc


I've looked for programs to do this forever, but then I saw a comment from TheOddByte about restating all the term API functions, so here this is!

Use this for hooking multiplayer games, chat clients/servers, or anything to a monitor, and still having the ability to see what it is you're doing on it.

Syntax:

monc <monitor side> (Will print all text on both monitor and screen until stopped)
monc <monitor side> [program name] (Will execute program on both screen and monitor until program is done)
monc -s <text scale> [program name] (Will execute program (or not) on both screen and monitor and set text scale)
monc exit (Will deactivate monc when in use)

Updates:
Spoiler

1.0:
+Initial release
1.1:
+Added -s option to change text scale
+Fixed bug where cursor on monitor starts out incorrectly

Please list any bugs you find!
Edited on 01 June 2015 - 12:44 AM
LDDestroier #2
Posted 26 April 2015 - 08:42 PM
New update! Added -s option to change text scale, and fixed a bug where the cursor on the monitor starts on the top when it shouldn't!