GiveItemToPlayer Console Command

Documentation and detailed help with working examples.

GiveItemToPlayer Command

Player

This command adds the specified item to the specified player's inventory, specified by the full blueprint path, in the specified quantity and with the specified quality.

Parameters

The syntax for this command is as follows:

UE4 ID

The UE4 ID of the player you wish to give the items to.

The full blueprint path of the item you wish to add, not just the GFI code.

Amount
Type: Number

The quantity of the item you wish to add.

Quality
Type: Number

The quality of the item you wish to add.

Force Blueprint
Type: Boolean

Specify 0 to add the item to your inventory, 1 to add the blueprint of the item to your inventory.

Information

Below is information about the GiveItemToPlayer console command.

Cheat
Console compatible
TargetNone
Version added0.0
Looking for Ark: Survival console commands?

Search our complete list!

Quick Overview

The GiveItemToPlayer command is used to give a specific item to a specific player in the game.

It requires you to specify the player ID, blueprint path, item quantity, and item quality. It also needs the instruction whether the game should add a blueprint of the specified item or not.

To specify items by their item number, use GiveItemNumToPlayer.

To give items to yourself, use GiveItemNum.

Command Builder

Adjust the settings below to automatically generate a command. Once you have the inputs you want, click the copy button and paste it into the console in Starfield.
cheat GiveItemToPlayer
UE4 ID
Blueprint Path
Amount
Quality
Force Blueprint

Examples

cheat GiveItemToPlayer 23760123 "Blueprint'/Game/Aberration/CoreBlueprints/Resources/PrimalItemResource_Gem_Element.PrimalItemResource_Gem_Element'" 1 5 false

This command will add 1 Red Gem with the quality 5 to the inventory of the player with the UE4 ID of 23760123.

cheat GiveItemToPlayer 23760123 "Blueprint'/Game/Aberration/CoreBlueprints/Resources/PrimalItemResource_Gem_Element.PrimalItemResource_Gem_Element'" 1 5 true

This command is the same as above, but because we specify true for the Force Blueprint parameter, the blueprint of Red Gem rather than the item will be added.