Name Last modified Size Description
Parent Directory 05-Mar-2010 12:59 -
3k.login.tf 06-Oct-2006 19:44 1k
TFRC_EXAMPLE 27-Jan-2010 20:46 2k
aliases-g.tf 27-Jan-2010 20:49 7k
bard/ 27-Jan-2010 20:34 -
comm.tf 17-Feb-2010 08:26 14k
court-g.tf 06-Oct-2006 19:44 1k
cwho.tf 06-Oct-2006 19:44 1k
damage_calc.tf 07-Jul-2009 00:33 2k
deAnsi.pl 06-Oct-2006 19:44 1k
expandSpeedWalk.pl 06-Oct-2006 19:44 1k
fordfugue.tar.gz 05-Mar-2010 12:59 55k
gentech/ 27-Jan-2010 20:18 -
guild_bard.tf 12-Jan-2010 16:22 19k
guild_gentech.tf 27-Jan-2010 19:55 13k
guild_mages.tf 12-Jan-2010 16:22 1k
guild_necro.tf 16-Jan-2010 03:52 8k
guild_priests.tf 17-Feb-2010 08:23 10k
highmortal.tf 03-Aug-2009 17:24 1k
map.tf 30-Dec-2009 16:24 4k
mortal.tf 07-Jul-2009 00:30 1k
necro/ 27-Jan-2010 20:18 -
newbie.tf 27-Jan-2010 20:24 4k
paths-g.tf 02-Mar-2010 10:09 2k
priest/ 27-Jan-2010 20:19 -
speedwalk.tf 08-Dec-2009 16:38 3k
triggers-g.tf 27-Jan-2010 20:05 10k
vars-g.tf 17-Feb-2010 08:23 6k
walkers.tf 27-Jan-2010 20:03 16k
walking_routes.tf 27-Jan-2010 20:10 1k
* fordfugue.tar.gz is a gzipped tarball of these scripts.
All global settings (anything that might be shared between more than one character) should
go in the root tiny/ directory. Character specific settings should be in a sub-directory,
preferably named after the character. Hence I "cd ~/tiny/ford/;tf" to start playing Ford.
Ford's .tfrc file, with password info and so forth, goes there. It loads the global trigger
and alias files, e.g.
/load ../triggers-g.tf
/load ../vars-g.tf
/load ../alias-g.tf
/load ../comm.tf
Then loads his guild object settings,
/load ../guild_gentech.tf
Then loads anything specific for Ford, the character, which is sitting in the ford/ directory,
/load aliases.tf
/load triggers.tf
And so on. Clan, syndicate, equipment specific (e.g. nex), or what have you go in the tiny/ root directory to be shared between characters, as needed. Since almost everything is character agnostic, about the only things that go in my character's directory is the .tfrc and some hiliting triggers to ansify, for instance, scavenger hunt items, or bolding my character's name, or more project specific TF scripts. Ford for instance has a TF scripts for rebuilding the gentech.flagrancy.net website when the helpfiles are updated, Fjord has his maintenance scripts for building the 3k.flagrancy.net armor database, and so on.
There's also a highmortal toggle, that redefines fantasy aliases ("towforest","toeforest","toroad", etc.) depending on what the HighMortal variable is set to. Hence, in paths-g.tf
/if (HighMortal == 1) \
/load ../highmortal.tf%;\
/else \
/load ../mortal.tf%;\
/endif
mortal.tf macros from wayhaven, highmortal uses "portal road". This makes it easy to switch back and forth as needed, without having to rewrite every alias you have to shit in fantasy.
comm.tf will write a communications log into the tiny/ directory, called Comm. Just tail -100f Comm to follow your chats. I used to have a separate Comm log in each character's directory. This got annoying having two characters active at once on 3K/3S, so I moved it up a directory and now unify chats into one log file. This might be confusing to you if you can't tell who is talking to which character on which mud, you could always add something to the chatlog timestamp to indicate which world the chat is coming from.