0 of 0

File information

Last updated

Original upload

Created by

Funningur

Uploaded by

Funningur

Virus scan

Safe to use

Tags for this mod

7 comments

  1. glglglglgl
    glglglglgl
    • premium
    • 0 kudos
    Thank you so much for this!
  2. sasfury695
    sasfury695
    • supporter
    • 0 kudos
    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
    1. Funningur
      Funningur
      • member
      • 2 kudos
      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:

      - **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.
  3. NeuroticPixels
    NeuroticPixels
    • premium
    • 135 kudos
    Thank you! Endorsed!

    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.
  4. DarkDevil428
    DarkDevil428
    • premium
    • 50 kudos
    Very helpful , thx :)
  5. sepehrd1379
    sepehrd1379
    • member
    • 0 kudos
    Thank you for this
    1. Funningur
      Funningur
      • member
      • 2 kudos
      You are very welcome :)