Search found 1 match
- Fri Nov 15, 2024 6:17 pm
- Forum: Gameplay Help
- Topic: How many thrusters do I really need?
- Replies: 10
- Views: 16318
Re: How many thrusters do I really need?
Oof, looks to be some fun math coming up. If you think it's fun : space_platform_acceleration_expression = "(thrust / (1 + weight / 10000000) - ((1500 * speed * speed + 1500 * abs(speed)) * (width * 0.5) + 10000) * sign(speed)) / weight / 60" I think it's even worse than the curves from t...