541 posts
Location
Melbourne, Australia
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
376 posts
Location
[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)
Posted 05 November 2014 - 06:06 PM
Wooh, you got it to work.
Now I don't have to do it :P/>
32 posts
Posted 05 November 2014 - 07:57 PM
Thanks! Very useful.
541 posts
Location
Melbourne, Australia
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. :)/>
541 posts
Location
Melbourne, Australia
Posted 13 November 2014 - 09:30 PM
would anyone like a set of apis or programs to be in the Carbon ROM by default?
11 posts
Location
England
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.
376 posts
Location
[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)
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
541 posts
Location
Melbourne, Australia
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
135 posts
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.
541 posts
Location
Melbourne, Australia
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".
7508 posts
Location
Australia
Posted 28 February 2015 - 11:38 AM
Locked by request