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

Carbon -- Custom ROM's

Started by cdel, 04 November 2014 - 06:33 AM
cdel #1
Posted 04 November 2014 - 07:33 AM
Are you sick of read only memory? Then show the rom who's BOSS with Carbon! . Carbon can't actually modify the rom considering ComputerCraft's limitations however, it clones the rom and then treats the cloned rom as the real rom so you can modify it. Carbon won't have full compatibility as I just created it, however feel free to post any suggestions or needed patches.

Install:
pastebin get SUiM9SiB carbon


Guide: If you want to install a custom api, you need to place it in "/rom/apis" otherwise Carbon won't load it. This applies to autorun too, however files must be placed in "/rom/autorun" instead. Carbon will need to be run again in order for it to load the new rom changes. If you delete the ".Carbon" folder while Carbon is running, you will brick the computer and it will require you to hold control + r.

Screenshot:
Edited on 04 November 2014 - 06:56 AM
Agent Silence #2
Posted 05 November 2014 - 06:06 PM
Wooh, you got it to work.
Now I don't have to do it :P/>
3dsboy08 #3
Posted 05 November 2014 - 07:57 PM
Thanks! Very useful.
cdel #4
Posted 07 November 2014 - 07:39 AM
Wooh, you got it to work.
Now I don't have to do it :P/>/>

:P/>

Thanks! Very useful.

Thank you for the feedback. :)/>
cdel #5
Posted 13 November 2014 - 09:30 PM
would anyone like a set of apis or programs to be in the Carbon ROM by default?
Reddy360 #6
Posted 16 November 2014 - 10:12 PM
would anyone like a set of apis or programs to be in the Carbon ROM by default?

I feel you should keep Carbon vanilla to make more like an unlocker.
If someone wants to add an API, they can add it themselves.
Agent Silence #7
Posted 17 November 2014 - 05:26 PM
You should have it run rom/startup instead of autorun
because rom/startup is run even before autorun
cdel #8
Posted 17 November 2014 - 09:04 PM
You should have it run rom/startup instead of autorun
because rom/startup is run even before autorun

I'll update it, ROM/startup runs autorun
willwac #9
Posted 22 November 2014 - 12:32 AM
You should have it run rom/startup instead of autorun
because rom/startup is run even before autorun
Really?
This loads before autorun? Hm, thanks.
cdel #10
Posted 03 January 2015 - 11:52 AM
Update 1.1: I have finally changed it to run "rom/startup" rather than running all the files within the directory "rom/autorun".
theoriginalbit #11
Posted 28 February 2015 - 11:38 AM
Locked by request