Writer NewOpts v1.0.1
=====================
1st June 1999

Written by |HH|Crunchy (Jonathan Slark)
Email: jonslark@barrysworld.co.uk

*** Requires the Presto Pack ***  http://www.planetstarsiege.com/presto/
*** Requires Zear's NewOpts 0.9 or later *** http://www.cetisp.com/~thammock/scripts/


Installation
------------

The zip file has all the files you need in the right directories.  Unzip
them all into the Tribes\config directory.  The files should now be in a
directory called Tribes\config\Crunchy, with a sub-directory: gui.

This script is a replacment for Writer's keys.cs.  Rename the file
Tribes\Writer\keys.cs to keys.old.cs (or whatever).  Now move the file
Tribes\Crunchy\keys.cs into the Tribes\Writer dir.  No further installation
is necessary.

Note Writer's scripts should run after NewOpts.  Your autoexec.cs should
look something like this (it may have more in it than this):
	exec("presto\\Install.cs");		// Presto Pack
	Include("NewOpts\\Install.cs");	// Zear's NewOpts
	exec("Writer\\autoexec.cs");	// Writer's scripts

Now start tribes, go to the Options menu, then the Scripts menu, now select
the Writer pages from the pull down menu.  From here you can bind your keys
and get help.


Notes
-----

I couldn't put the keys for keep_moving.cs on a NewOpts page, you can still
change the keys like you did for Writers's keys.cs.  Open up
Tribes\Crunchy\WriterNewOpts.cs and the keys are at the top in the function
Writer::bindKeys() (same as keys.cs).

Also I haven't put the keys for loadouts for fast_favorites.cs on a NewOpts 
page.  These depend on what you have defined in your favorites.cs.  Again 
as for keep_moving.cs you can still edit the keys in 
Tribes\Crunchy\WriterNewOpts.cs.
