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

How can rename the CraftOS 1.4 To something else?

Started by Chris_zZz_Style, 29 July 2012 - 08:14 PM
Chris_zZz_Style #1
Posted 29 July 2012 - 10:14 PM
Hi Guys!. I want to rename CraftOs to something else! But i need help with it. i tried doing it my self but it seems not working. so please help me <3
xuma202 #2
Posted 29 July 2012 - 10:33 PM
You can change this at .minecraftmodsComputerCraft.zipluabios.lua

In the first function. But I don't know what this should be useful for.
Btw. you can also create a file called startup with your own OS
Graypup #3
Posted 29 July 2012 - 11:26 PM
Yeah, I run a startup file, which removes the CraftOS 1.4 completely.
MysticT #4
Posted 29 July 2012 - 11:48 PM
Yeah, I run a startup file, which removes the CraftOS 1.4 completely.
If the startup file runs, CraftOS is there. To completly remove CraftOS you need to edit the bios.
dcleondc #5
Posted 30 July 2012 - 06:54 AM
just do edit startup then put this code in

term.clear()
term.setCursorPos(1,1)
print("replace this with what you want it to say")