1
0
Fork 0

Documented the new --disable-random-objects and

--enable-random-objects options, and provided a default value for
/sim/rendering/random-objects.
This commit is contained in:
david 2002-07-20 21:12:23 +00:00
parent e0659e853b
commit d187b8f3f8
2 changed files with 13 additions and 0 deletions

View file

@ -56,6 +56,16 @@
<description>Enable extra mouse pointer</description>
<description>(i.e. for fullscreen Voodoo based cards)</description>
</option>
<option>
<name>disable-random-objects</name>
<description>Exclude random scenery objects</description>
<description>(buildings, etc.)</description>
</option>
<option>
<name>enable-random-objects</name>
<description>Include random scenery objects</description>
<description>(buildings, etc.)</description>
</option>
<option>
<name>disable-freeze</name>
<description>Start in a running state</description>

View file

@ -26,6 +26,9 @@ Started September 2000 by David Megginson, david@megginson.com
<trim type="bool">true</trim>
<browser-app>netscape</browser-app><!-- help viewer -->
</startup>
<rendering>
<random-objects>true</random-objects>
</rendering>
<model-hz type="int">120</model-hz>
<sound type="bool">true</sound>
<speed-up type="double">1.0</speed-up>