After getting GgrTF and installing/copying the files to appropriate directory folder, you need to setup your configuration for TinyFugue and possibly change some of your settings in BatMUD.
If you are upgrading GgrTF from a previous version, it is probable that you do not have to change your configuration. But in case of odd problems you may wish to skim through this section, the ChangeLog and module-specific sections of this manual in case of any significant, backwards incompatible changes.
First, we have to set up TF's configuration. Location of the file containing the startup script for TF depends on your operating system environment.
UNIX- and compatibles and CygWin-based Win32 ports: ~/.tfrc (File named ".tfrc" in your user's home directory)
Next, log on in BatMUD and change following settings:
Line 'cutter' setting:
cutter 9999
Theoretically, 'cutter off' should be better, but in practice I have noticed that in certain things it simply does not work as expected.
Short score format for regular BatMUD:
sc set H:{colorhp}/<maxhp> [{diffhp}] S:{colorsp}/<maxsp> [{diffsp}] E:{colorep}/<maxep> [{diffep}] $:<cash> [{diffcash}] exp:<exp> [{diffexp}]
Short score format for HardCore BatMUD (HCBat):
sc set H:{colorhp}/<maxhp> S:{colorsp}/<maxsp> E:{colorep}/<maxep> $:<cash> exp:<exp>
Prompt:
prompt H:<hp>/<maxhp> S:<sp>/<maxsp> E:<ep>/<maxep> >
Listen to battle round flags:
battle rounds
This setting is a toggle, make sure that you set it ON ("Listening to round flags.") instead of off!
Battle listen-level:
battle listen all 2
Listen level should be 2 or 3, if you are using hitstats. Otherwise it can be 1 or 0, if you prefer silence.
In case you do NOT want to change your settings to the way GgrTF needs them to be, your only option is to change the regular expression patterns in GgrTF's code to match your preferences (and possibly redo the changes when/if you upgrade GgrTF.)