[Playerclass] Playable Doom monsters
-
- Posts: 13699
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
[Playerclass] Playable Doom monsters
This is taken directly from my Monster Deathmatch mod. I am releasing it to the Doom community in hopes that someone might find it useful. All that I ask is credit be given to me in the project - any project may use it, or parts of it, as long as I am mentioned somewhere in the credits.
These monster classes should be usable without modifications, and they can be used as actual player classes, or by using ACS or Decorate morph functions. Players can be turned into these creatures offensively or through powerups. It's up to you, really.
You might have to note that every version of these monsters is slightly faster than their AI counterparts, and most likely slightly more powerful. I've tried to keep them as close as possible, but variation was inevitable.
These monster classes should be usable without modifications, and they can be used as actual player classes, or by using ACS or Decorate morph functions. Players can be turned into these creatures offensively or through powerups. It's up to you, really.
You might have to note that every version of these monsters is slightly faster than their AI counterparts, and most likely slightly more powerful. I've tried to keep them as close as possible, but variation was inevitable.
You do not have the required permissions to view the files attached to this post.
Last edited by Rachael on Fri Jul 03, 2009 12:15 pm, edited 2 times in total.
-
- Posts: 42
- Joined: Wed Apr 09, 2008 3:56 pm
- Location: Raiding your stash so I can grab your shotgun, and blow your head off.
Re: [Playerclass] Playable Doom monsters
I can't tell you how many times I've seen these same kind of mods. You probably didn't know so we can leave it at that.
-
- Posts: 4605
- Joined: Mon Jul 31, 2006 4:25 pm
- Location: San Antonio, TX
Re: [Playerclass] Playable Doom monsters
Wow.SnakeEater wrote:I can't tell you how many times I've seen these same kind of mods. You probably didn't know so we can leave it at that.
-
- Posts: 2659
- Joined: Thu May 17, 2007 1:53 am
- Location: Finland
Re: [Playerclass] Playable Doom monsters
link plz.SnakeEater wrote:I can't tell you how many times I've seen these same kind of mods. You probably didn't know so we can leave it at that.
-
-
- Posts: 10773
- Joined: Sun Jul 20, 2003 12:15 pm
Re: [Playerclass] Playable Doom monsters
And you are...?SnakeEater wrote:I can't tell you how many times I've seen these same kind of mods. You probably didn't know so we can leave it at that.
@SP: I think this would attract a bit more attention if there was a test map or something to showcase the new classes. That way they can be seen more easily without having to hack a map up just to take a look.
-
- Posts: 13699
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: [Playerclass] Playable Doom monsters
I'll see about making one later, then.Xaser wrote:@SP: I think this would attract a bit more attention if there was a test map or something to showcase the new classes. That way they can be seen more easily without having to hack a map up just to take a look.
-
- Posts: 4005
- Joined: Sat Dec 30, 2006 4:25 pm
- Location: beautiful hills of those who are friends
Re: [Playerclass] Playable Doom monsters
I'd like to note that the speeds are incorrect. The player's base (walking) speed is 10, not 8, since he runs as fast as the rockets which have a speed of 20.
Although that has very little to do with anything since you gave the imp a speed of 0.25 which is incorrect either way.
Although that has very little to do with anything since you gave the imp a speed of 0.25 which is incorrect either way.
-
- Posts: 13699
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: [Playerclass] Playable Doom monsters
The speed formula has to be something like this:
(monster's "Speed" property) / (duration of one "See" frame) * (player modifier value)
The player modifier value is based on multiplying it by 1.0, which would be the player's full speed by default.
I still haven't figured out a very precise player modifier value, but the first two values are taken right from the monster's definition in the pk3. I may have gotten some values wrong, but I really need to figure out what to make the player modifier value before I can fix them all.
(monster's "Speed" property) / (duration of one "See" frame) * (player modifier value)
The player modifier value is based on multiplying it by 1.0, which would be the player's full speed by default.
I still haven't figured out a very precise player modifier value, but the first two values are taken right from the monster's definition in the pk3. I may have gotten some values wrong, but I really need to figure out what to make the player modifier value before I can fix them all.
-
- Posts: 556
- Joined: Fri Dec 19, 2008 12:11 pm
Re: [Playerclass] Playable Doom monsters
Does this have an Archvile player?
-
- Posts: 13699
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: [Playerclass] Playable Doom monsters
It has all the classic Doom monsters, so yes.
-
- Posts: 324
- Joined: Wed Jun 30, 2010 2:58 pm
Re: [Playerclass] Playable Doom monsters
Is there some way how to morph the player into monster in a map other than the "monstertest"? Can I use some console command for that? Or, is there some other, more user-friendly mod that can morph the player into monster? Thanks.
And yes, I know this thread is 2 years old. I just look for this type of mod.
And yes, I know this thread is 2 years old. I just look for this type of mod.
-
- Posts: 1631
- Joined: Mon Jul 05, 2010 2:04 pm
- Location: British Columbia
Re: [Playerclass] Playable Doom monsters
Well done, two year bump.
Anyway, the console command you're looking for is MorphMe <Morph Class>
Anyway, the console command you're looking for is MorphMe <Morph Class>
-
- Posts: 2425
- Joined: Tue Apr 13, 2010 4:47 pm
- Location: Behind You
Re: [Playerclass] Playable Doom monsters
I have seen these kind of mods before, but most of them suck, as in they are a WORTHLESS WASTE OF TIME . This one is actually pretty decent.
-
- Posts: 324
- Joined: Wed Jun 30, 2010 2:58 pm
Re: [Playerclass] Playable Doom monsters
Unfortunately, I always get "morph failed" in the console. I guess this is because the monsters are not defined as a Morph Class in this mod. Well, nevermind.
By any chance, do you know any other similar mod? Could you provide link? Thanks.
By any chance, do you know any other similar mod? Could you provide link? Thanks.
-
- Posts: 1212
- Joined: Sun Dec 27, 2009 9:28 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Just beyond the line horizon
Re: [Playerclass] Playable Doom monsters
I'm glad this got bumped, I had fun mesing around on it.