From 1518357b6037b68152456009653f52c4927b7d24 Mon Sep 17 00:00:00 2001
From: Richard Helgeby
Date: Sun, 25 Jul 2010 21:53:14 +0200
Subject: [PATCH] Updated docs with conversion formula from LMV speeds to prop
speed offsets.
---
docs/zr_manual.htm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/zr_manual.htm b/docs/zr_manual.htm
index 873f1ab..b0e276a 100644
--- a/docs/zr_manual.htm
+++ b/docs/zr_manual.htm
@@ -1366,6 +1366,10 @@ the admin-only flag in the flags attribute.
0.0 |
+ Formula for converting LMV speed into a prop speed offset:
+ prop speed offset = ((lmv speed / 300) * 250) - 250
+ This calculation can be done directly on a calculator, without any use of parentheses
+ (they aren't needed in this one anyways).