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:
parent
e0659e853b
commit
d187b8f3f8
2 changed files with 13 additions and 0 deletions
10
options.xml
10
options.xml
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue