NoWeaponDm v0.1
A Gametype Mod for Unreal   
-----------------------------------------------------------
Description:
This is a little mod that lets each player in a dm game, start
without any weapon. so you`ll have to find a weapon before
you can shoot anyone.
-----------------------------------------------------------
usage:
Start Unreal.
Goto start multiplayer game. Then choose NoWeaponDm at 
the game selection instead of DeathMatch.

-----------------------------------------------------------
- Installation
-----------------------------------------------------------
copy Noweapondm.u into your unreal\system directory.

then open your unreal.ini file in notepad (or some other editor) and find the
part labeled:

[UnrealI.UnrealServerMenu]

In the list of games, add noweapondm.noweapondm and then increment MaxGames by 1.

Here's an example of what the end result might look like this:

[UnrealI.UnrealServerMenu]

GameType=UnrealI.DeathMatchGame
Games[0]=UnrealI.DeathMatchGame
Games[1]=UnrealI.TeamGame
Games[2]=UnrealI.KingOfTheHill
Games[3]=UnrealI.DarkMatch
Games[4]=UnrealI.CoopGame
Games[5]=noweapondm.noweapondm
Games[6]=
Games[7]=
Games[8]=
Games[9]=
Games[10]=
Games[11]=
Games[12]=
Games[13]=
Games[14]=
Games[15]=
MaxGames=6

-----------------------------------------------------------

-----------------------------------------------------------
- Code Sharing Policy
-----------------------------------------------------------

The code is and always will be available for users to look at, learn from, and
extend.  I simply ask that you not distribute your modified mod as an official
release.  We also ask that you contact me before hand.



