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

How to paste codes from other players programs

Started by Felype, 07 April 2013 - 04:08 PM
Felype #1
Posted 07 April 2013 - 06:08 PM
The title say my question how to paste codes from other players programs for my minecraft?
1lann #2
Posted 08 April 2013 - 12:37 AM
Easy way is to do it out of game, by putting it on pastebin and editing it on your computer, or you could write a program to do it in game or you can do it the old fashioned way, retype it.
PixelToast #3
Posted 08 April 2013 - 04:53 AM
if you want it on only one computer:
go to .minecraft/saves/<savename>/computer/<id>/
and copy the program there

if you want it to be global:
make sure you have your computercraft/lua/ folder extracted
and go to .minecraft/mods/computercraft/lua/rom/programs/
and copy it there
Felype #4
Posted 08 April 2013 - 06:01 AM
if you want it on only one computer:
go to .minecraft/saves/<savename>/computer/<id>/
and copy the program there

if you want it to be global:
make sure you have your computercraft/lua/ folder extracted
and go to .minecraft/mods/computercraft/lua/rom/programs/
and copy it there
What is the archive i need to create to paste the code?
Felype #5
Posted 08 April 2013 - 06:42 AM
Ah now i can paste codes thanks for all!