 
                
                166 posts
                
                    
                        Location
                        Don't look behind you..
                    
                
             
            
                Posted 15 April 2012 - 05: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..
                
             
         
        
        
            
            
                
                     
                
                2447 posts
                
             
            
                Posted 15 April 2012 - 05:34 PM
                Edit the bios, change the os.version() to return something else.
Cheap trick though.
                
             
         
        
        
            
            
                
                     
                
                474 posts
                
             
            
                Posted 15 April 2012 - 06:16 PM
                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.
 
         
        
        
            
            
                
                     
                
                113 posts
                
             
            
                Posted 15 April 2012 - 07:35 PM
                Or do this.
shell.run("clear")
print("VexOs 1.3")
That'll work too.
 
         
        
        
            
            
                
                     
                
                2447 posts
                
             
            
                Posted 15 April 2012 - 07: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 :)/>/>
                
             
         
        
        
            
            
                
                     
                
                166 posts
                
                    
                        Location
                        Don't look behind you..
                    
                
             
            
                Posted 15 April 2012 - 09:16 PM
                Thanks guys (thebros I searched in startup file (not in-game) beliving it was there, so double thanks to you.