Computercraft Chat on Monitor

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
G

Granator

Guest
Title Computercraft Chat on Monitor

Launcher Type Twitch Desktop App

Modpack -

Modpack version -

Have you modified the pack? No

Link to log file

Details of the issue Hello,
I'm very new to computercraft and to the forum and need some help. I want to have a chat program on a Monitor. I can't find something to this at google. Or is it not possible. Can you help me?
 
Last edited by a moderator:

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
for a chat program, try this:
http://www.computercraft.info/forums2/index.php?/topic/14305-talk-an-uber-simple-chat-program/
this one may also work
http://www.computercraft.info/forums2/index.php?/topic/21674-http-pschat-reloaded-now-with-titles/
I didn't try any of them though, also I believe CC comes with a chat program build in but I'm not sure about that.

As far as getting the output on a monitor goes:
computercraft.info/wiki/Monitor
From the CraftOS shell, type monitor [top|bottom|left|right|front|back] [a-program-name]. For example, typing monitor top hello would show "Hello world." on the top Monitor.
Warning with this method though: I'm not sure if the output is also still shown on the computer itself. This may be important depending on why you want the chat program to appear in the monitor as you send messages with purely the monitor itself.

However, it looks like the first program can have multiple peoples in the same chat. So a simple work around would be to have 2 computers inside the chat. One without a monitor where you can write and the other with a monitor.