| | 664 | The following keywords are recognized: |
| | 665 | |
| | 666 | amiga bool Tells ScummVM whether or not a game is the |
| | 667 | Amiga version |
| | 668 | basename string |
| | 669 | path string The path to where a game's data files are |
| | 670 | read_only bool If true, ScummVM will never try to overwrite |
| | 671 | the configuration file. |
| | 672 | save_slot |
| | 673 | savepath The path to where a game will store its |
| | 674 | savegames. |
| | 675 | versioninfo string The version of the ScummVM that created the |
| | 676 | configuration file. |
| | 677 | |
| | 678 | gameid string The real id of a game. Useful if you have |
| | 679 | several versions of the same game, and want |
| | 680 | different aliases for them. See the example. |
| | 681 | description string The description of the game as it will appear |
| | 682 | in the launcher. |
| | 683 | |
| | 684 | language string Specify language (en, de, fr, it, pt, es, jp, |
| | 685 | zh, kr, hb) |
| | 686 | nosubtitles bool Set to true to suppress subtitles. |
| | 687 | talkspeed number Text speed (default: 60) |
| | 688 | |
| | 689 | fullscreen bool Fullscreen mode |
| | 690 | gfx_mode string Graphics mode (normal, 2x, 3x, 2xsai, |
| | 691 | super2xsai, supereagle, advmame2x, advmame3x, |
| | 692 | tv2x, dotmatrix) |
| | 693 | |
| | 694 | cdrom int Number of CD-ROM unit to use for audio. If |
| | 695 | negative, don't even try to access the CD-ROM. |
| | 696 | master_volume int The master volume setting (0-255) |
| | 697 | music_driver string The music engine to use. |
| | 698 | music_volume int The music volume setting (0-255) |
| | 699 | multi_midi bool If true, enable combination Adlib and native |
| | 700 | MIDI. |
| | 701 | native_mt32 bool If true, disable GM emulation and assume that |
| | 702 | there is a true Roland MT-32 available. |
| | 703 | sfx_volume int The sfx volume setting (0-255) |
| | 704 | tempo int The music tempo (50-200) (default: 100) |
| | 705 | |
| | 706 | debuglevel int Enable debug output. The higher number, the |
| | 707 | more verbose output. |