[Scummvm-git-logs] scummvm master -> 4dafa60ff43368bb7d9bdb563000ec5e4c4e5f1e
criezy
criezy at scummvm.org
Wed Jun 9 21:34:40 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4dafa60ff4 DOCS: Fix Category:Supported_Games links
Commit: 4dafa60ff43368bb7d9bdb563000ec5e4c4e5f1e
https://github.com/scummvm/scummvm/commit/4dafa60ff43368bb7d9bdb563000ec5e4c4e5f1e
Author: Tim Burke (tim.burke at gmail.com)
Date: 2021-06-09T22:34:37+01:00
Commit Message:
DOCS: Fix Category:Supported_Games links
Changed paths:
doc/docportal/use_scummvm/game_files.rst
diff --git a/doc/docportal/use_scummvm/game_files.rst b/doc/docportal/use_scummvm/game_files.rst
index 7dd08d2dad..f2e8e44070 100644
--- a/doc/docportal/use_scummvm/game_files.rst
+++ b/doc/docportal/use_scummvm/game_files.rst
@@ -3,7 +3,7 @@
Handling game files
===========================
-ScummVM needs access to the data files for each game. A list of required data files for each game is found on the `wiki entry <https://wiki.scummvm.org/index.php?title=Category:Supported_Games>` for that game. ScummVM can run the game data files from any directory it has access to, including external media.
+ScummVM needs access to the data files for each game. A list of required data files for each game is found on the `wiki entry <https://wiki.scummvm.org/index.php?title=Category:Supported_Games>`__ for that game. ScummVM can run the game data files from any directory it has access to, including external media.
.. note::
@@ -35,7 +35,7 @@ For macOS or Linux users without access to a Windows machine, you can get the da
Multi-disc games
===================
-ScummVM needs access to all the data files, so it will not be able to run directly from a CD if the game has multiple discs. To add a multi-CD game, copy the required data files from the CD to a folder on your hard drive. For a list of required files, see the `wiki entry <https://wiki.scummvm.org/index.php?title=Category:Supported_Games>` for the game you're playing.
+ScummVM needs access to all the data files, so it will not be able to run directly from a CD if the game has multiple discs. To add a multi-CD game, copy the required data files from the CD to a folder on your hard drive. For a list of required files, see the `wiki entry <https://wiki.scummvm.org/index.php?title=Category:Supported_Games>`__ for the game you're playing.
As a general guideline, where there are duplicate, identical files (same name, same file size) on more than one disc, only one copy of the file is required. Where there are files that have the same name but are different on each disc, rename them. For example, where there is a ``music.clu`` on two discs, rename the file on the first disc to ``music1.clu`` and the file on the second disc to ``music2.clu``.
More information about the Scummvm-git-logs
mailing list