// ============================================================================
// VehicleStuff		A UT2004 mutator that allows you to play around with
//			different vehicular settings.
// ============================================================================

  1 -- About
  2 -- Install
  3 -- Servers
  4 -- Notes

// ============================================================================
// 1 -- About
// ============================================================================

  VehicleStuff is a mutator for UT2004 that allows you (through use of a GUI) 
  to change various vehicle properties, such as speed, friction, mass, health,
  jumping, etc. You can also modfiy the weapons, swapping the existing weapon
  for one from another vehicle, or clicking the 'custom' button and specifying
  what projectile the gun should fire and how fast it should fire them.
  
  The mutator works offline, and online, with the in-game working in both. To
  bring up in the in-game GUI type the command "mutate vehiclestuff config" in
  your console. For an online game you must be logged in as an admin for this
  command to work.

// ============================================================================
// 2 -- Install
// ============================================================================

  To install VehicleStuff, extract the VehicleStuff.u, VehicleStuff.ucl to your
  ut2004/System directory.
  
  VehicleStuff will show up as a mutator in the mutator list.

// ============================================================================
// 3 -- Servers
// ============================================================================

  For VehicleStuff to work on a server, you must add a
  	ServerPackages=VehicleStuff
  line into the [Engine.GameEngine] section of your server's INI file (normally
  UT2004.ini).

// ============================================================================
// 4 -- Notes
// ============================================================================
  
  VehicleStuff for UT2004 by [-will-] <mods@spambox.co.uk> for the
  Fraghouse Mod Team <http://fraghouse.beyondunreal.com>.
  
  Feel free to email me any bugs, problems, suggestions, etc.
  	
  Special thanks to Underscore for helping me test this thing!!
  
  [-will-]'s Mods <http://mods.spambox.co.uk>
