BLOODWOLF333 / Brutal-Doom-Community-Expansion

A combined community expansion for the latest version of Brutal Doom. All of the latest bug fixes and new features in a single place to create the most polished and stable product.
171 stars 12 forks source link

Can we get an "overview" of biggest changes you've made? #434

Closed Skrell closed 1 year ago

Skrell commented 1 year ago

I've been following and playing with this project for a LONG time now and I've seen many changes evolve over time but realize now that I no longer have a sense of how different this MOD is from the original Bdv21.
If you forget about the fixes to bugs and small errors you've made, do you think you could put together a list of the biggest GAMEPLAY changes you've made to date?
For example, 2 big differences I've noticed is you changed the size of enemy sprites and the amount of damage they do. I think it would be really helpful to know by what % these things have changed from the original Bdv21.

BLOODWOLF333 commented 1 year ago

image Well I expect most people get this off of moddb.com, I guess I could add the description to the wiki on this as well. And yeah I'm not wanting to make this radically different from v21 just "finished/fixed" is the main thing.

If you forget about the fixes to bugs and small errors you've made, do you think you could put together a list of the biggest GAMEPLAY changes you've made to date?

What errors are still in this?

Skrell commented 1 year ago

So you're right the summary on mod DB was sort of what I was looking for but I was hoping to have more specifics about changes to things like accuracy or damage or sprite height. I found that overtime the mod has become more difficult and I'd like to understand exactly what changed in case I wanted to tweak things back to make them easier

BLOODWOLF333 commented 1 year ago

image Man that is over 200+ files to document every change I have made. I recommend getting notepad++ with the compare plugin and you can paste my v21.14.0 file and then the vanilla v21 file for each monster and weapon to quickly compare and see all the changes I made if you then want to go through and apply your own tweaks.

But as a quick summary: I normalized all the damagefactors for the monsters regarding the damage they take from headshots, the SSG, fire, etc. With the tough monsters (500+HP) taking 50% less damage from melee and fatality, 50% less from fire if the monsters can conjure fire like an Archvile or Bruiser. And then boss monsters taking 50% less damage from all damagetypes If I remember correctly.

And then weapons I tweaked the accuracy and DPS values a little bit, nothing major I think. Here are all my spreadsheets that I believe are up to date as of 21.14.0 I havent changed anything major since I last used these: DamageFactors.zip BrutalDoomFriendlyMarines.xlsx BrutalDoomMonsters20190930.xlsx BrutalDoomWeapons.xlsx

Skrell commented 1 year ago

Thank you this is more what I was looking for! What do you mean by "normalize" ? Is there a distribution pattern you adhered to when determining each damage factor? Or you simply accounted for all the damage factors to make it more detailed in how monsters respond?