Skip to content

Commit 09496aa

Browse files
author
Chris Jakeman
committed
Restored missing change to control
1 parent 823397e commit 09496aa

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

Source/Documentation/Manual/options.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -351,15 +351,13 @@ values correspond roughly to a zoom out effect. The default is 45 degrees.
351351
World object density
352352
--------------------
353353

354-
The default value is 10.
355-
This value can be set from 0 to 100; when 100 is selected, all objects
356-
defined in the route files are displayed. Lower values do not display some
357-
categories of objects and this tends to increase frame rates.
354+
This value can be set from 0 to 199 and the default value is 99.
355+
When 99 is selected, all content defined in the route files and intended for the player to see is visible.
356+
Lower values will hide some categories of objects which tends to increase frame rates.
358357

359358
In legacy routes, all the content was assigned to categories 0-10.
360-
In more modern routes, content may be assigned to categories above 10.
361-
Please consult the documentation of the route for a recommended maximum which reveals all the content.
362-
Note that values above that maximum may reveal objects used in building the route.
359+
In more modern routes, content may be assigned to categories between 0 and 99.
360+
Content builders are advised to reserve values 100 to 199 for objects used in building the route.
363361

364362
Window size
365363
-----------

Source/Menu/Options.Designer.cs

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/ORTS.Settings/UserSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public enum DirectXFeature
220220
public int DistantMountainsViewingDistance { get; set; }
221221
[Default(45)] // MSTS uses 60 FOV horizontally, on 4:3 displays this is 45 FOV vertically (what OR uses).
222222
public int ViewingFOV { get; set; }
223-
[Default(10)]
223+
[Default(99)]
224224
public int WorldObjectDensity { get; set; }
225225
[Default("1024x768")]
226226
public string WindowSize { get; set; }

0 commit comments

Comments
 (0)