[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.2.3 Configuration File

The Walktest configuration file is named `walktest.cfg'. It contains configuration options specific to the Walktest application.

Options which are specific to Walktest and which may be specified in the configuration file are:

Walktest.Settings.WorldFile = <file>
Select the map file to be loaded at startup.

Walktest.Settings.WorldZipType = <extension>
The extension to use for archive files. This is required because Walktest tries to automatically mount unmounted world archives. Defaults to `zip'.

Walktest.Settings.FPS = <yes/no>
Enable/disable the FPS counter (default is `yes'). You can disable the FPS counter (frames per second) with this option. The FPS counter can also be enabled/disabled with the -fps/-nofps commandline options.

Walktest.Settings.Stats = <yes/no>
Enable/disable the statistics counter (default is `no'). The statistics counter can also be enabled/disabled with the -stats/-nostats commandline options.

Walktest.Settings.Debug = <yesno>
This option is off by default. With it you can enable debugging information. When this is on, there will be more information kept in `debug.txt' after a crash. Note that this feature only works on systems that can catch a crash (currently only Unix).

Walktest.Settings.CollDet = <yes/no>
Enable/disable the collision detection code which is based on the RAPID library. It is enabled by default (`yes') and can also be controled with the -colldet/-nocolldet commandline options or the `colldet' console command.

Walktest.Settings.CollDetPlugin = <plugin name>
Set the plug-in module that is used for collision detection.

Walktest.CollDet.JumpSpeed = <value> (default 0.08)
Initial speed used to jump upwards.

Walktest.CollDet.WalkAccelerate = <value> (default 0.01)
Acceleration value for walking and strafing.

Walktest.CollDet.WalkMaxSpeed = <value> (default 0.05)
Maximum speed for walking and strafing.

Walktest.CollDet.WalkBrake = <value> (default 0.02)
Brake deceleration for walking and strafing.

Walktest.CollDet.RotateAccelerate = <value> (default 0.005)
Acceleration value for rotation.

Walktest.CollDet.RotateMaxSpeed = <value> (default 0.02)
Maximum speed for rotation.

Walktest.CollDet.RotateBrake = <value> (default 0.01)
Brake deceleration for rotation.

Walktest.CollDet.LookAccelerate = <value> (default 0.02)
Acceleration value for looking up/down.

Walktest.CollDet.BodyHeight = <value> (default 1)
Height of the body.

Walktest.CollDet.BodyWidth = <value> (default 0.4)
Width of the body.

Walktest.CollDet.BodyDepth = <value> (default 0.3)
Depth of the body.

Walktest.CollDet.EyeOffset = <value> (default -0.7)
Offset of the eye.

Walktest.CollDet.LegsWidth = <value> (default 0.3)
Width of the legs.

Walktest.CollDet.LegsDepth = <value> (default 0.2)
Depth of the legs.

Walktest.CollDet.LegsOffset = <value> (default -1.5)
Offset of the legs.

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated using texi2html