Config ini file

The mud client ini file holds player preferences such as the music volume, key mappings and the mouse speed. In the mud client package it is the file:

c:\program files\mudclient\client\mudclient.ini

It might not be present until you execute the mud client.

Downloading a config file
When the mud client is executed the ini file is loaded before the config file. It is therefore used to specify where to download the config file if it is to be downloaded. An example of an ini file that downloads the config file from configurl=http://www.skinhat.com/shattered/config is as follows:

[mudclient]
volume=10
mousesensitivity=5
rain=0
cloud=0
wind=0
fog=0
configurl=http://www.skinhat.com/shattered/config

Setting Commands In Chat
By default when a player types something into the communication box he communicates it. For example if a player types 'who' he will say 'who'. In god mode there is a 'Commands in Chat' menu item that can be clicked and this will change it so that what you type is a mud command. Thus when you type 'who' it will instead list the players online. To switch this on in your distribution by default in mudclient.ini file set 'mudcommandsinchat' to 1.

[mudclient]
wind=0
..
mudcommandsinchat=0

to

[mudclient]
wind=0
..
mudcommandsinchat=1

This will stop a player needing to go into god mode to switch on 'commands in chat'.