Previous Blog Next Blog
Prev/Next Blog
by date

Plan for Mike Lawrence

Plan for Mike Lawrence
Name:Mike "Tango Whiskey" Lawrence
Date Posted:Sep 05, 2005
Rating:Not Rated
Public:YES
Comments:YES
RSS Feed:GarageGames Blog feedor Subscribe with .
Profile Page:View profile page for Mike "Tango Whiskey" Lawrence

Blog post
Character Speed Chart. This post explains how character travel speeds are set and provides a chart with approximate speeds for different settings.
This is a chart for various player speeds.

As a baseline, I timed a player walking from one edge of a terrain tile to the other. This took 3 minutes, which gives a default speed of 40 Km/hr. (Approximately 24 mph). This was travelling over the moderately hilly terrain in the tutorial.base file, so the actual travel speed is a little higher. Of note, Edward Maurina, in his [url]Essential Guide to Torque[/url], states that the default maximum speed is 68 Km/hr. My empirical results deviate from this quite a bit.

The default settings for player speeds in /server/player.cs are:

maxForwardSpeed = 14;
maxBackwardSpeed = 13;
maxSideSpeed = 13;

These are found under "datablock PlayerData(PlayerShape)"

Using 14=40 Km/hr as a baseline, here is a settings chart for different speeds.

SETTING SPEED (Km/hr) SPEED (mph)

14 40 25
13 37 23
12 34 21
11 31 19
10 28 18
9 25 16
8 22 14
7 20 12
6 17 11
5 14 9
4 11 7
3 9 5
2 6 4
1 3 2

If anyone experiments with travel speeds and comes up with something substantially different, please advise.

-Tango Whiskey

Recent Blog Posts
List:10/15/05 - Plan for Mike Lawrence
09/21/05 - Plan for Mike Lawrence
09/05/05 - Plan for Mike Lawrence
09/04/05 - Plan for Mike Lawrence
08/26/05 - Plan for Mike Lawrence
08/25/05 - Plan for Mike Lawrence

Submit ResourceSubmit your own resources!

Mike "Tango Whiskey" Lawrence   (Sep 05, 2005 at 03:12 GMT)
Obviously I need some help with markup lite. Any guidance on how to make my url tags work would be appreciated.

Tom Feni   (Sep 05, 2005 at 04:47 GMT)
[*url=www.website.com]Your web site[*/url]

sans the *
Edited on Sep 05, 2005 04:48 GMT

You must be a member and be logged in to either append comments or rate this resource.