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

How do i install newly downloaded programs?

Started by jsm, 24 April 2012 - 09:31 PM
jsm #1
Posted 24 April 2012 - 11:31 PM
How do i install new programs I see in the forums?
Luanub #2
Posted 25 April 2012 - 12:38 AM
For the most part you can just download them and run them. You will need to make sure the program is available to the computer you are trying to run them off of. Anything that has special installation requirement should have them noted in its post.

Computer root directories are located in %APPDATA&/.minecraft/saves/worldname/computer/computerid for ssp and
mincraftserverfolder/world/computer/computerid for SMP

Or you can place them in the /rom folder to make them read only, from your .minecraft or minecraft server folder goto
/mods/ComputerCraft/lua/rom
jsm #3
Posted 25 April 2012 - 02:29 AM
If it's read only, what difference does it make in the game? Does that mean it's run only?
Luanub #4
Posted 25 April 2012 - 02:55 AM
It means that others players will not be able to edit the program from within the game. They will either need access to either your computers file system or the minecraft servers file system in order to edit the program.
jsm #5
Posted 25 April 2012 - 03:24 AM
Thank you so much! I just have one final question: If by putting it in the rom folder, will it be under the programs menu when in the in-game computer?
Luanub #6
Posted 25 April 2012 - 03:54 AM
It you place it in /rom/programs I believe it will show up, not 100% sure, I would check to see but I'm not to where I have access to MC or CC right now.
willhcraft #7
Posted 03 August 2012 - 07:00 PM
How would I install it if on SMP if i was just a user? Without access to the servers files.
Luanub #8
Posted 04 August 2012 - 03:55 AM
If http is enabled you could probably use the Pastebin to do it. I have not played with that as I have no need so I would have to play with it some to give you an example of how to do it.

Otherwise you will have to manually enter the code using Edit, or get a server admin with file access to do it for you.