DOCS: moves adding_games to using_scummvm section

This commit is contained in:
cadihowley 2020-09-24 09:55:06 +12:00 committed by Eugene Sandulenko
parent 9b27296ed3
commit 985aa07c15
2 changed files with 15 additions and 9 deletions

View File

@ -9,7 +9,7 @@
getting_started/windows
getting_started/ios
getting_started/android
getting_started/adding_games
.. toctree::

View File

@ -43,38 +43,44 @@ Adding the games to the Launcher
2. In the Launcher window, click **Add Game**. This opens a file browser. To add multiple games at once, hold :kbd:`Shift` while clicking **Add Game**.
.. image:: ../images/RaspberryPi/blank_launcher_rpi.jpg
.. image:: ../images/Launcher/add_game.jpg
:class: with-shadow
3. Use the file browser to locate the folder containing the game you wish to add. Double click on a folder to open it, and use **Go up** to go back up one level.
.. image:: ../images/Launcher/choose_directory.jpg
:class: with-shadow
4. Once you have selected the folder that contains the data files, click **Choose**.
.. image:: ../images/RaspberryPi/adding_games_rpi.jpg
.. image:: ../images/Launcher/choose_game_directory.jpg
:class: with-shadow
5. A dialog opens to allow configuration of various settings for the game. These can be reconfigured at any time, but for now everything should work at the default settings. Click **Ok**.
.. image:: ../images/RaspberryPi/game_info_rpi.jpg
.. image:: ../images/Launcher/add_game_settings.jpg
:class: with-shadow
6. Added games are now ready to play! To play, select a game and click **Start** to play.
.. image:: ../images/RaspberryPi/launch_launcher.gif
.. image:: ../images/Launcher/start_game.jpg
:class: with-shadow
Games can also be launched directly from the command line.
- To launch a game with no additional options, run ``scummvm`` followed by the game id.
- To launch a game with options, run ``scummvm`` , followed by any desired options, and then the game ID. For more information, see the `Command line options <../advanced_options/command_line>`_ page.
- To launch a game with options, run ``scummvm``, followed by any desired options, and then the game id. For more information, see the `Command line options <../advanced_options/command_line>`_ page.
In the following example, Flight of the Amazon Queen will be launched in full screen::
In the following example, Flight of the Amazon Queen will be launched in full screen:
scummvm -f queen
.. code::
.. image:: ../images/RaspberryPi/launch_commandline.gif
scummvm -f queen
.. image:: ../images/Launcher/start_game_cli.jpg
:class: with-shadow