From The Mana World
(added) |
|||
Line 4: | Line 4: | ||
* '''OverlayDetail''': Ambient FX level (0 for off, 1 for single layer, 2 for all layers). | * '''OverlayDetail''': Ambient FX level (0 for off, 1 for single layer, 2 for all layers). | ||
* '''ScrollLaziness''': | * '''ScrollLaziness''': Smoothnes of acceleration and deacceleration of scrolling. | ||
* '''ScrollRadius''': Range in pixel you can move in without causing scrolling. | |||
* '''customcursor''': Custom cursor on (1) or off (0). | * '''customcursor''': Custom cursor on (1) or off (0). | ||
* '''fpslimit''': Maximum frames per second, can be used for keeping down processor usage. | * '''fpslimit''': Maximum frames per second, can be used for keeping down processor usage. | ||
* '''guialpha''': Level of GUI transparency. | * '''guialpha''': Level of GUI transparency. | ||
* '''host''': | * '''host''': Hostname of the default game server (official server is server.themanaworld.de). | ||
* '''hwaccel''': Tell SDL to use hardware acceleration when available (1) or not (0). | * '''hwaccel''': Tell SDL to use hardware acceleration when available (1) or not (0). | ||
* '''joystickEnabled''': Enable (1) or disable (0) joystick support. | * '''joystickEnabled''': Enable (1) or disable (0) joystick support. | ||
* '''lastCharacter''': Name of last selected character. | * '''lastCharacter''': Name of last selected character. | ||
* '''musicVolume''': Music volume. | * '''musicVolume''': Music volume. | ||
* '''opengl''': OpenGL on (1) or off (0). | * '''opengl''': OpenGL on (1) or off (0). Should be on for better framerate. When your graphic card driver isn't installed properly the game might only run with openGL off. | ||
* '''port''': Connection port (default is 6901). | * '''port''': Connection port (default is 6901). | ||
* '''remember''': Whether to remember last used account name (1) or not (0). | * '''remember''': Whether to remember last used account name (1) or not (0). |
Revision as of 16:10, 3 February 2007
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: Smoothnes of acceleration and deacceleration of scrolling.
- ScrollRadius: Range in pixel you can move in without causing scrolling.
- 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: Hostname of the default game server (official server is server.themanaworld.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). Should be on for better framerate. When your graphic card driver isn't installed properly the game might only run with openGL off.
- 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 (need to change it to http://updates.themanaworld.org).
- 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.