This is a weapon/monster mod. Most of weapons and monsters are well-known and "over-used" in many wads and mods. Sorry

What is new?
Firs of all, i add the possibility of customization of gameplay. There are several "inventory" items in start Player's inventory affecting the game.
player.startitem PESpawnerType x
if x=0, only standard DOOM monsters are met in game.
if x=1, "new" monsters replaces original with the 25% probability.
if x=2, "new" monsters replaces original with the 50% probability.
if x=3, "new" monsters replaces original with the 75% probability.
and if x=4, all monsers are "new"
Оh, the Doom pseudorandom number generator is simplistic so the probability is not precise

In TA i've used method of monster altering without any spawn-functions. Due to this some annoying bugs are avoided (sometimes monsters don't spawn at all, the needing of using AMBUSH flag - this brakes some vanilla maps because monsters sometimes don't teleport and so on), but monsters activity is forced by re-spawn is funny, so i add a option to emulate it:
player.startitem PEDeafMon x
if x=1, the "monster activity" is on.
And the folloing options also can be switch by fake weapons on slot "0"
player.startitem PEPisReload x
player.startitem PEPlasmaReload x
player.startitem PEShottyReload x
player.startitem PEPuffType y
x: 0-1, y: 0-2
They switch weapon reloadind (someone don't like it) and variation of puff.
Yes, this is not too convinient, but also not too difficult and may seriously change the gameplay, so you can tune the mod to your taste.
Fake weapon on slot "9":
this is "ammo convertor". When pistol charger is reloaded one bullet after another, the reloading is not always complete. I hardly dislike this bug so i have to add new ammotype, but in the other hand i don't want piastols and rifles has different ammotype. May be convertor (charger-clip) is a bad decision, but ican't think better solution.
Also i want to say a little about rocket. It can be controlled:
U-up
J-down
H-left
K-right
And don't forget to try rocketluncher ALTFIRE
