Game crashing propeller
18.3k Thomasj041
7.3 years ago
SimplePlanes does not understand how half of a propeller works.
AG1: the equivalent of dividing by zero.
Specifications
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
@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);
}
@JetFly But are there 0.5 blade propellers?
In fact there is one-bladed propellers.
Proof
Whoah.
@Thomasj041 they'll never know what happened
@Agung44 And multiplayer safe.
Approved