RigidChips
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Longest Car in RigidChips

2 posters

Go down

Longest Car in RigidChips Empty Longest Car in RigidChips

Post by JosefYurnov99 Mon Jan 14, 2013 4:34 pm

I think it was one of my first models...
anyhow its just what the title says, controls are in game.
Have fun!!!
Code:

//BasicCar
Val
{
   Brake(default=0,min=0,max=80,step=80)
   HBrake(default=0,min=0,max=100,step=100)
   Handle(default=0,min=-20,max=20,step=5)
   Engine(default=0,min=-2500,max=2500,step=2500)
   power(default=0,min=0,max=40000,step=2000)
   angle(default=0,min=0,max=90,step=0)
}
Key
{
   0:Engine(step=-500)
   1:Engine(step=500)
   2:Handle(step=-0.5)
   3:Handle(step=0.5)
   7:Brake(step=30),HBrake(step=20)
   8:HBrake(step=20)
   4:power(step=2000)
   5:angle(step=10)
   6:angle(step=-10)
}
Body {
   Core(){
      N:Chip(){
         N:Chip(){
            N:Chip(){
               N:Chip(){
                  N:Chip(){
                     N:Chip(){
                        N:Chip(){
                           N:Chip(){
                              N:Chip(){
                                 N:Rudder(angle=Handle){
                                    W:Chip(){
                                       W:Chip(){
                                          W:Chip(){
                                             W:Wheel(angle=90,option=2,effect=12){
                                             }
                                             W:Chip(angle=90){
                                             }
                                          }
                                       }
                                    }
                                    E:Chip(){
                                       E:Chip(){
                                          E:Chip(){
                                             E:Wheel(angle=90,option=2,effect=12){
                                             }
                                             E:Chip(angle=90){
                                             }
                                          }
                                       }
                                    }
                                 }
                              }
                           }
                        }
                     }
                  }
               }
            }
                                             
         }
      }
      S:Chip(){
         S:Chip(){
            S:Chip(){
               S:Chip(){
                  S:Chip(){
                     S:Chip(){
                        S:Chip(){
                           S:Chip(){
                              S:Chip(){
                                 S:Chip(){
                                    S:Chip(){
                                       S:Chip(){
                                          S:Chip(){
                                             S:Chip(){
                                                S:Chip(){
                                                   S:Chip(){
                                                      S:Chip(){
                                                         S:Chip(){
                                                            S:Chip(){
                                                               S:Chip(){
                                                                  S:Chip(){
                                                                     S:Chip(){
                                                                        S:Chip(){
                                                                           S:Chip(){
                                                                              S:Chip(){
                                                                                 S:Chip(){
                                                                                    S:Chip(){
                                                                                       S:Chip(){
                                                                                          S:Chip(){
                                                                                             S:Chip(){
                                                                                                E:Chip(){
                                                                                                   E:Chip(){
                                                                                                      E:Chip(){
                                                                                                         E:Wheel(power=-Engine,angle=90,option=2,effect=12){
                                                                                                         }
                                                                                                      }
                                                                                                   }
                                                                                                }
                                                                                                W:Chip(){
                                                                                                   W:Chip(){
                                                                                                      W:Chip(){
                                                                                                         W:Wheel(power=Engine,angle=90,option=2,effect=12){
                                                                                                         }
                                                                                                      }
                                                                                                   }
                                                                                                }
                                                                                             }
                                                                                          }
                                                                                       }
                                                                                    }
                                                                                 }
                                                                              }
                                                                           }
                                                                        }
                                                                     }
                                                                  }
                                                               }
                                                            }
                                                         }
                                                      }
                                                   }
                                                }
                                             }
                                             W:Frame(){
                                                W:Wheel(angle=90,option=2,effect=12){
                                                }
                                             }
                                             E:Frame(){
                                                E:Wheel(angle=90,option=2,effect=12){
                                                }
                                             }
                                          }
                                       }
                                    }
                                 }
                              }
                           }
                           W:Frame(){
                              W:Frame(){
                                 W:RLW(angle=angle,power=-power){
                                    N:TrimF(angle=-90) {
                                       N:Frame(angle=110) {
                                          N:Frame(angle=40) {
                                          }
                                       }
                                    }
                                    E:TrimF(angle=-90) {
                                       E:Frame(angle=110) {
                                          E:Frame(angle=40) {
                                          }
                                       }
                                    }
                                    S:TrimF(angle=-90) {
                                       S:Frame(angle=110) {
                                          S:Frame(angle=40) {
                                          }
                                       }
                                    }
                                    W:TrimF(angle=-90) {
                                       W:Frame(angle=110) {
                                          W:Frame(angle=40) {
                                          }
                                       }
                                    }
                                 }
                              }
                           }
                           E:Frame(){
                              E:Frame(){
                                 E:RLW(angle=angle,power=Power){
                                    N:TrimF(angle=-90) {
                                       N:Frame(angle=110) {
                                          N:Frame(angle=40) {
                                          }
                                       }   
                                    }
                                    E:TrimF(angle=-90) {
                                       E:Frame(angle=110) {
                                          E:Frame(angle=40) {
                                          }
                                       }
                                    }
                                    S:TrimF(angle=-90) {
                                       S:Frame(angle=110) {
                                          S:Frame(angle=40) {
                                          }
                                       }
                                    }
                                    W:TrimF(angle=-90) {
                                       W:Frame(angle=110) {
                                          W:Frame(angle=40) {
                                          }
                                       }
                                    }
                                 }
                              }
                           }
                        }
                     }
                  }
               }
            }
         }
      }
      W:Frame(){
         W:Wheel(angle=90,option=2,effect=12){
         }
      }
      E:Frame(){
         E:Wheel(angle=90,option=2,effect=12){
         }
      }
   }
}
Script
{
   print 0,"Longest and most Pointless vehicle in RigidChips"
   print 1,"Chips=",_CHIPS(),"  Weight=",_WEIGHT()
   print 2,"Z=WaterPaddleWheels X & C=Angle for WPWs"
}

JosefYurnov99
JosefYurnov99
Plane
Plane

Posts : 43
Join date : 2011-03-11
Age : 28
Location : America

Back to top Go down

Longest Car in RigidChips Empty Re: Longest Car in RigidChips

Post by jiri.hartvich.9 Tue Jan 15, 2013 9:15 am

affraid ... Smile Nice.
jiri.hartvich.9
jiri.hartvich.9
Tank
Tank

Posts : 51
Join date : 2012-08-29
Age : 68

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum