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

[Question]

Started by ikon106, 09 December 2012 - 10:31 AM
ikon106 #1
Posted 09 December 2012 - 11:31 AM
Hi!
I know there are alot of posts out there, but I couldn't find any. My Question is how do you edit/make programs outside of minecraft. What folder etc.

-Edit-
Sorry I just noticed I forgot to add an actual title.. Sorry :/
Lyqyd #2
Posted 09 December 2012 - 11:40 AM
.minecraft/mods/computercraft/rom/ for the built-in programs. .minecraft/saves/<worldname>/computer/<computerID> for the files for each computer.
ikon106 #3
Posted 11 December 2012 - 05:07 AM
.minecraft/mods/computercraft/rom/ for the built-in programs. .minecraft/saves/<worldname>/computer/<computerID> for the files for each computer.

Can you use normal .txt documents for creating programs? If yes, how do you use/call them?
Kingdaro #4
Posted 11 December 2012 - 05:42 AM
Normally, programs don't have file extensions, but yeah. You can make a program called "toaster.txt" and type "toaster.txt" in the command prompt to run it.
PixelToast #5
Posted 11 December 2012 - 05:43 AM
to run lua programs directly from the shell put the files in
rom/programs/