Translations of this page:
Table of Contents

-[no]readconfig / -[no]rc

Enables or disables the reading of the initialization files. When enabled (which is the default), MESS reads the following files in order:

  1. debug.ini (if the debugger is enabled)
  2. vector.ini (for vector systems only)
  3. source/<driver>.ini (based on the source filename of the driver)
  4. <driver>.ini (based on the source filename of the driver)
  5. <parent>.ini (for clones only: MESS supports two levels of cloning)
  6. <systemname>.ini

The settings in the later .ini's override those in the earlier .ini's. So, for example, if you wanted to disable overlay effects in the vector systems, you can create a vector.ini containing just the following line:

effect none

and it will override whatever effect value you have in your mess.ini (and debug.ini, if present and the debugger is enabled).

The default is ON (-readconfig).

Usage

mess -[no]readconfig
mess/mess.ini/readconfig.txt · Last modified: 2008/10/10 11:37 by jojo
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported