[WIP] COD:DoomOps

Projects that alter game functions but do not include new maps belong here.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed

Re: [WIP] COD:DoomOps

Post by wildweasel »

Yes, please make sure this doesn't go the way of RGA2 and be filled with unnecessarily difficult new enemies and quantity-over-quality design decisions.
User avatar
cq75
Posts: 1212
Joined: Sun Dec 27, 2009 9:28 pm
Graphics Processor: nVidia with Vulkan support
Location: Just beyond the line horizon

Re: [WIP] COD:DoomOps

Post by cq75 »

wildweasel wrote:Yes, please make sure this doesn't go the way of RGA2 and be filled with unnecessarily difficult new enemies and quantity-over-quality design decisions.
Yeah, like the Blake Stone scientists... high res weapons, 1/2 res enemies.

I've got a couple suggestions to add, based on what made me really dislike playing Real Guns Advanced.

1. Don't slow the player down. Doom maps are pretty big, and walking through them at turtle speed gets really tiring.

2. Don't mess with the health system.

Having players recover health over time is not one of my favorite systems. I like having medikits, since you don't have to wait around when you get hit. Having health distributed throughout the level makes me have to continue carefully, instead of taking a five minute break while my health increases.

Also: I really hate it when games cover the screen with opaque blood/etc. when you get hit, so you can't figure out what's shooting you and act accordingly...

3. Perhaps only minimal changes to the monsters, like Hard Doom did.

If you want to use Black Ops enemies, make sure their behavior makes sense in doom. I don't recommend making snipers, for instance... perfect accuracy monsters at a distance would be a nightmare in a heated firefight.
Last edited by cq75 on Fri Feb 11, 2011 10:08 pm, edited 1 time in total.
User avatar
DOOMERO-21
Posts: 1423
Joined: Wed Jan 02, 2008 10:02 pm
Location: Chile

Re: [WIP] COD:DoomOps

Post by DOOMERO-21 »

wildweasel wrote:Yes, please make sure this doesn't go the way of RGA2 and be filled with unnecessarily difficult new enemies and quantity-over-quality design decisions.
the quality is not only with the rips, you can rips ultra quality weapons but only with a decorate raise, lowe, ready, fire and reload like rga2, they missed the cod bob, the run bob, the iddle and other things...and the enemies .......well no comments.
User avatar
chronoteeth
Posts: 2664
Joined: Wed Sep 08, 2004 1:29 pm
Preferred Pronouns: It/Its

Re: [WIP] COD:DoomOps

Post by chronoteeth »

What i'd like to know is if its possible that the techniques he used to rip these can be used to rip guns from other games
User avatar
DOOMERO-21
Posts: 1423
Joined: Wed Jan 02, 2008 10:02 pm
Location: Chile

Re: [WIP] COD:DoomOps

Post by DOOMERO-21 »

chronoteeth wrote:What i'd like to know is if its possible that the techniques he used to rip these can be used to rip guns from other games
well i guess he is using cheats, probably "noclip", he go to out of the map and try to found a nice place to rip the weapons, a background with 1 color and take photos, i dont know if black ops have his own screenshot button, almost i remember when i ripped the doom3 weapons i used that method.
User avatar
amv2k9
Posts: 2178
Joined: Sun Jan 10, 2010 4:05 pm
Location: Southern California

Re: [WIP] COD:DoomOps

Post by amv2k9 »

cq75 wrote:1. Don't slow the player down. Doom maps are pretty big, and walking through them at turtle speed gets really tiring.
Not to mention many levels are *designed* to have Doomguy running at his default speed, and may not be beatable without resorting to jumping/noclip if you slow him down. "Platforming" levels are a good example of this.
User avatar
Salad Viking
Posts: 752
Joined: Tue Apr 20, 2010 8:58 pm
Location: In high orbit

Re: [WIP] COD:DoomOps

Post by Salad Viking »

If you take one thing from RGA2, make it the customizable classes. I thought that was the coolest part of the mod.
User avatar
bleant
Posts: 224
Joined: Thu Jan 20, 2011 9:37 am

Re: [WIP] COD:DoomOps

Post by bleant »

This looks pretty good, i'm looking forward to it, i second what the people above said, is there going to be something like "sticks and stones", etc. ?
CaptainToenail
Posts: 3975
Joined: Fri Jul 06, 2007 9:16 am

Re: [WIP] COD:DoomOps

Post by CaptainToenail »

User avatar
bleant
Posts: 224
Joined: Thu Jan 20, 2011 9:37 am

Re: [WIP] COD:DoomOps

Post by bleant »

Seen both already, but not one sticks and stones, it's easy to do, the pain is the spriting.
User avatar
Apothem
Posts: 2070
Joined: Sat Nov 29, 2003 7:13 pm
Location: Performing open heart surgery on an ACS compiler.

Re: [WIP] COD:DoomOps

Post by Apothem »

I actually am pretty impressed by the quality of those rips, keep up with the good work!
User avatar
Amuscaria
Posts: 6634
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: [WIP] COD:DoomOps

Post by Amuscaria »

These are some most excellent references. They're exactly what I've been looking for to get some poses right. Thanks for the rips.
User avatar
SergeantGnarKill
Posts: 83
Joined: Sat Dec 19, 2009 1:17 am
Location: In front of my computer

Re: [WIP] COD:DoomOps

Post by SergeantGnarKill »

I just posted the first weapon, the M14. Tell me what you think.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed

Re: [WIP] COD:DoomOps

Post by wildweasel »

Have to do some alteration to get this to work - don't reuse existing class names (like DoomPlayer) because that stops the WAD from functioning. So instead of:

Code: Select all

ACTOR DoomPlayer : PlayerPawn {}
Try this instead:

Code: Select all

ACTOR CODPlayer : DoomPlayer {}
And then add this to Keyconf:

Code: Select all

clearplayerclasses
addplayerclass CODPlayer
[edit]
There are also some outstanding issues with the melee attack, and I find the M14 simply doesn't allow me to shoot fast enough to do a meaningful amount of damage.

The knife attack always plays a splatter slashing sound, even when it isn't hitting an enemy. When it actually does hit an enemy, it plays the M14 firing sound. The way I tend to get around this is to not use AttackSound to define the weapon's fire sound - in the Fire state, just use A_PlayWeaponSound to play the firing sound. As for the knife's sounds, those can all be set in a new puff. Feel free to reference any of my mods - particularly look at the FistPuff in wwhc-diaz to get a good example of how to make your melee weapon sounds work.
User avatar
SergeantGnarKill
Posts: 83
Joined: Sat Dec 19, 2009 1:17 am
Location: In front of my computer

Re: [WIP] COD:DoomOps

Post by SergeantGnarKill »

Ah yes... my bad. I just updated it and re-uploaded.

Return to “Gameplay Mods”