Control Reconfiguration
-----------------------
2001 Keith Blount AKA Ambit

This script allows you to redefine all of the controls from the template scripts by adding
only two lines of WDL to your main game script.

Files included:
---------------
userctrl.wdl - the script that you must include in your game
fontsmal.bmp - the main font used for the sample menu
hifont.bmp - the highlighted font used for the sample menu
controls.pcx - used for the title panel
readme.txt - you're reading me

How to use
----------
Just unzip all of these files to your template or work directory.
After all of the other includes in your game, type:

include<userctrl.wdl>;

to include the main script. (Note that it MUST be included after the template scripts, as
it redefines certain functions.)

Then, towards the beginning of main(), type:

init_controls();

This will ensure that the reconfigured controls are loaded each time you run your game.

While playing your game, hit F12 to bring up the Control Configuration menu. Use the up
and down cursor keys to cycle through the controls, and hit enter to change a key. Hitting F12 again will close the menu and save the new controls, selecting "Restore Defaults" will return the key configuration to the Conitec default set.


Non-template scripts
--------------------
Note that the main part of this script can also be used with games that do not use the template WDL scripts, though obviously you would need to create your own controls menu for non-template games. To see how to do this, just look at userctrl.wdl - the menu creation and calls to key redefinitions start about a third of the way down, and so you would need to rewrite everything from there onwards.


License Agreement
-----------------
Free - no credit needed, though it's always nice.


Thanks
------
To Keith Middlebrook AKA Keebo, whose own reconfiguration script gave me the idea to write this.


GAMESTUDIO UTILITIES
--------------------
Please visit http://www.rumramruf.com/GSFinishingSuite.html for some great freeware GameStudio utilities, including GS-Startup Manager, the complete front-end package for games made with GameStudio.

Contact
-------
keithblount@hotmail.com