GiveItem Console Command

Documentation and detailed help with working examples.

GiveItem Command

Player

This command adds the specified item to your inventory, relative to the blueprint, in the specified quantity and with the specified quality. Unlike the GFI command, you must specify the full blueprint.

Parameters

The syntax for this command is as follows:

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 GiveItem console command.

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

Search our complete list!

Quick Overview

The GiveItem command is used to give yourself items.

To specify items by their item number, use GiveItemNum.

To specify items by a part of its blueprint path, use GFI.

To give items to another player, use GiveItemToPlayer.

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 GiveItem
Blueprint Path
Amount
Quality
Force Blueprint

Examples

cheat GiveItem "Blueprint'/Game/ScorchedEarth/CoreBlueprints/Resources/PrimalItemResource_Sand.PrimalItemResource_Sand'" 1 1 false

This command will add 1 Sand with the quality 1 to your inventory.

cheat GiveItem "Blueprint'/Game/ScorchedEarth/CoreBlueprints/Resources/PrimalItemResource_Sand.PrimalItemResource_Sand'" 1 1 true

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