

A tool for posing items to screenshot clean GUI item icons using PEAK’s in-game rendering.
ItemPoser is designed for custom item developers who want consistent, high-quality GUI item icons without recreating the game’s rendering setup externally.
To use ItemPoser, you will need:
Before posing an item, you must retrieve its Item ID.
You can do this by using Unity Explorer to inspect your item's ItemComponent.
Copy or note it down for later.
Before running the command, you should:
Once ready, get to the airport, open your console and run:
ItemPoser.PoseItem <itemID>
This will snap and pose the item using it's UI Data, and locks the freecam to it.
You can then easily take a screenshot and import it to your editor of choice.
If your custom item does not pose well, you'll need to configure these UI Data fields in your custom item's prefab:
Icon Position OffsetIcon Rotation OffsetIcon Scale OffsetThese control how the item appears when rendered as an icon.
There are two methods for configuring icon offsets.
For quick results, you can copy the values of a vanilla item with an Item Icon you like.
It usually give great looking icons, especially if both items have the same girth.
For better control, you can configure the offsets manually in the Unity Editor.
Create Empty Parent)
❌ Important: Do NOT change the parent object's transform. Only change the original item's transform (the game object holding the ItemComponent)
You can then hide/disable the player hand models and/or anything that's in the way.
Adjust the position, rotation, and scale of your item visually and manually.
Once you're satisfied, copy/paste the transform values into the item's UI Data:
Position ( right-clicking Position -> Copy) to Icon Position OffsetRotation ( right-clicking Rotation -> Copy Euler Angle) to Icon Rotation OffsetScale of X to Icon Scale OffsetThen finaly in the Inspector, right-click on UI Data and select Apply to Prefab to save the offset to your prefab.
Rebuild your bundle and your item should now pose correctly.
To help you get a good and easy to work with shot, the mod comes with a couple of configs options:
Red Value, Green Value, Blue Value: The RGB values of the item's backdrop (ranges from 0-255). Leave as default for a perfect green.Setup Rotation: The Y angle (yaw) of the whole pose setup. Use this to tweak the lighting.You can change these configs in the mod's config file.
You'll need to run the mod first for it to generate or use a mod like ModConfig to change them in game. You can use your mod manager too!
If you find any bugs with the mod or have any suggestion, please add a ticket to the git repo. We'll take a look and respond as soon as possible!