Penalties Removed 1.1.1

Please do not ask when mod authors will update their mods to 3.9.X
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.

Removes movement, turn, ergo, and hearing penalties from equipment (Armor, Plates, Rigs, Backpacks, Facemasks, Helmets). Also removes negative ergo effects from weapon attachments.

[tabmenu]
  • Version 1.1.1

    Fixed recoil penalties not being removed.



    (was removing positive effects instead of negative lmao)

    Thanks Sontag for reporting this!

  • Version 1.1.0

    New Additions:

    • Helmets:
      • Remove helmet hearing penalties (Altyns making you deaf etc.)
    • Headsets:
      • Lower headset audio distortion
      • Reduce headset ambient noise
    • Weapon Attachments:
      • Remove recoil penalties
      • Remove accuracy penalties
      • Remove velocity penalties
      • Remove muzzle overheating penalties
      • Remove durability burn penalties
  • Version 1.0.0

  • any chance on making it compatible with "SPT Realism mod"? specifically gas mask's, some reason this mod disables the radiation and toxins protection on every gas mask in the game.

    • Are you sure it's this mod causing it? Try setting everything to false in the config.


      If it still happens when everything is false, and the issue goes away when you remove the mod let me know and ill look into it further.

    • Hey, after I made everything false in the config file as you said now it shows all the radiation and toxins protection again, same goes for the debufs.


      About how I know this mod is causing this problem: I manually removed each mod to see what causes this problem after I cleared each mod I stopped on this mod, after I removed this mod all the protection came back as normal.

    • Thanks for testing properly, sorry I assumed you hadn't already. I looked into the issue and it seems that Realism is doing a lot more than editing the items in the server's database.


      The penalties and buffs for realism are I think handled by modifying the conflicting items array for the item. And I'm guessing this is handled by a client mod to interpret that custom info for the item.


      Unfortunately I don't think I can add compatibility for realism due to this. Sorry :L



      Here's where realism sets up that properties array it puts into the items conflictingitems property


      https://github.com/space-commi…json/json-handler.ts#L149

      Thumbs Up 1
    • Thanks for trying to help. <3


      On the good side I found a few working lines of code that does not remove the protection from gas mask's specifically:

              "Enabled": true,
              // Armor Penalities
              "RemoveErgoPenalty": true, <----
              "RemoveTurnPenalty": true, <----
              "RemoveMovePenalty": false,
              // Below only applies to helmets.
              "RemoveHearingPenalty": true, <----
              // Set this to 0 to completely remove audio distortion from headphones
              // Set to 1 to disable
              "AudioDistortionModifier": 0.1,
              // Lower values (like -8 < -4) reduce ambient noises
              // Set to 0 to disable
              "AmbientNoiseOffsetAmount": -4

      }

      I found out that if I make these line of codes true except "RemoveMovePenalty" the mod worked as intended (Atleast on my end), so I do not mind the movement penalty that much in the game so I pretty much okay with this.


      Anyway thanks for making this mod. :)

      Heart 1
  • does this work for mod added items by the way?

    • Yeah, just make sure this mod loads after them.

    • Amazing, thanks for the quick reply

  • Do you know if this mod plays nice with Fin's Eerie Silence? Just wondering since they both affect headset values. If they conflict, will loading Fin's after yours work?

    • they can do very similar features. whichever loads last will win, won't cause issues either way.

      Heart 1
    • Awesome, thanks!

  • Hopefully this can get fixed cause trying to do gunsmith quests is impossible

    Thumbs Up 1
    • Should be fixed in v1.1.1!

    • NGL I meant to reply to Sontag's issue as it was stopping the gunsmith quests I will check it out rn and let you know

    • Is fixed thank you sm

  • Remove recoil penalties seems to remove everything reducing recoil as well, meaning all guns have base recoil regardless of attachments.

    Thumbs Up 1
    • yeah, i came here just to say that XD

    • Fixed thanks for the report!

  • Thanks for separating the penalties in the config <3

  • holy shit THANK YOU

    Why BSG made so many arbitrary changes to the feel of the games player controller is beyond me.

    • 🫡 You can checkout my other mod fuinertia redux, its my attempt to make the player controller feel snappier. Another mod I use with these is antigrav armbands. removes the overweight feeling

  • does this also remove restrictions on backpacks and containers ?

    • Not currently but I'll consider it 🫡

  • May I ask if your module is compatible with 3.9.0

  • Great idea, I had a quick look at the config and was wondering if it would it be possible to separate the penalties for gear? I've always wanted BSG to remove just the turn penalties for armors for consistent mouse muscle memory, it hadn't crossed my mind that it could be done in SPT!

    Thumbs Up 1
    • yeah I can do that. I'll group up the settings by category and add options for them.

      Heart 1
    • Awesome thanks!