Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Test1:
Can you add an item, from base game, not DLC? Example, type the following in console:
player.additem 106e1b 1
Did a message proc on HUD? Did you receive the item?
Feel free to retest with DLC item, such as item xx01cd74 (02, 03, or 04 prefix).
Test2: Make a batch file with the following lines -
player.additem "00106e1b" 1
player.additem "00106e1b" 2
player.additem "00106e1b" 3
Execute the batch file via console to get some Abecean Longfin.
If you get none, something with file placement, naming, syntax, is suspect.
If you only get 1, the string of commads failed there, or 3 at second line, or 6 = success.
Drop the items in a container, decide if you want to test directly to a contanier's refID instead.
Test3:
Next, try an item from DLC with the appropriate prefix for your system:
For me, it is suffix 03; for you it may be 02 or 04.
player.additem "0301cd74" 1
player.additem "0301cd74" 2
player.additem "0301cd74" 3
Execute test, verify results for Ash Creep Cluster.
If it fails, then try another prefix, just like in Test1.
Wikis have instructions:
http://en.uesp.net/wiki/Skyrim:Console
http://elderscrolls.wikia.com/wiki/Console_Commands_(Skyrim)
grrr, edits, i meant "prefix" not "suffix" - changed.
I can spawn regular skyrim items just fine, its the hearthfire items I have difficulty conjuring. The prefix is supposed to be 03 as that is the load order of the hearthfire DLC as far as I am aware. I tried all the prefixes for a single hearthfire item from 01 to 10 but none of them seem to work. I always get something like "Item '0300303f' not found for parameter objectID" that is for making goat hornes for the sconces used to light up the home.
Anyway, after awhile I thought of a way I could get around this problem. Since I can create gold just fine and i can buy all the things i need from merchants I will just create the gold i need to buy the items instead of spawning them.
Thank you for your help though.
1) Placed a Goat Horn into a container.
2) Targeted container within console, and typed showinventory
3) Result was for ID 0400303f, rather than 03 prefix.
4) player.additem 0400303f resulted in a Goat Horn being added to character.
Failures resulted in:
Item '0300303f not found for parameter ObjectID. Compiled script not saved!
np, you are welcome