Jump to content




[Question]CraftOs to something else..


  • You cannot reply to this topic
5 replies to this topic

#1 Teraminer

  • New Members
  • 175 posts
  • LocationDon't look behind you..

Posted 15 April 2012 - 04:22 PM

When I was browsing videos in youtube I saw someone that have changed the CraftOs to VexOs or something.He had a howto video but it was removed by him.
So can someone tell me how to do that.AND yes it is posible..

#2 Cloudy

    Ex-Developer

  • Members
  • 2,543 posts

Posted 15 April 2012 - 04:34 PM

Edit the bios, change the os.version() to return something else.

Cheap trick though.

#3 cant_delete_account

  • Members
  • 484 posts

Posted 15 April 2012 - 05:16 PM

View PostCloudy, on 15 April 2012 - 04:34 PM, said:

Edit the bios, change the os.version() to return something else.

Cheap trick though.
Or just type 'edit startup', add this code:
term.clear()
term.setCursorPos(1,1)
print("VexOs 1.3")
Then save, done.

#4 EmTeaKay

  • Members
  • 115 posts

Posted 15 April 2012 - 06:35 PM

Or do this.
shell.run("clear")
print("VexOs 1.3")

That'll work too.

#5 Cloudy

    Ex-Developer

  • Members
  • 2,543 posts

Posted 15 April 2012 - 06:44 PM

Yeah, but why use the extra overhead of running a program to clear the screen when you can do it in two functions?

Both methods are acceptable, but I like efficiency :)/>

#6 Teraminer

  • New Members
  • 175 posts
  • LocationDon't look behind you..

Posted 15 April 2012 - 08:16 PM

Thanks guys (thebros I searched in startup file (not in-game) beliving it was there, so double thanks to you.





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users