I am unable to figure out how to get the item to spawn i have tried the exec command and without and it just never spawns the items anywhere even after i load the text files any help would be great
I haven't played the game for over a year so to be honest i cant really remember. But I asked GPT and it gave me this answer:
To spawn an item in "Kingdom Come: Deliverance," you can use the `wh_cheat_addItem` console command. This command allows you to add a specific item to your inventory using the item's ID.
### Steps to Spawn an Item
1. **Open the Console**: Press the `~` key (tilde) or `^` key to open the console while in-game.
2. **Use the `wh_cheat_addItem` Command**: Type the command followed by the item's ID and the quantity you want to spawn. The syntax is: ``` wh_cheat_addItem <itemID> <quantity> ```
### Example
If you want to spawn a specific sword, you'll need to know its item ID. Let's say the item ID for the sword you want is `id_weapon_sword_long_001` and you want to add one of these swords to your inventory. You would type: ``` wh_cheat_addItem id_weapon_sword_long_001 1 ```
### Finding Item IDs
To find item IDs, you can refer to online resources such as wikis, forums, or databases dedicated to "Kingdom Come: Deliverance." Here are some commonly used item IDs:
If you frequently need to spawn the same items, you can create a text file with the `wh_cheat_addItem` commands and use the `exec` command to execute them all at once. For example:
1. **Create a File**: Create a text file named `spawnitems.txt` and add the following lines: ``` wh_cheat_addItem id_groschen 1000 wh_cheat_addItem id_potion_health_01 5 wh_cheat_addItem id_weapon_sword_long_001 1 ```
2. **Save the File**: Save `spawnitems.txt` in the game's main directory.
3. **Execute the File**: Open the console in the game and type: ``` exec spawnitems.txt ```
This will add 1000 Groschen, 5 health potions, and 1 long sword to your inventory.
### Important Notes
- **Correct IDs**: Ensure you have the correct item IDs. Using incorrect IDs will result in errors or no items being added. - **Save Your Game**: Always save your game before using console commands to avoid any potential issues.
Ps. love that we have come to a time where one can ask GPT such things :) hope it helps a little.
7 comments
To spawn an item in "Kingdom Come: Deliverance," you can use the `wh_cheat_addItem` console command. This command allows you to add a specific item to your inventory using the item's ID.
### Steps to Spawn an Item
1. **Open the Console**: Press the `~` key (tilde) or `^` key to open the console while in-game.
2. **Use the `wh_cheat_addItem` Command**: Type the command followed by the item's ID and the quantity you want to spawn. The syntax is:
```
wh_cheat_addItem <itemID> <quantity>
```
### Example
If you want to spawn a specific sword, you'll need to know its item ID. Let's say the item ID for the sword you want is `id_weapon_sword_long_001` and you want to add one of these swords to your inventory. You would type:
```
wh_cheat_addItem id_weapon_sword_long_001 1
```
### Finding Item IDs
To find item IDs, you can refer to online resources such as wikis, forums, or databases dedicated to "Kingdom Come: Deliverance." Here are some commonly used item IDs:
- **Groschen (Money)**: `id_groschen`
- **Health Potion**: `id_potion_health_01`
- **Marigold Decoction**: `id_potion_marigold_01`
- **Long Sword**: `id_weapon_sword_long_001`
### Using the `exec` Command to Spawn Items
If you frequently need to spawn the same items, you can create a text file with the `wh_cheat_addItem` commands and use the `exec` command to execute them all at once. For example:
1. **Create a File**: Create a text file named `spawnitems.txt` and add the following lines:
```
wh_cheat_addItem id_groschen 1000
wh_cheat_addItem id_potion_health_01 5
wh_cheat_addItem id_weapon_sword_long_001 1
```
2. **Save the File**: Save `spawnitems.txt` in the game's main directory.
3. **Execute the File**: Open the console in the game and type:
```
exec spawnitems.txt
```
This will add 1000 Groschen, 5 health potions, and 1 long sword to your inventory.
### Important Notes
- **Correct IDs**: Ensure you have the correct item IDs. Using incorrect IDs will result in errors or no items being added.
- **Save Your Game**: Always save your game before using console commands to avoid any potential issues.
Ps. love that we have come to a time where one can ask GPT such things :) hope it helps a little.
Couldn't find Bianca's ring in the texts, though.
cheat_add_item id:aac0794c-8fb7-41f5-ba6a-90c313c286b2 : Bianca's Ring
^ In case anyone wants it.