Doom Daggers Devlog


Doom Daggers Devlog

“Doom Daggers is a Doom II mod inspired by the game 'Devil Daggers'.

The Idea is to mimic the same intensive gameplay and ruthless difficulty of DD.”

The main objective is to recreate Devil Daggers settings in the original Doom game - things like the small round arena, a strong weapon with two options to fire (projectiles and shotgun) and infinite spawn-set of enemies; Yet from the beginning I knew it’s important to keep the original Doom experience, which means the monsters stay the same and the mod isn’t meant to be played with jumping, free mouselook or anything else that modern Doom ports use to change the gameplay.

Basic Doom settings

Map and weapon aside, I had a few settings I needed to change in Doom to achieve the desired experience:

First I changed the player HP to one point so the player dies in one hit (as in DD), next I realised the player's ability to run needs to be disabled because in a rounded open arena he could just run / strafe in circles and easily maneuver the enemies.

At some point I removed all the player classes so he will start without any weapon.

After some more play-testing I buffed the player base speed to 130%, then made one fixed difficulty which disabled monsters infighting and enabled ‘fast-monsters’ on Ultra-Violence (Nightmare difficulty would make random enemies spawn which ruined the idea of the spawn-set).

Monsters

Comparing Devil Daggers enemies to Doom enemies:

While in DD enemies are either chasing the player or wandering in the arena (for spawning more enemies or taking the player’s gems), Doom enemies have more variety: 

Enemies can chase the player, spawn more enemies and shoot the player in different ways (hitscans and projectiles) while also have a few different types of attack (melee, range).

After play-testing with different monsters I understood that the behavior of hitscan enemies can’t go along with this mod because the player can’t really avoid the damage, that’s why I chose monsters that don’t have hitscan attacks (like Pinkies, Imps, Cacodemon, Barons, etc).

The last thing I changed was the teleport of the monsters - making it visible with the default effect.

Map & spawn-set

As mentioned, the map needs to be a small arena with a kind of a rounded shape, it also needs to be with certain height so if the player goes outside of the arena he falls to death.

The weapon will spawn in the middle of the map and the player will spawn next to it so he can see it first and pick it when he wants (taking the dagger will start the spawn-set).

For the spawn-set I created map spots around the arena and scripted them so the monsters will teleport to a random location at specific time.

Example to the map layout:


I decided that the first waves of the spawn-set will be in the map spots that are more close to the edge of the arena, giving the player a relatively easy start and then making the difficulty spike higher and more aggressive with different map spots.

Weapon

To explain my different choices in making the weapon I will break down both DD weapon and my modded weapon:

Devil Daggers:

-Main fire - normal projectiles ; Alt fire - shotgun blast (uses projectiles)

-Infinite ammo & no reloading

-Can be upgraded with gems that drop from enemies

-From lv.3 upgrade the player can shoot‘homing daggers’ which are daggers that follow the enemies (using the gems the player collected).

-Projectiles can bounce from the floor (but it’s not used often / very effective)

Doom Daggers:

-Main fire: normal projectiles ; Alt fire - auto shotgun (hitscan)

-Infinite ammo & no reloading-Can’t be upgraded

-No gems dropping from enemies (also no ‘homing daggers’)

-No projectile bounce

We can understand that my weapon is way more simplified than the original and that is because I didn’t find any reason for creating a weapon upgrade system or homing daggers - Doom aiming mechanics are easier than DD and there’s no small specific targets that require things like auto targeting projectiles.

Although someone already created a weapon that mimics DD weapon very well with a shotgun that uses projectiles and projectiles that can bounce (see DaggerHell) - I found it too powerful and unbalanced in a small arena.

After a lot of trial and error I decided to use the default Plasma rifle projectiles for the main fire because it’s familiar to players and keeps the ‘vanilla experience’.

For the alternative fire I used a hitscan ‘auto shotgun’ with a big spread so it won’t be effective in long ranges of the arena.

Graphics

It was important to me that the custom sprites would fit the Doom theme, so I used similar resolutions and the same color palette of the game.

I think the result I made is decent but hope to improve the projectile sprite in the future and maybe create better animation to the hand / weapon (or find someone who's more experienced in this subject).

Sound

I used SFXR to generate custom sounds for the weapon and modified them to be similar to DD weapon.

For the soundtrack I bought a few of Andrey Sitkov music kits and chose what seemed right for the mod.

Gameplay, bug & feedback

The final weapon felt right, there was use for both the main fire and the alternative fire and a good example for that will be the Cacodemon - spamming him with normal projectiles will prevent him to shoot yet the shotgun will kill him faster in the right range, making the player combine those to stay alive and clear the arena before the next spawn.

In game, a timer was necessary because in DD it’s what helps the player to understand the spawn-set better.

I found that the timer is starting at the beginning of the level and not when the player picks up the weapon, the timer script was attached to the weapon and was supposed to execute when the player picks up the weapon.

The solution was to create another timer and subtract his value from the original timer.

It seems that the mod got good feedback in the first few weeks and later got no exposure and feedback at all - most of the suggestions was to improve the overall graphics, some suggested to use the DaggerHell weapon.

Unfortunately I didn’t get any feedback about the spawn-set itself, to me it seems possible yet I didn’t find someone who beat the whole spawn-set routine (I also don’t know how much time the average player spends playing the mod).

Notes & what's next

I think DaggerHell mod is very fun yet I can’t see how it will fit my mod.

The spawn-set needs some improvements - after each spawn-set routine the delay needs to be smaller,but I’m not sure how to do the math and would like to get some feedback about the current routine.

It seems that the main fire sound isn’t noticeable on speakers, that’s why headphones are recommended.

I know this mod is kind of a niche but I need to find how to get more exposure and feedback from DD players.

Tools used: GZDoom Builder to create the map and SLADE to mod the weapon.

Files

DoomDaggers.zip 7 MB
Jul 08, 2020

Get Doom Daggers

Leave a comment

Log in with itch.io to leave a comment.