Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
[McD] James

How can I disable the *Cruelty Bonus* for Brutal Doom/Project Brutality?

Recommended Posts

I'm not personally a fan of the feature. I find it somewhat gimmicky, and it doesn't really make any sense as you're technically assuaging the suffering of your enemies. It also makes the game slightly easier. I'd like to be able to remove it.

Share this post


Link to post

You've probably figured it out since then, but if you haven't:

1) Back-up Project Brutality/Brutal Doom just in case.
2) Open it in SLADE.
3) Go to Decorate.DyingGuys.txt
4) Search for either of these:

TNT1 A 0 A_SpawnItem("CrueltyBonus1Health")

TNT1 A 0 A_SpawnItem("CrueltyBonus10Health")

TNT1 A 0 A_SpawnItem ("CrueltyBonus5Armor")

5) Edit them out with a // at the beginning so they look something like this:

// TNT1 A 0 A_SpawnItem("CrueltyBonus1Health")

// TNT1 A 0 A_SpawnItem("CrueltyBonus10Health")

// TNT1 A 0 A_SpawnItem ("CrueltyBonus5Armor")

6) Save the changes.
7) That's it.

I tested this with Brutal Doom eons ago and it worked, I think it should be the same with Project Brutality.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×