====================================================
Name			: Mohawk Rifle
Category		: Weapon
Version			: 1.0
Release Date		: 1998-09-30
Filename		: MohawkRifle.zip
Package Name		: Mohawk.u
Author			: Jonas Eriksson (Wizzie)
Email			: wizzie@cyberdude.com
Web Page		:
Description		: The Mohawk is a kind of sniper rifle, firing electicity charged
			  arrows at high velocity.
Other Mods by Author	: Nope, this is my first.
Additional Credits	:
New Models		: No
New Sounds		: No
New Music		: No
New Graphics		: No
Known bugs		: No
Editor(s) used		: UnrealEd Beta
Construction Time	: 10-15 hours (not really sure)


Installation
------------
  Unzip the file Mohawk.u to your Unreal\System directory, or to any custum directoy
  and add a path to it in the Unreal.ini file.

Usage
-----
  In the Unreal console, type 'summon mohawk.mohawk' to get the rifle.
  To get ammo for the rifle, type 'summon mohawk.mohawkammo'.
  Or if you're building a level and want to use the mohawk, simply place the
  rifle and ammo in it.

Author's Notes
--------------
  This is my first attemt at writing a mod for unreal. When i started this i didn't
  know anything about how Unreal's programming language worked, but i think it
  turned out quite ok after all. Althoug i must admit that i had a lot of help from
  my C/C++ and Java language experiences.



====================================================
Package Class Tree
====================================================

	Object
	  |
	  +-Actor
	     |
	     +-Inventory
	     |     |
	     |     +-Pickup
	     |     |   |
	     |     |   +-Ammo
	     |     |       |
	     |     |       +-(MohawkAmmo)
	     |     |
	     |     +-Weapon
	     |         |
	     |         +-(Mohawk)
	     |
	     +-Projectile
	           |
	           +-(MohawkArrow)

() - New Class
[] - Modified Class

====================================================

Archive Files
-------------
Mohawk.u		- The package file
MohawkRifle.txt		- this file
ScreenShot1.jpg		- A small screenshot of the Mohawk in use
ScreenShot2.jpg		- Another screenshot
ScreenShot3.jpg		- And yet another one

====================================================

Copyright / Permissions
-----------------------
This mod is copyrighted by Jonas Eriksson 1998.

Authors may use these mod classes to build additional subclasses.

You are NOT allowed to commercially exploit this mod or subclasses based on
it, i.e. put it on a CD or any other electronic medium that is sold for
money without my explicit permission!

You MAY distribute this mod through any electronic network (internet,
FIDO, local BBS etc.), provided you include this file and leave the archive
intact.

----------------------
UNREAL (c)1998 Epic Megagames, Inc.  All Rights Reserved.  Distributed by
GT Software, Inc. under license.  UNREAL and the UNREAL logo are registered
trademarks of Epic Megagames, Inc. All other trademarks and trade names are
properties of their respective owners.
