1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- Created by texi2html 1.64 -->
<!--
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
Karl Berry <karl@freefriends.org>
Olaf Bachmann <obachman@mathematik.uni-kl.de>
and many others.
Maintained by: Olaf Bachmann <obachman@mathematik.uni-kl.de>
Send bugs and suggestions to <texi2html@mathematik.uni-kl.de>
-->
<HTML>
<HEAD>
<TITLE>Crystal Space: Walktest Configuration</TITLE>
<META NAME="description" CONTENT="Crystal Space: Walktest Configuration">
<META NAME="keywords" CONTENT="Crystal Space: Walktest Configuration">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="texi2html 1.64">
</HEAD>
<BODY LANG="" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000">
<A NAME="SEC143"></A>
<TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0>
<TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_61.html#SEC142"> < </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_63.html#SEC144"> > </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_57.html#SEC138"> << </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_55.html#SEC136"> Up </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_63.html#SEC144"> >> </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="index.html#SEC_Top">Top</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_toc.html#SEC_Contents">Contents</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_285.html#SEC711">Index</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_abt.html#SEC_About"> ? </A>]</TD>
</TR></TABLE>
<HR SIZE=1>
<H3> 4.2.3 Configuration File </H3>
<!--docid::SEC143::-->
<P>
The Walktest configuration file is named `<TT>walktest.cfg</TT>'. It contains
configuration options specific to the Walktest application.
</P><P>
Options which are specific to Walktest and which may be specified in the
configuration file are:
</P><P>
<DL COMPACT>
<DT><CODE>Walktest.Settings.WorldFile = <file></CODE>
<DD>Select the map file to be loaded at startup.
<P>
<DT><CODE>Walktest.Settings.WorldZipType = <extension></CODE>
<DD>The extension to use for archive files. This is required because Walktest
tries to automatically mount unmounted world archives. Defaults to `<SAMP>zip</SAMP>'.
<P>
<DT><CODE>Walktest.Settings.FPS = <yes/no></CODE>
<DD>Enable/disable the FPS counter (default is `<SAMP>yes</SAMP>'). You can disable the
FPS counter (frames per second) with this option. The FPS counter can also
be enabled/disabled with the <CODE>-fps</CODE>/<CODE>-nofps</CODE> commandline options.
<P>
<DT><CODE>Walktest.Settings.Stats = <yes/no></CODE>
<DD>Enable/disable the statistics counter (default is `<SAMP>no</SAMP>'). The
statistics counter can also be enabled/disabled with the
<CODE>-stats</CODE>/<CODE>-nostats</CODE> commandline options.
<P>
<DT><CODE>Walktest.Settings.Debug = <yesno></CODE>
<DD>This option is off by default. With it you can enable debugging
information. When this is on, there will be more information kept in
`<TT>debug.txt</TT>' after a crash. Note that this feature only works on
systems that can catch a crash (currently only Unix).
<P>
<DT><CODE>Walktest.Settings.CollDet = <yes/no></CODE>
<DD>Enable/disable the collision detection code which is based on the RAPID
library. It is enabled by default (`<SAMP>yes</SAMP>') and can also be controled
with the <CODE>-colldet</CODE>/<CODE>-nocolldet</CODE> commandline options or the
`<SAMP>colldet</SAMP>' console command.
<P>
<DT><CODE>Walktest.Settings.CollDetPlugin = <plugin name></CODE>
<DD>Set the plug-in module that is used for collision detection.
<P>
<DT><CODE>Walktest.CollDet.JumpSpeed = <value> (default 0.08)</CODE>
<DD>Initial speed used to jump upwards.
<P>
<DT><CODE>Walktest.CollDet.WalkAccelerate = <value> (default 0.01)</CODE>
<DD>Acceleration value for walking and strafing.
<P>
<DT><CODE>Walktest.CollDet.WalkMaxSpeed = <value> (default 0.05)</CODE>
<DD>Maximum speed for walking and strafing.
<P>
<DT><CODE>Walktest.CollDet.WalkBrake = <value> (default 0.02)</CODE>
<DD>Brake deceleration for walking and strafing.
<P>
<DT><CODE>Walktest.CollDet.RotateAccelerate = <value> (default 0.005)</CODE>
<DD>Acceleration value for rotation.
<P>
<DT><CODE>Walktest.CollDet.RotateMaxSpeed = <value> (default 0.02)</CODE>
<DD>Maximum speed for rotation.
<P>
<DT><CODE>Walktest.CollDet.RotateBrake = <value> (default 0.01)</CODE>
<DD>Brake deceleration for rotation.
<P>
<DT><CODE>Walktest.CollDet.LookAccelerate = <value> (default 0.02)</CODE>
<DD>Acceleration value for looking up/down.
<P>
<DT><CODE>Walktest.CollDet.BodyHeight = <value> (default 1)</CODE>
<DD>Height of the body.
<P>
<DT><CODE>Walktest.CollDet.BodyWidth = <value> (default 0.4)</CODE>
<DD>Width of the body.
<P>
<DT><CODE>Walktest.CollDet.BodyDepth = <value> (default 0.3)</CODE>
<DD>Depth of the body.
<P>
<DT><CODE>Walktest.CollDet.EyeOffset = <value> (default -0.7)</CODE>
<DD>Offset of the eye.
<P>
<DT><CODE>Walktest.CollDet.LegsWidth = <value> (default 0.3)</CODE>
<DD>Width of the legs.
<P>
<DT><CODE>Walktest.CollDet.LegsDepth = <value> (default 0.2)</CODE>
<DD>Depth of the legs.
<P>
<DT><CODE>Walktest.CollDet.LegsOffset = <value> (default -1.5)</CODE>
<DD>Offset of the legs.
</DL>
<A NAME="map2cs"></A>
<HR SIZE=1>
<TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0>
<TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_61.html#SEC142"> < </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_63.html#SEC144"> > </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_57.html#SEC138"> << </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_55.html#SEC136"> Up </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_63.html#SEC144"> >> </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="index.html#SEC_Top">Top</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_toc.html#SEC_Contents">Contents</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_285.html#SEC711">Index</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_abt.html#SEC_About"> ? </A>]</TD>
</TR></TABLE>
<BR>
<FONT SIZE="-1">
This document was generated
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
"><I>texi2html</I></A>
</BODY>
</HTML>
|