SRTT Weird problem (more enemies = less damage)

Hey!

I just noticed this and find this really annoying, don't know if modding caused this or if this is implemented in the vanilla game to.

When there is one enemy loaded in the game and he shoots me, I receive full damage, as supposed to.

But when there are for example 4 enemies shooting me, one bullet only damages me about half or less the amount of damage I am supposed to get. Even more enemies further decreases this.

How do I disable this? Its really annoying.
 
Sounds like something design would play with. That means it is probably in a tweak table. Have to searched around in there?
 
So you found it in a tweak table? Do tell so others that might google this post later will know. :)
 
The amount of damage the player receives is lowered when there is a certain amount of enemies present. The amount of enemies before this system starts working is set in the tweak_tables.xtbl.

Code:
    <Tweak_Table_Entry><Name>NPC_group_scale_damage_max_enemies</Name><Value>100</Value><Description>Size of the group where damage multiplier is applied.
(at 2x this size damage multiplies is 50%)</Description><_Editor><Category>Entries:Combat</Category></_Editor></Tweak_Table_Entry>
    <Tweak_Table_Entry><Name>NPC_group_scale_damage_max_enemies_pistol</Name><Value>100</Value><Description>Size of the group where damage multiplier is applied.
(at 2x this size damage multiplies is 50%)</Description><_Editor><Category>Entries:Combat</Category></_Editor></Tweak_Table_Entry>

I set the amount of enemies to 100, so this imo stupid system will never get used.
 
I wouldn't say it's stupid, but i'm glad you're able to turn it off if you like.

Its not stupid, sounds a bit harsh. I'd call it user-friendly.

But for a Saints Row The Third veteren like myself (been playing shortly after launch, still regulary playing so yeah :p) it does make it a bit to easy. Indeed really good you can turn it off.
 
No wonder sr3 is soo bloody easy xD

I think ima have a play with this and give my game another run through, good eye yorpie for noticing this :)
 
Back
Top