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

Ultimate Console Program Request

Started by furrysalamander, 28 April 2012 - 12:45 AM
furrysalamander #1
Posted 28 April 2012 - 02:45 AM
I am looking for a program that I can use as a master console, that would work with redpower. I would like the following features if possible:
  • Complete customization, with ability to set commands for each wire leaving the computer. For example: I can set the blue wire in the bundle going out the back of the computer to perform this redstone action (pulse or toggle), then give it a name to enter to complete the action.
  • Basic login system, just one user, me.
  • Ability to display the available commands.
  • Status for each command output onto monitor.
I am building a HUGE secret base with mob farms and diamond factories and all kinds of other stuff. I plan to use this to control doors, harvest, self destruct and more. I really hope someone can help me with this. :)/>/>
connor #2
Posted 28 April 2012 - 02:56 AM
i could try helping you make one if you know some programming in lua,
furrysalamander #3
Posted 28 April 2012 - 08:04 PM
I know almost no lua.

I know almost no lua.
Leo Verto #4
Posted 28 April 2012 - 11:26 PM
I recommend Casper's ingame tutorial for learning lua, it helped me a lot too. :)/>/>
furrysalamander #5
Posted 29 April 2012 - 02:14 AM
at this point I don't really have time to learn everything, but I will look into caspers tut later.
furrysalamander #6
Posted 30 April 2012 - 02:06 AM
bump
libraryaddict #7
Posted 30 April 2012 - 02:56 AM
http://www.computercraft.info/forums2/index.php?/topic/1507-central-command-question/

Get the program there.
Modify it.

Then use this http://www.computercraft.info/forums2/index.php?/topic/1505-computerlock-multiple-users-supported/

For your login.
Modify that to shell.run() instead of error()

This could fit your wants :3
Onionnion #8
Posted 30 April 2012 - 02:38 PM
I'll actually work on this just for fun and if I get anywhere I'll share :)/>/>
furrysalamander #9
Posted 01 May 2012 - 03:27 AM
Sounds good you guys! I will look into the program later, and a custom one would be even more amazing, especially with customizable outputs!