From de68cee0492f009af13905d2e008b130bbd41f1b Mon Sep 17 00:00:00 2001 From: IrateRedKite Date: Fri, 1 Nov 2024 19:07:37 +0000 Subject: [PATCH] Mathematical notation testing --- docs/ini-editing/typed-inis/ships.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/ini-editing/typed-inis/ships.md b/docs/ini-editing/typed-inis/ships.md index 68ed9c3..4cb9e1b 100644 --- a/docs/ini-editing/typed-inis/ships.md +++ b/docs/ini-editing/typed-inis/ships.md @@ -19,6 +19,19 @@ Although `shiparch.ini` and `rtc_shiparch.ini` are listed as having configurable * `DATA\SHIPS\shiparch.ini` * `DATA\SHIPS\rtc_shiparch.ini` +### Ship Handling + +linear_drag = sum of linear_drag value on engine and ship + +$$ +S = strafe_force/(linear_drag) +&& + +Strafe Speed = strafe_force/(linear_drag) +Max Turn Speed = steering_torque/angular_drag +Top Speed = max_force/linear_drag + + ## Syntax ### Simple @@ -129,7 +142,7 @@ hp_type = STRING, STRING | explosion_arch | | | surface_hit_effects | | | steering_torque | | -| angular_drag | | +| angular_drag | Effectively turn rate, the same formula can | | rotation_inertia | | | nudge_force | | | strafe_force | |