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.
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
With the release of 3.9.0 this is completely obsolete and will not be updated.
-
Version 1.0.0
- IsaacSin
- 4.2k Downloads
Biboran
How do I completely remove inertia in the config?
IsaacSin Author
This isn't the mod for that. Go take a look at FUInertia.
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!
ILoveSPT
Now all that remains is to add a mod for fast leans and then you will get inertia as in versions 12.9-12.11.
jman_soup
Hold on, I am confused, are you saying we take the file called "mod" from this mod in the src folder and then replace it with this, or can it just be any mod? If we do have to use this mod, do you know how to make it so its 3.9 compatible?
Edit: Found another thing on FUInertia that almost entirely removes inertia from the game without a mod.
keeboz
this feels like im playing cod
poppduder
Thank you! Going back and forth from live was bugging me.
RogueTech67
@IsaacSin, great mod until we get 3.9.0. Great job.
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)
IsaacSin Author
Compared to using mods, editing the database files directly has no benefits and can only cause conflicts and other difficult to diagnose issues. You won't get any support from me or most others about how to do it or resolve issues you encounter. If you insist on doing it, you're on your own.
Radicon111
Head over to FUInertia (original https://hub.sp-tarkov.com/file…/843-fu-inertia/#comments) and in the comments there I have put a modified Inertia section for globals.json which makes a huge difference and IMO feel better than either FUInertia or this one.