From The Mana World
(Some cleanup and improved explanations)
Line 1: Line 1:
This section describes the configuration options of The Mana World. This options can be edited in-game or by editing the "config.xml" file.
This section describes the configuration options of The Mana World. Most of these options can be edited in-game. You can find them in the <code>config.xml</code> file. On Linux and MacOS X, this file is stored at <code>~/.tmw/config.xml</code>.


=== General options ===


* "ChatWinHeight": Chat window height.
* '''OverlayDetail''': Ambient FX level (0 for off, 1 for single layer, 2 for all layers).
* "ChatWinWidth": Chat window width.
* '''ScrollLaziness''': Scroll laziness.
* "ChatWinX": Chat window X position.
* '''customcursor''': Custom cursor on (1) or off (0).
* "ChatWinY": Chat window Y position.
* '''fpslimit''': Maximum frames per second, can be used for keeping down processor usage.
* "DebugWinX": (?)
* '''guialpha''': Level of GUI transparency.
* "DebugWinY": (?)
* '''host''': Host of the login server (default is animesites.de).
* "EquipmentWinX": Equipment window X position.
* '''hwaccel''': Tell SDL to use hardware acceleration when available (1) or not (0).
* "EquipmentWinY": Equipment window Y position.
* '''joystickEnabled''': Enable (1) or disable (0) joystick support.
* "HelpWinX": Help window X position.
* '''lastCharacter''': Name of last selected character.
* "HelpWinY": Help window Y position.
* '''musicVolume''': Music volume.
* "InventoryWinHeight": Inventory window height.
* '''opengl''': OpenGL on (1) or off (0).
* "InventoryWinWidth": Inventory window width.
* '''overlay''': (?)
* "InventoryWinX": Inventory window X position.
* '''port''': Connection port (default is 6901).
* "InventoryWinY": Inventory window Y position.
* '''remember''': Whether to remember last used account name (1) or not (0).
* "MenuWinX": Menu window X position.
* '''screen''': Fullscreen (1) or windowed (0).
* "MenuWinY": Menu window Y position.
* '''sfxVolume''': Sound effects volume.
* "MiniMapWinX": Minimap window X position.
* '''sound''': (?)
* "MiniMapWinY": Minimap window Y position.
* '''updatehost''': Update host URL (default is http://themanaworld.org/files).
* "MiniStatusWinX": Mini status bar window X position.
* '''username''': Last used account name.
* "MiniStatusWinY": Mini status bar window Y position.
 
* "OverlayDetail": Ambient FX level.
=== Window position and size ===
* "ScrollLaziness": Scroll lazyness.
 
* "SkillsWinX": Skills window X position.
For each window there are four options, prefixed with the window name.
* "SkillsWinY": Skills window Y position.
 
* "StatusWinHeight": Status window height.
* '''...WinHeight''': Window height.
* "StatusWinWidth": Status window width.
* '''...WinWidth''': Window width.
* "StatusWinX": Status window X position.
* '''...WinX''': Window X position.
* "StatusWinY": Status window Y position.
* '''...WinY''': Window Y position.
* "customcursor": Custom cursor on/off.
 
* "fpslimit": FPS limit.
=== Meaningless things ===
* "guialpha": GUI alpha value for transparency.
 
* "homeDir": TMW home directory.
Options that might appear but that won't have any effect:
* "host": TMW host.
 
* "hwaccel": (?)
* '''homeDir''': TMW home directory (currently made globally accessible through configuration system).
* "joystickEnabled": Enable/disable joystick.
* '''windowWinX''': X position of an unnamed window.
* "lastCharacter": Last character ID.
* '''windowWinY''': Y position of an unnamed window.
* "musicVolume": TMW music volume value.
* "opengl": OpenGL on/off.
* "overlay": (?)
* "port": Connection port.
* "remember": (?)
* "screen": (?)
* "sfxVolume": Sound effects volume.
* "sound": (?)
* "updatehost": Update host URL.
* "username": Stored username.
* "windowWinX": (?)
* "windowWinY": (?)

Revision as of 12:49, 21 September 2006

This section describes the configuration options of The Mana World. Most of these options can be edited in-game. You can find them in the config.xml file. On Linux and MacOS X, this file is stored at ~/.tmw/config.xml.

General options

  • OverlayDetail: Ambient FX level (0 for off, 1 for single layer, 2 for all layers).
  • ScrollLaziness: Scroll laziness.
  • customcursor: Custom cursor on (1) or off (0).
  • fpslimit: Maximum frames per second, can be used for keeping down processor usage.
  • guialpha: Level of GUI transparency.
  • host: Host of the login server (default is animesites.de).
  • hwaccel: Tell SDL to use hardware acceleration when available (1) or not (0).
  • joystickEnabled: Enable (1) or disable (0) joystick support.
  • lastCharacter: Name of last selected character.
  • musicVolume: Music volume.
  • opengl: OpenGL on (1) or off (0).
  • overlay: (?)
  • port: Connection port (default is 6901).
  • remember: Whether to remember last used account name (1) or not (0).
  • screen: Fullscreen (1) or windowed (0).
  • sfxVolume: Sound effects volume.
  • sound: (?)
  • updatehost: Update host URL (default is http://themanaworld.org/files).
  • username: Last used account name.

Window position and size

For each window there are four options, prefixed with the window name.

  • ...WinHeight: Window height.
  • ...WinWidth: Window width.
  • ...WinX: Window X position.
  • ...WinY: Window Y position.

Meaningless things

Options that might appear but that won't have any effect:

  • homeDir: TMW home directory (currently made globally accessible through configuration system).
  • windowWinX: X position of an unnamed window.
  • windowWinY: Y position of an unnamed window.