Profile image

Game crashing propeller

18.2k Thomasj041  6.8 years ago

SimplePlanes does not understand how half of a propeller works.

AG1: the equivalent of dividing by zero.

General Characteristics

  • Successors 1 airplane(s)
  • Created On Windows
  • Wingspan 1.6ft (0.5m)
  • Length 4.6ft (1.4m)
  • Height 4.6ft (1.4m)
  • Empty Weight 1,168lbs (529kg)
  • Loaded Weight 1,301lbs (590kg)

Performance

  • Horse Power/Weight Ratio 1.152
  • Wing Loading N/A
  • Wing Area 0.0ft2 (0.0m2)
  • Drag Points 397

Parts

  • Number of Parts 4
  • Control Surfaces 0
  • Performance Cost 27
  • Log in to leave a comment
  • Profile image
    4,109 JetFly

    @Thomasj041 hmm lol crashed game xD
    But it crashed only if throttle >0
    so, I'm sure the game code has this:

    if(throttle > 0){
    force.z += power * time.deltaTime / throttle;
    if(force.z > maxRPM){
    force.z = maxRPM;
    }
    blade.rigidbody.addRelativeTorque(force);
    }

    6.0 years ago
  • Profile image
    18.2k Thomasj041

    @JetFly But are there 0.5 blade propellers?

    6.0 years ago
  • Profile image
    4,109 JetFly

    In fact there is one-bladed propellers.
    Proof

    6.0 years ago
  • Profile image
    40.1k Awsomur

    Whoah.

    6.7 years ago
  • Profile image
    3,148 Agung44

    @Thomasj041 they'll never know what happened

    6.8 years ago
  • Profile image
    18.2k Thomasj041

    @Agung44 And multiplayer safe.

    6.8 years ago
  • Profile image
    3,148 Agung44

    Approved

    6.8 years ago