// LeetHUD Mutator


// Desc:

This adds a small teammate camera view to the standard rune HUD in team
based games. Use the bound key to cycle through teammates. It is almost
the same code as the TeamCamHUD mutator for UT I did a while ago, but this
one runs smoother, as in Rune you don't have zounds of projectiles and
explosions and hi-tech lights and stuff like that to hog the renderer.


// Installation:

Toss the .u and .int to your Rune\System dir. and bind some key to the
ChangeHud func. HOW TO DO THIS: open up your Rune\System\User.ini file and
set some key to do it as in: Z=ChangeHud. Make sure that your key isn't used
for anything else. A key may have several entries in the User.ini file,
so check too that your binding isn't overriden somewhere below.


// Uninstall:

Remove the files. If you want to go a step further, you can remove the key
binding too.


// Anything else:

If you want anything else about this, you can reach me at
mousetrap@aesthechnics.com


// The End
