113 posts
Posted 29 July 2012 - 12:44 AM
When I open a turtle/computer, it prints on the screen
:bios:381: Not a directory
I did
NOT edit
ANY ComputerCraft1.4 files.
1604 posts
Posted 29 July 2012 - 12:57 AM
It looks like you'r missing the apis folder, check if it's there.
113 posts
Posted 29 July 2012 - 01:27 AM
C:Users[My Name]AppDataRoaming.minecraftmodsComputerCraft1.4luaromapis
Is that what you're talking about?
1604 posts
Posted 29 July 2012 - 01:47 AM
Yes, for some reason it says it's not a directory. Not sure what could be the problem.
2447 posts
Posted 29 July 2012 - 02:58 AM
The problem is you extracted the zip file. Don't :ph34r:/>/> ComputerCraft now runs from a zip (but will still load things from within a folder called ComputerCraft in mods).
992 posts
Posted 29 July 2012 - 07:05 AM
The problem is you extracted the zip file. Don't :ph34r:/>/> ComputerCraft now runs from a zip (but will still load things from within a folder called ComputerCraft in mods).
basically what he is saying is
this
C:Users[My Name]AppDataRoaming.minecraftmodsComputerCraft1.4luaromapis
should be this
C:Users[My Name]AppDataRoaming.minecraftmodsComputerCraftluaromapis
just rename the folder [ComputerCraft1.4] to [ComputerCraft]and it will work unzipped I do it this way so i can add custom programs to the ROM
2447 posts
Posted 29 July 2012 - 09:10 AM
You can add custom programs to the rom regardless. You can have a folder named ComputerCraft in mods as well as the zip, and it will load files from both.
278 posts
Posted 29 July 2012 - 12:14 PM
You can add custom programs to the rom regardless. You can have a folder named ComputerCraft in mods as well as the zip, and it will load files from both.
In a folder is easier if you use a text editor such as NP++… Yeah, forgot what I was gonna say here…
2447 posts
Posted 29 July 2012 - 12:18 PM
You can add custom programs to the rom regardless. You can have a folder named ComputerCraft in mods as well as the zip, and it will load files from both.
In a folder is easier if you use a text editor such as NP++… Yeah, forgot what I was gonna say here…
Except like I said, you can use both the zip AND a folder simultaneously.