Mod Details

Inertia Update

Inertia Update 1.0.0

Created by IsaacSin

4.4K Downloads

SPT 3.8.3 Compatible

Updates inertia, overweight limit, and stamina capacity to match live values.

Latest Version 1.0.0
SPT 3.8.3

Updated Jun 4, 2024 at 9:54 AM

Version Notes
This download is externally hosted.
Always scan for viruses.

With the release of 3.9.0 this is completely obsolete and will not be updated.

THIS WILL CONFLICT WITH THE MOVEMENT CHANGES IN REALISM, AND BASICALLY ANY OTHER MOD THAT CHANGES MOVEMENT. JUST DON’T USE IT WITH OTHER MODS THAT CHANGE MOVEMENT.

This mod updates the inertia, overweight limit, and stamina capacity values to match the EFT live patch 0.14.6.0 (12 May 2024).

All changes are enabled by default but you can edit the /config/config.json file to enable/disable each type of change as you wish.

As from the official changelog:

  • Reduced base inertia strength by 20%
  • Increased overweight limit by 15%
  • Increased base stamina capacity by 15%

To install, just use 7-zip to drop the user folder into your SPT installation folder.

These changes will be included in SPT 3.9.0, at which point this mod will be obsolete.

It won’t work without being updated anyway, but there will be no reason to update it. Just delete it when that time comes.

I was bullied into uploading this by the Helper team.

Version 1.0.0
Download Mod Version
SPT 3.8.3
Latest Compatible SPT Version

4.4K Downloads

Created Jun 4, 2024 at 9:54 AM

Updated Jun 4, 2024 at 9:54 AM

Virus Total Results
Biboran

How do I completely remove inertia in the config?

0 Likes
ILoveSPT

If you find a folder named src

and find a file named mod, and go there, then you need to edit the file.
Replace the parameters in the config called “mod” with these:

if (this.config.ChangeInertia) {

inertia.InertiaLimits.y = -10;

inertia.MoveTimeRange.x = -0.100;

inertia.MoveTimeRange.y = -0.10;

inertia.WalkInertia.x = -0.1000;

inertia.WalkInertia.y = -0.10;

}

if (this.config.ChangeOverweight) {

stamina.BaseOverweightLimits.y = 0;

stamina.SprintOverweightLimits.y = 0;

stamina.WalkOverweightLimits.y = -10;

stamina.WalkSpeedOverweightLimits.y = -10;

}

if (this.config.ChangeStamina) {

stamina.Capacity = 115;

stamina.HandsCapacity = 100;

And you can STRAFE!

Thanks for the mod!

1 Like
keeboz

this feels like im playing cod

0 Likes
poppduder

Thank you! Going back and forth from live was bugging me.

0 Likes
RogueTech67

@IsaacSin, great mod until we get 3.9.0. Great job.

0 Likes
carfromsky

Thanks for the mod, but is there a way to make those changes without this plugin, by editing config file? I just have this little autistic thing to use as less mods as possible, but edit things directly in the config file (like skills xp gain)

0 Likes

Details