22 posts
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 :/
8543 posts
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.
22 posts
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?
1688 posts
Location
'MURICA
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.
2217 posts
Location
3232235883
Posted 11 December 2012 - 05:43 AM
to run lua programs directly from the shell put the files in
rom/programs/