463 posts
Location
Star Wars
Posted 16 April 2016 - 07:48 PM
I saw that you can include programs with a resource pack.
Is it possible to create new read only memory folders?
And is it possible to overwrite existing programs like shell?
Edited on 16 April 2016 - 05:48 PM
231 posts
Posted 16 April 2016 - 07:57 PM
Yes you can but it is very risky.
CC will not let you edit/delete the files. So what you need to do is goto %appdata% and .minecraft/saves/[The name of your save]/computer/[The ID]/[All your CC files are here]/
An admin or some user might say that i am giving you instructions on how to brake computercraft. But remember that you are doing this at your own risk.
I will try to edit shell.lua after writing this reply.
756 posts
Posted 16 April 2016 - 07:57 PM
I saw that you can include programs with a resource pack.
Is it possible to create new read only memory folders?
And is it possible to overwrite existing programs like shell?
Yes, that's their whole point, everything you put into a resource pack is put into every computer's rom, and having something at /programs/shell will overwrite the existing shell.
463 posts
Location
Star Wars
Posted 16 April 2016 - 08:15 PM
NICE, but what is what question two?
2427 posts
Location
UK
Posted 16 April 2016 - 08:25 PM
new folders in rom? they are just folders in the resource pack
463 posts
Location
Star Wars
Posted 16 April 2016 - 09:02 PM
No, I mean new folders on the computer:
All are 'roms'.
/NewFolder
/rom
/stairs
Edited on 16 April 2016 - 07:22 PM
2427 posts
Location
UK
Posted 16 April 2016 - 09:34 PM
that is not possible
well it kind of is, but you will have to get clever with the fs api and mount to those locations from other folders
463 posts
Location
Star Wars
Posted 16 April 2016 - 10:04 PM
that is not possible
well it kind of is, but you will have to get clever with the fs api and mount to those locations from other folders
But then I have to overwrite {[(almost)]} the whole fs api.
7083 posts
Location
Tasmania (AU)
Posted 17 April 2016 - 12:00 AM
Why not simply stick those folder into the rom folder?