77
edits
(Added another required file) |
(Add table of ini file settings) |
||
Line 24: | Line 24: | ||
''Note: Some distributions do not initially contain the GAMEDAT or SAVEGAME folder files. For these you may need to run the game or installer first.'' | ''Note: Some distributions do not initially contain the GAMEDAT or SAVEGAME folder files. For these you may need to run the game or installer first.'' | ||
==Configuration== | |||
Beyond the options provided in the UI, these settings can be configured in the ScummVM INI file. | |||
'''Beware these settings may break the game if set to non-default values''' (eg, setting a large screen size can trigger events at unusual times and break the game scripts) | |||
{| border="1" cellpadding="2" width=100% | |||
|- style="background:silver" | |||
|Setting||Default||Description | |||
|- | |||
|height||200||Screen height, in px | |||
|- | |||
|width||320||Screen width, in px | |||
|- | |||
|bpp||16||Bits per pixel of rendering | |||
|- | |||
|footsteps||true||Enable footstep sounds | |||
|- | |||
|font_antialiasing||true||Enable font anti-aliasing for ttf fonts | |||
|- | |||
|font_override||false||Enable overriding fonts | |||
|- | |||
|frameSkip||false||Allow skipping frames to meet timing expectations (30fps) | |||
|- | |||
|frameLimit||true||Limit the number of frames per second | |||
|- | |||
|interpolate||true||Interpolate the position of things between frames to allow smoother animation ( | |||
|- | |||
|subtitles||true||Enable subtitles for speech | |||
|- | |||
|endgame||false||Enable "end game" menu item (enabled after game completed) | |||
|- | |||
|quotes||false||Enable "quotes" menu item (enabled after game completed or credits watched to end) | |||
|- | |||
|targetedjump||true||Enable targeted jump movements, aka the "post patch" behaviour | |||
|- | |||
|talkspeed||24||Set speed of talking | |||
|- | |||
|speech_mute||false||Set true to disable speech | |||
|- | |||
|} | |||
==External links== | ==External links== |
edits