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

Suggestions

Started by Felype, 29 December 2013 - 09:16 AM
Felype #1
Posted 29 December 2013 - 10:16 AM
-CD-ROM That would put a bit more logic,not a great change more it would be cool example: Basic Computer uses floppy disk and advanced computer uses CD-ROM.

-Advanced Wireless Modems It would be like a normal wireless modem but with it you can make connections between dimensions,it would be very cool to use with others mods,i really wanted to connect two computer one in the overworld and other in the moon :D/>(GalaxyCraft)

-Notes A progam that comes in default CraftOS call notes or something like it is to write things down and letting things more organized.

-A way to edit the default programs of CraftOS in-game because u can't edit the default programs like Paint or worm.

-Pen Drive it like a Floppy Disk more a bit advanced,it can have more than one file, of the same name example you need to save more than one startup file and only have a pendrive u can do something like this

copy startup pendrive/startup/1
copy startup pendrive/startup/2
copy startup pendrive/startup/3
and to put the startup files in a computer

copy pendrive/startup/1 startup
copy pendrive/startup/2 startup
etc...


I'm not very good in suggestions,I hope you enjoyed.

Sorry bad english.(I am braziliam and im 12)
Edited on 29 December 2013 - 09:22 AM
wieselkatze #2
Posted 29 December 2013 - 10:21 AM
Sure you can edit the default programs. Just go into the ComputerCraft ZIP and then go to assets/computercraft/lua/rom/programs.
Snocker15 #3
Posted 29 December 2013 - 02:15 PM
-CD-ROM That would put a bit more logic,not a great change more it would be cool example: Basic Computer uses floppy disk and advanced computer uses CD-ROM.
In my opinion this doesn't really make sense. CDs would just add an artificial incompatibility between the two computer types.
-Advanced Wireless Modems It would be like a normal wireless modem but with it you can make connections between dimensions,it would be very cool to use with others mods,i really wanted to connect two computer one in the overworld and other in the moon :D/>(GalaxyCraft)
That is quite the same as this.
-Notes A progam that comes in default CraftOS call notes or something like it is to write things down and letting things more organized.
I'm sure there already is a program for taking notes out there. Just add it to your computer.
-A way to edit the default programs of CraftOS in-game because u can't edit the default programs like Paint or worm.
You can actually edit them. Just navigate to rom/programs and copy them.
-Pen Drive it like a Floppy Disk more a bit advanced,it can have more than one file, of the same name example you need to save more than one startup file and only have a pendrive u can do something like this

copy startup pendrive/startup/1
copy startup pendrive/startup/2
copy startup pendrive/startup/3
and to put the startup files in a computer

copy pendrive/startup/1 startup
copy pendrive/startup/2 startup
etc...
If you need more than one "startup file" you could just write a short startup script that lets you pick a program to run.
Edited on 29 December 2013 - 03:01 PM
theoriginalbit #4
Posted 29 December 2013 - 07:27 PM
Sure you can edit the default programs. Just go into the ComputerCraft ZIP and then go to assets/computercraft/lua/rom/programs.
new versions of ComputerCraft you have to do through resource packs
Zudo #5
Posted 30 December 2013 - 06:48 AM
You can actually edit them. Just navigate to rom/programs and copy them.

Not in game though.
wieselkatze #6
Posted 30 December 2013 - 09:39 AM
new versions of ComputerCraft you have to do through resource packs

Huh? In CC 1.58 I can still add programs to the ComputerCraft ZIP and use them on any computer ingame. :huh:/>
Bomb Bloke #7
Posted 30 December 2013 - 10:13 AM
You can actually edit them. Just navigate to rom/programs and copy them.

Not in game though.

Er, yes, in-game. If you want to make a modified version of 'worm' for eg:

cp \rom\programs\computer\worm \worm

You've now got a copy of the file on the root of your computer's drive, where you have read/write access.
Cranium #8
Posted 30 December 2013 - 10:40 AM
None of these will be implemented, for reasons stated above.