Grab Objects
Adds the ability to Grab, Drop and Throw world objects such as Guns, Bodies, Gas Canisters, Boxes and pretty much anything else that is not tied down.
USAGE
KEYBOARD
[ Right Mouse ][ Hold ] Attempt to pickup and hold a movable object the player is aiming at.
[ Right Mouse ][ Release ] Drop a held object
[ Left Mouse ][ Click ] Soft throw the object being held
[ Left Mouse ][ Hold] Power up throw force
[ Left Mouse ][ Release ] Throw object with built up force
[ Mouse Wheel Scroll ] Increase/Decrease distance from player
[ Q ] + [ Mouse Wheel Scroll ] Increase/Decrease Z-axis rotation
[ E ] + [ Mouse Wheel Scroll ] Increase/Decrease Y-axis rotation
[ R ] + [ Mouse Wheel Scroll ] Increase/Decrease X-axis rotation
GAMEPAD
[ Left Trigger ][ Hold ] Attempt to pickup and hold a movable object the player is aiming at.
[ Left Trigger ][ Release ] Drop a held object
[ Right Trigger ][ Click ] Soft throw the object being held
[ Right Mouse ][ Hold ] Power up throw force
[ Right Mouse ][ Release ] Throw object with built up force
[ LB ] / [ RB ] Increase/Decrease distance from player
[ D-LEFT ] / [ D-RIGHT ] Increase/Decrease Z-axis rotation
[ D-UP ] / [ D-DOWN ] Increase/Decrease Y-axis rotation
[ LS CLICK ] / [ RS CLICK ] Increase/Decrease X-axis rotation
INSTALLATION
Either Simple ModLoader or UE4SS is required (but not both).
If you simply want to use the mod in game: I suggest using Simple ModLoader
If you want to go deeper into the game code and potentially start making mods yourself: I suggest using UE4SS
Installation (Simple ModLoader)
Install Simple ModLoader
Download Mod Files (Manual Download button at top of mod page)
Extract the 3 mod files (GrabObjects.pak, GrabObjects.ucas, GrabObjects.utoc) to your ~Mods folder
i.e → C:\Program Files (x86)\Steam\steamapps\common\S.T.A.L.K.E.R. 2 Heart of Chornobyl\Stalker2\Content\Paks\~Mods
Start Game
Press the tilde (~) key to enter the game console
Run the following command:
mod add /Game/Mods/GrabObjects/ModActor.ModActor_C
.
└── Stalker2
└── Content
└── Paks
└── ~mods
├──[+] GrabObjects.pak
├──[+] GrabObjects.ucas
└──[+] GrabObjects.utoc
Installation (UE4SS)
Install UE4SS
Download Mod Files (Manual Download button at top of mod page)
Extract the 3 mod files (GrabObjects.pak, GrabObjects.ucas, GrabObjects.utoc) to your LogicMods folder created by UE4SS
i.e → C:\Program Files (x86)\Steam\steamapps\common\S.T.A.L.K.E.R. 2 Heart of Chornobyl\Stalker2\Content\Paks\LogicMods
.
└── Stalker2
└── Content
└── Paks
└── LogicMods
├──[+] GrabObjects.pak
├──[+] GrabObjects.ucas
└──[+] GrabObjects.utoc