
Updates inertia, overweight limit, and stamina capacity to match live values.
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.
Details
-
GUID
Not Available
-
License
-
Source Code
-
Latest Version VirusTotal Result
https://www.virustotal.com/gui/file/b3605c8579e2ff81f5be0375b2e6fe3c787bfc5d3dabd615bbeafbeb6ac2758c
How do I completely remove inertia in the config?
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!
this feels like im playing cod
Thank you! Going back and forth from live was bugging me.
@IsaacSin, great mod until we get 3.9.0. Great job.
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)