
ReShade-UETools Item Spawner
-
Endorsements
-
Unique DLs7,736
-
Total DLs14,057
-
Total views59,374
-
Version1.3
About this mod
An add-on for ReShade designed for creating items in the inventory. Automates command input through the UETools console (or Simple ModLoader), ensuring quick results.
- Requirements
- Permissions and credits
-
Translations
- Mandarin
- Donations
Key Features:
- User-Friendly Interface: Commands are executed with the click of a button.
- Process Automation: Opens the UETools console and inputs commands without manual typing.
- Item Creation: Allows adding any items to the inventory in seconds.
- Groups and Categories: Organizes items into categories for quick access.
- Customization: Supports editing the item list via external files.
How It Works:
- Select the desired item from the list.
- Click the button to create it.
- The add-on automatically opens the UETools (ModLoader) console, enters the required command, and the item is added to your inventory.
Installation:
- Install UETools - Developer Console or Simple ModLoader, or UE4SS - сhoose one!
- Open the ReShadeUEToolsItemSpawner.zip archive and place the files into the game folder:
\Stalker2\Binaries\Win64(or WinGDK)
The add-on does not modify original game files. You can also use ReShade for its primary purpose (dxgi.dll – the full version with add-on support).
Activation:
- While in-game, press the Home key, then go to the Add-ons tab.
- The add-on uses the F10 key to open the UETools (Simple ModLoader) console.
Editing the Item List:
The add-on supports editing the list of items that can be added to the inventory. Open the ReShadeUEToolsItemSpawnerItems.txt file and customize it to your needs (if desired).
The file format is as follows:
[Category]
ItemId ` ItemName ` ItemDescription ` #buttonColor
Each item is written on a new line, and fields are separated by the backtick (`) symbol.
Required: ItemId.
Optional:
- ItemName – A user-friendly name for the item.
- ItemDescription – A brief description of the item's attributes.
- #buttonColor – The color of the "Add" button. For example, I use red (e.g., #CC3366FF) to highlight items meant for the Ultimate version of the game.
This way, you can create your own list of items to spawn. For example, name a category "[Favorites]" and add the necessary commands below it for quick access.
If you've installed Simple ModLoader, then:
a) Open or CREATE in Notepad
Steam: %LOCALAPPDATA%\Stalker2\Saved\Config\Windows\Input.ini
GamePass: %LOCALAPPDATA%\Stalker2\Saved\Config\WinGDK\Input.ini
b) Add to the very top section:
[/Script/Engine.InputSettings]
ConsoleKeys=Tilde
ConsoleKeys=F10
Also, with Simple ModLoader (or UE4SS), these commands won't work:
UEToolsGod
UEToolsSetGravityScale
UEToolsSetJumpHeight
UEToolsTeleportTo
To enable teleportation to any point on the map, make sure that the command in ReShadeUEToolsItemSpawnerConfig.ini is set to:
teleport_command = XTeleportTo
instead of
teleport_command = UEToolsTeleportTo