0 of 0

File information

Last updated

Original upload

Created by

Konvaz

Uploaded by

Konvaz

Virus scan

Safe to use

About this mod

Incorporates the 4 Glory Kill/Weakpoint requirement from Horde Mode's Hammer to TAG2's Hammer. Also contains a customizable Hammer tool using EternalModBuilder.

Requirements
Permissions and credits
Mirrors
Changelogs
For Updates 5.0 - 6.66 Rev 2 (I think)

Information on how to use and create mods are in the DOOM Eternal Modding Wiki:
https://wiki.eternalmods.com/


-------------------------------------------------------------------------------------------------

Mods

Horde Hammer:
- Incorporates the 4 Glory Kill/Weakpoint requirement from Horde Mode's Hammer to TAG2's Hammer.

Ravager Hammer:

-
10 Glory Kills, 10 Weakpoint Breaks, or 10 Blood Punch Kills recharge the Hammer.
- Makes the Hammer feel more like a super weapon that can only be used sparingly.
- Applies to both TAG2's and Horde Mode's Hammer.



Hammer Configuration Tool

This mod allows you to customize the Sentinel Hammer using FlavorfulGecko5's EternalModBuilder tool, which is a command-line executable that auto-generates mods based on preset configurations.

Download EternalModBuilder Windows/Linux

You can conveniently customize the Hammer to your liking without the need to extract game files and look for the necessary decls.
All the customization is done within a single config file.

Customization includes:
- Hammer charge requirements
- Damage
- Radius
- Stun duration
- Loot drop amount
What is currently set in the config file are the default values for the vanilla Hammer.

The files to use are HammerTemplate.zip AND HammerConfig.json
Extract the Hammer Configuration Tool zip to obtain these two files.


How to use:
You don't have to exactly follow this path if you know what you are doing.
- Move EternalModBuilder.exe, HammerConfig.json, and HammerTemplate.zip all to the same folder.
- Create a new empty folder and give it a name.
- Open HammerConfig.json with a text editor and make your edits. (You make your edits in the "Value" field)
- Open your Command Prompt and change directory to the folder with all your files.
- Issue the command: EternalModBuilder.exe -c HammerConfig.json -s HammerTemplate.zip -o <Empty Folder Name>\CustomHammer.zip
- This creates your mod named CustomHammer.zip inside the empty folder you created. Inject your new mod like you would for any other mod.