Page 1 of 1

"Hardcore" Speed without damage boost?

Posted: Mon Jul 17, 2017 3:39 am
by UTNerd24
So I thought i'd slow down and take a break from turbo matches, but I kinda find the damage scaling in hardcore to be slightly intrusive. Classic is what im going for here, but Im so used to the timescale in Hardcore and above that I tend to get my timings mixed up. Yes, you could argue that classic timescale would be a more "definitive" experience, but trust me, when you play such an awesome game in a certain way for 10+ years, you just cant help but to stick with it.
I feel as if this question doesent really deserve its own thread, but it still seems worth asking. Thanks in advance!

Re: "Hardcore" Speed without damage boost?

Posted: Mon Jul 17, 2017 4:51 am
by Barbie
Maybe write a simple Mutator that changes DeathMatchPlus.ReduceDamage():

Code: Select all

if ( bHardCoreMode )
	Damage *= 1.5;
See also thread JumpZ scale lower than standard value even online.

Re: "Hardcore" Speed without damage boost?

Posted: Mon Jul 17, 2017 5:05 am
by UTNerd24
Barbie wrote:Maybe write a simple Mutator that changes DeathMatchPlus.ReduceDamage():

See also thread...
Thanks for the help, but it seems that I found an alternative way to play for the time being. All I had to do was increase the timescale by 0.5. I know its a waste of a good thread, but I appreciate the sentiment.
Spoiler
...What timescale does Lightning Deathmatch run at anyway?