Skip to content

Commit 597ce24

Browse files
authored
Merge pull request #980 from sweiland-openrails/downloadContent2
Downloading route content (Github, zip) second part
2 parents e1174ea + 86bcd3a commit 597ce24

15 files changed

+1519
-1233
lines changed
Loading
Loading
Binary file not shown.
Binary file not shown.

Source/Documentation/Manual/options.rst

+1-31
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ The default setting is checked.
403403

404404

405405
At game start, Electric - power connected
406-
-----------------------------------
406+
-----------------------------------------
407407

408408
When this option is checked, stationary electric locos start the simulation with power available.
409409
Uncheck this option for a more detailed behaviour in which the player has to switch on electrical equipment.
@@ -594,36 +594,6 @@ pressing ``<F12>`` a file with the name dump.csv is generated in the
594594
configured Open Rails logging folder (placed on the Desktop by default).
595595
This file can be used for later analysis.
596596

597-
.. _options-Content:
598-
599-
Content Options
600-
===============
601-
602-
.. image:: images/options-content.png
603-
604-
This window allows you to add, remove or modify access to content.
605-
Each profile may be a folder containing one or more routes, or an MSTS
606-
installation.
607-
Profiles located on other drives, or on a USB key, can be added even if they are
608-
not always available.
609-
610-
Click on the *Add* button, and locate the desired installation. ORTS will
611-
automatically enter a proposed name in the *Name:* window that will
612-
appear in the *Installation set:* window on the main menu form. Modify
613-
the name if desired, then click *OK* to add the new path and name to
614-
Open Rails.
615-
616-
Please do not store content or any files within the folder containing the Open Rails software.
617-
This is because the Updater operates by wiping out the contents of that folder before replacing it
618-
with a new updated version.
619-
It would be unfriendly for users to lose content that they have stored there, so
620-
attempts to add a profile folder stored there are blocked and lead to an error message.
621-
622-
To remove an entry (note that this does not remove the installation
623-
itself!) select the entry in the window, and click *Delete*, then *OK*
624-
to close the window. To modify an entry, use the *Change...* button to
625-
access the location and make the necessary changes.
626-
627597
.. _options-system:
628598

629599
System Options

Source/Documentation/Manual/start.rst

+33-5
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ installation profile.
1616

1717
.. image:: images/start-activity.png
1818

19-
If not, then the next ``Download Content`` form is shown where you can download content. This form is described in the next `Content` chapter.
19+
If not, then the next ``Content`` form is shown where you can download content. This form is described in the next `Content` chapter.
2020

2121
Content
2222
=======
2323

24-
Clicking on the ``Content`` button makes the ``Download Content`` form popup (if not already there for a new empty Open Rails installation):
24+
Clicking on the ``Content`` button makes the ``Content`` form popup with the tab ``Auto Installed`` open:
2525

26-
.. image:: images/download-content-form.png
26+
.. image:: images/content-form-auto-installed.png
2727

2828
Select the route to be installed. This list will be enlarged by the OR team when suitable routes become available.
2929
However it is still possible to install routes manually as described in the next chapter.
@@ -49,8 +49,36 @@ name of one of the MSTS routes in your MSTS installation.
4949

5050
You can easily add, remove or move other content profiles and select
5151
among them (e.g. if you have any so-called ``mini-routes`` installed.).
52-
Click on the ``Options`` button and select the ``Content`` tab. See the
53-
:ref:`Content Options <options-Content>` discussed below for more instructions.
52+
53+
For this select the ``Manually Installed`` tab on the ``Content`` form:
54+
55+
.. image:: images/content-form-manually-installed.png
56+
57+
This window allows you to add, remove or modify access to content.
58+
Each profile may be a folder containing one or more routes, or an MSTS
59+
installation.
60+
Profiles located on other drives, or on a USB key, can be added even if they are
61+
not always available.
62+
63+
Click on the *Add* button, and locate the desired installation. ORTS will
64+
automatically enter a proposed name in the *Route:* window that will
65+
appear in the *Installation set:* window on the main menu form. Modify
66+
the name if desired, then click *OK* to add the new path and name to
67+
Open Rails.
68+
69+
Please do not store content or any files within the folder containing the Open Rails software.
70+
This is because the Updater operates by wiping out the contents of that folder before replacing it
71+
with a new updated version.
72+
It would be unfriendly for users to lose content that they have stored there, so
73+
attempts to add a profile folder stored there are blocked and lead to an error message.
74+
75+
To remove an entry (note that this does not remove the installation
76+
itself!) select the entry in the window, and click *Delete*, then *OK*
77+
to close the window.
78+
79+
To modify an entry, select the route to be changed. Make the necessary changes in the ``Route`` and/or ``Path`` fields.
80+
The *Browse...* button can be used to chnage the Path by browsing. Click *OK*
81+
to close the window and save the changes to OR.
5482

5583
.. _updating-or:
5684

0 commit comments

Comments
 (0)