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

4WD - 3 - 3 - 2

Go down

4WD - 3 - 3 - 2 Empty 4WD - 3 - 3 - 2

Post by Fox Explorer Fri Dec 23, 2011 2:18 am

A fun car to drive around. It is great for driving around ORZ Lake and racing on just about any track. Please tell me what you think. Very Happy

Code:


// [RCD] 4WD
Val
{
   A(default=-15, min=-45, max=-15, step=4)
   BRAKE(default=0, max=2000, step=2000)
   BT(default=0, max=3, step=3)
   ENGINE(default=0, min=-14000, max=14000, step=14000)
   HANDLE(default=0, min=-30, max=30, step=5)
   HBRAKE(default=0, max=100, step=100, disp=0)
}
Key
{
   0:Engine(step=-400)
   1:Engine(step=400)
   2:Handle(step=-1)
   3:Handle(step=1)
   5:Y(step=10)
   7:BT(step=1), A(step=-4)
   8:A(step=-4)
   9:BT(step=1)
}
Body
{
   Core() {
      W:Frame(option=1) {
         W:Frame(angle=-95, option=1) {
            N:RudderF(angle=10, option=1, spring=10, damper=10) {
               N:Frame(option=1, spring=10, damper=10) {
                  E:Chip(angle=-90) { }
                  N:Wheel(angle=-Handle, power=-Engine, brake=Brake, spring=10, damper=10) { }
               }
            }
            S:RudderF(angle=-30, option=1, spring=10, damper=10) {
               S:Wheel(power=-Engine, brake=HBrake, spring=10, damper=10) { }
            }
         }
         S:Chip(angle=A) { }
      }
      E:Frame(option=1) {
         E:Frame(angle=-95, option=1) {
            N:RudderF(angle=-10, option=1, spring=10, damper=10) {
               N:Frame(option=1, spring=10, damper=10) {
                  W:Chip(angle=-90) { }
                  N:Wheel(angle=Handle, power=Engine, brake=Brake, spring=10, damper=10) { }
               }
            }
            S:RudderF(angle=30, option=1, spring=10, damper=10) {
               S:Wheel(power=Engine, brake=HBrake, spring=10, damper=10, name=TY) { }
            }
         }
         S:Chip(angle=A) { }
      }
   }
}
Script
{
   if BT>1 {BRAKE=2000}
   if BT=3 {BT=0}

   print 1,"  FPS=",_FPS(),"  Chips=",_CHIPS(),"  Weight=",_WEIGHT()
   print 2,"  Width=",_WIDTH(),"  Height=",_HEIGHT()
   print 3,"  Faces=",_FACE()
   print 4,"  Vel=",_VEL()
   print 5," Fuel:",_FUEL(),", Fuel LVL: ",_FUEL()*100/11000000,"%"
   print 10,"X=",_X (CORE)
   print 11,"Y=",_Y (CORE)
   print 12,"Z=",_Z (CORE)
   print 16,"Arrow Keys= Accel/Deccel & Steering
   print 17,"A= Airbreak & Wheel Break"
   print 18,"S= Airbreak"
   print 19,"D= Wheel Break"
   print 24,"Speed: ",-_VZ(0)*3600/1000/1.609344," mph"
}




Fox Explorer
Fox Explorer
Plane
Plane

Posts : 25
Join date : 2011-06-08

Back to top Go down

Back to top


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