File: index.rst

package info (click to toggle)
scummvm 2.9.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 450,580 kB
  • sloc: cpp: 4,299,825; asm: 28,322; python: 12,901; sh: 11,302; java: 9,289; xml: 7,895; perl: 2,639; ansic: 2,465; yacc: 1,670; javascript: 1,020; makefile: 933; lex: 578; awk: 275; objc: 82; sed: 11; php: 1
file content (284 lines) | stat: -rw-r--r-- 7,215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284

.. toctree::
      :glob:
      :caption: The basics
      :hidden:

      use_scummvm/install_computer
      use_scummvm/the_launcher
      use_scummvm/game_files
      use_scummvm/mac_game_files
      use_scummvm/add_play_games
      use_scummvm/save_load_games
      use_scummvm/keyboard_shortcuts
      use_scummvm/how_to_settings
      use_scummvm/connect_cloud
      use_scummvm/LAN
      use_scummvm/taskbar_integration

.. toctree::
      :caption: Platform guides
      :glob:
      :hidden:

      other_platforms/*


.. toctree::
      :caption: The settings
      :glob:
      :hidden:

      settings/accessibility
      settings/audio
      settings/backend
      settings/cloud
      settings/control
      settings/game
      settings/graphics
      settings/gui
      settings/keymaps
      settings/lan
      settings/misc
      settings/paths

.. toctree::
      :caption: Advanced topics
      :glob:
      :hidden:

      advanced_topics/autostart
      advanced_topics/command_line
      advanced_topics/configuration_file
      advanced_topics/understand_audio
      advanced_topics/understand_graphics
      advanced_topics/understand_search_box

.. toctree::
      :caption: Help
      :glob:
      :hidden:

      help/report_bugs
      help/contact
      help/faq
      help/credits
      help/release



====================
Welcome to ScummVM!
====================


ScummVM allows you to play classic graphic point-and-click adventure games, text adventure games, and RPGs, as long as you already have the game data files. ScummVM replaces the executable files shipped with the games, which means you can now play your favorite games on all your favorite devices.

So how did ScummVM get its name? Many of the famous LucasArts adventure games, such as Maniac Mansion and the Monkey Island series, were created using a utility called SCUMM (Script Creation Utility for Maniac Mansion). The 'VM' in ScummVM stands for Virtual Machine.

While ScummVM was originally designed to run LucasArts' SCUMM games, over time support has been added for many other games: see the full list `here <https://wiki.scummvm.org/index.php?title=Category:Supported_Games>`_. Noteworthy titles include Broken Sword, Myst and Blade Runner, although there are countless other hidden gems to explore.



.. _firststeps:

Start here!
================

We have a user manual section covering **THE BASICS**:

.. grid:: 1 1 2 2
    :class-container: sd-text-center
    :gutter: 3

    .. grid-item-card::

        Installation
        ^^^^^^^^^^^^

        :doc:`Installing ScummVM on a computer <use_scummvm/install_computer>`

        :doc:`use_scummvm/the_launcher`

    .. grid-item-card::

        Playing games
        ^^^^^^^^^^^^^

        :doc:`use_scummvm/game_files`

        :doc:`use_scummvm/mac_game_files`

        :doc:`use_scummvm/add_play_games`

        :doc:`use_scummvm/save_load_games`

    .. grid-item-card::

        Controls and settings
        ^^^^^^^^^^^^^^^^^^^^^

        :doc:`use_scummvm/keyboard_shortcuts`

        :doc:`use_scummvm/how_to_settings`

    .. grid-item-card::

        Useful features
        ^^^^^^^^^^^^^^^

        :doc:`use_scummvm/connect_cloud`

        :doc:`use_scummvm/LAN`

.. _platformspecific:

We also have guides on how to get ScummVM running on a wide range of other platforms:


.. grid:: 1 1 2 2
    :class-container: sd-text-center
    :gutter: 3

    .. grid-item-card::

        Handheld consoles
        ^^^^^^^^^^^^^^^^^

        :doc:`other_platforms/nintendo_3ds`

        :doc:`other_platforms/nintendo_ds`

        :doc:`other_platforms/nintendo_switch`

        :doc:`other_platforms/playstation_portable`

        :doc:`other_platforms/playstation_vita`

    .. grid-item-card::

        Other consoles
        ^^^^^^^^^^^^^^

        :doc:`other_platforms/playstation_3`

        :doc:`other_platforms/sega_dreamcast`

    .. grid-item-card::

        Phones and tablets
        ^^^^^^^^^^^^^^^^^^

        :doc:`other_platforms/ios`

        :doc:`other_platforms/tvos`

        :doc:`other_platforms/android`

    .. grid-item-card::

        Other operating systems
        ^^^^^^^^^^^^^^^^^^^^^^^

        :doc:`other_platforms/amigaos_4`

        :doc:`other_platforms/atari`

        :doc:`other_platforms/morphos`

        :doc:`other_platforms/risc_os`







Advanced topics
============================

For our more experienced users, ScummVM features a command line interface, as well as the ability to edit settings directly in a configuration file.

In this section, we also take a deep dive into understanding the graphics and audio settings.


.. grid:: 1 1 2 2
    :class-container: sd-text-center
    :gutter: 3

    .. grid-item-card::

        Advanced features
        ^^^^^^^^^^^^^^^^^

        :doc:`advanced_topics/autostart`

        :doc:`advanced_topics/configuration_file`

        :doc:`advanced_topics/command_line`

    .. grid-item-card::

        Understanding the settings
        ^^^^^^^^^^^^^^^^^^^^^^^^^^

        :doc:`The audio settings <advanced_topics/understand_audio>`

        :doc:`The graphics settings <advanced_topics/understand_graphics>`

        :doc:`The search box <advanced_topics/understand_search_box>`



Getting help
=============

ScummVM is still under development. While we do our best to make sure that as many games as possible can be completed with no major bugs, crashes can happen!

If you are having problems with any aspect of ScummVM, take a look at our help section.

.. grid:: 1
    :class-container: sd-text-center

    .. grid-item-card::

      :doc:`help/faq`

      :doc:`How to report a bug <help/report_bugs>`

      :doc:`help/contact`

What's changed since I was last here?
======================================

Check out the :doc:`Release notes <help/release>` for both current and past releases.


The ScummVM Project
===================

ScummVM is an open-source project created, maintained and constantly improved by a team of :doc:`passionate volunteers <help/credits>` from all around the world.  If you enjoy using ScummVM and would like to support the team, you can use the PayPal Donate button below.

.. raw:: html

      <form id="donate-header" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
            <input type="hidden" name="cmd" value="_s-xclick">
            <input type="hidden" name="hosted_button_id" value="U6E6SLL7E8MAS">
            <input type="image" src="ppdonate.png" style="width: 126px; height: 50px; border: 0 none;"  name="submit" alt="Support This Project">
      </form>
      <br>

Another way to support us is to buy your games from ZOOM-Platform.com using the ScummVM Affiliate link.

.. raw:: html

      <a href="https://www.zoom-platform.com/?affiliate=c049516c-9c4c-42d6-8649-92ed870e8b53">
            <img src="ZOOM_button_small.png" width="126" height="46" alt="ZOOM-Platform.com games">
      </a>



If you have software development or technical writing skills, we would love for you to join the ScummVM team! Check out `Developer Central <https://wiki.scummvm.org/index.php?title=Developer_Central>`_ on the ScummVM wiki for more information on contributing to ScummVM.