User:DoomRater

From ZDoom Wiki
Jump to navigation Jump to search

Stats

DOB: 11-11-83

Gender: male

Alias: Brach Speicher

Main Interests: Doom, Legend of Zelda, Foreverhood, ZooM, NTFS editors, and Martial Arts.

Side Interests: Sonic the Hedgehog, Disney cartoons, Those Characters from Cleveland characters (Strawberry, Carebears, etc.), cutesy stuff, plushies, meeting people...

ZDoom Projects

Right now, I have no actual released projects, save for a tool called Telefrag Mapspawn, which turned out to be nowhere near as popular as ZDL. I still don't like ZDL all that much, despite the updates it has, though I can see a few things I'd like to take from it.

My most current project is "The Greaser Enhanced". Read about it here: http://forum.zdoom.org/viewtopic.php?f=19&t=18489

I've contributed a few weapons to the Weapons Resource WAD and Armory Resource WAD. Neither seem to be doing too well in popularity, but that is fine- until a bunch of new concepts come up that take advantage of previously unknown tricks in DECORATE, there isn't going to be a boost in weapons.

If you need a weapon crafted to your needs, and are willing to supply sprites, I'm your man! You can get ahold of me through the ZDoom.org forums, or on instant messenger, as I'm on frequently.

DECORATE Definition

ACTOR DoomRater : WolfensteinSS
{
	Health		120
	Radius		32
	Height		48
	Speed		8
	Mass		250
	SeeSound	"DoomRater/youremine"
	PainSound	"DoomRater/ouch"
	DeathSound	"DoomRater/death"
	AttackSound	"weapons/1gauge"

	Obituary "DoomRater slapped %o silly with his 1 gauge shotgun."

	States
	{
		Missile:
		SSVW G 2 A_CustomBulletAttack(3,3,7,5,0)
		SSVW H 6 A_FaceTarget
		SSVW A 0 A_PlaySound("Weapons/cockgun")
		SSVW ABCD 4 A_ChaseTarget
	}
}