Stronger Gravity
🟠 Updated over a year agoPreview

🔍 Analysis
- 🏆 #59 of 115 Gameplay mods in this game by downloads
📋 About This Mod
UE4SS Script to increase gravity without affecting the player, makes for more realistic ragdolls. Customize-able
About LogicMods version:
Put pak in this directory:
<PathToGame>\Trepang2\CPPFPS\Content\Paks\LogicMods
Navigate to
%LocalAppData%\CPPFPS\Saved\Config\WindowsNoEditor\Engine.ini
Paste this in the file.
DefaultGravityZ=-2250
[/Game/Mods/Gravity/ModActor. ModActor_C]
PlayerGravity=-980
WorldGravity=-1960
Latest LogicMods version is recommended as gravity is correct with this setup.
Dont do itwhy are you doing itpleasenoPaste this in the file:
DefaultGravityZ=-2250
[/Game/Mods/Gravity/ModActor. ModActor_C]
PlayerGravity=-980
WorldGravity=-2000
Adjust values as you see fit.
"WorldGravity" is for the math equation below. In case one doesn't want the actual world gravity value affecting it.
New version 1. 1 does this math:
LogicMods version 1. 0: You can tweak this value by doing some math:
PlayerGravity ÷ DefaultGravityZ = Scale
980. 0 ÷ 2250. 0 = 0. 436
Functions identically.
Some may prefer 1. 0 it doesn't work right, use the latest version.
Download and install UE4SS by placing the dwmapi.dll and ue4ss folder here:
<PathToGame>\Trepang2\CPPFPS\Binaries\Win64\dwmapi.dll
<PathToGame>\Trepang2\CPPFPS\Binaries\Win64\ue4ss
Place the Gravity.pak into here:
<PathToGame>\Trepang2\CPPFPS\Content\Paks\LogicMods\Gravity.pak
Old lua version:
Place this mods folder into here:
<PathToGame>\Trepang2\CPPFPS\Binaries\Win64\ue4ss\Mods\Gravity
In the mods main.lua you can adjust these settings however you want, positive values will reverse gravity and will likely have adverse affects:
local PLAYER_GRAVITY_Z = -980. 0
local WORLD_GRAVITY_Z = -2250. 0
You can alternatively adjust gravity through Engine.ini. This will also affect the player though so if you want them separated you'll need this script.
DefaultGravityZ=-2250
This will be incompatible with UnrealEngineModLoader.dll, but UE4SS does the same thing as it, and mods that require it (LogicMods) should also still work.
In UE4SS-settings.ini set these:
; Whether to enable the external UE4SS debug console.
ConsoleEnabled = 1
GuiConsoleEnabled = 1
GuiConsoleVisible = 1
To see the console and if the mod has loaded.
📊 Mod Details
- Game
- Trepang2 Mods
- Author
- DeathWrench
- Version
- 1.3
- Downloads
- 186
- Endorsements
- 5
- Category
- Gameplay
- Created
- 6/29/2025
- Updated
- 8/6/2025
🔧 How to Install Trepang2 Mods
Install via a mod manager (Vortex or Mod Organizer 2). Most mods drop into the game folder.
📖 Full step-by-step install guide for Trepang2 →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Trepang2 commands, item IDs, and more.
Keep browsing — more Trepang2 mods await