player.additem in console help needed...

Post » Thu Jun 28, 2012 12:36 pm

Im trying to enter the following in the console:

player.additem 160025a9 1

and it wont take what am i doing wrong?
User avatar
carrie roche
 
Posts: 3527
Joined: Mon Jul 17, 2006 7:18 pm

Post » Thu Jun 28, 2012 11:16 am

its an configuration item for hypothermia.
User avatar
JLG
 
Posts: 3364
Joined: Fri Oct 19, 2007 7:42 pm

Post » Thu Jun 28, 2012 3:21 pm

Make sure you're using the right FormID. Where in your load order is Hypothermia loading? That number (in hexadecimal) is the first two digits of the FormID. So, the command would look something like
player.additem xy0025a9 1
Where xy is the mod's position in the load order.

Edit: Another thing you can do is use the help command. Just open up the console, type in "Help [name]" ( [name] is the name of the item in question). That should give you the FormID (among other information).
User avatar
Liv Staff
 
Posts: 3473
Joined: Wed Oct 25, 2006 10:51 pm

Post » Thu Jun 28, 2012 6:57 am

My load order is 16 the last one on the bottom.
ive tried entering various ways....i dont know the name of the item its just a configuraion item is all i know.i get the compiled script error and cant parse line
User avatar
Sara Johanna Scenariste
 
Posts: 3381
Joined: Tue Mar 13, 2007 8:24 pm

Post » Thu Jun 28, 2012 6:37 am

Since load order is a hex number, try 15 instead of 16.
User avatar
Jessica Stokes
 
Posts: 3315
Joined: Fri Jul 28, 2006 11:01 am

Post » Thu Jun 28, 2012 9:15 am

16 in decimal or 16 in hexidecimal? 16 in hexidecimal is 22 in decimal.
User avatar
Rachael Williams
 
Posts: 3373
Joined: Tue Aug 01, 2006 6:43 pm

Post » Thu Jun 28, 2012 2:35 am

Since load order is a hex number, try 15 instead of 16.

10, actually. 15 in Hex is 0F.
User avatar
Rusty Billiot
 
Posts: 3431
Joined: Sat Sep 22, 2007 10:22 pm

Post » Thu Jun 28, 2012 12:29 pm

huh?
User avatar
Kat Stewart
 
Posts: 3355
Joined: Sun Feb 04, 2007 12:30 am

Post » Thu Jun 28, 2012 7:47 am

They're saying, try putting in the code:

player.additem 100025a9 1
User avatar
gemma
 
Posts: 3441
Joined: Tue Jul 25, 2006 7:10 am

Post » Thu Jun 28, 2012 2:54 pm

i tried both 10 and 15 and i got

item"100025a9" not found for parameter ObjectId

il try again though
User avatar
Darian Ennels
 
Posts: 3406
Joined: Mon Aug 20, 2007 2:00 pm

Post » Thu Jun 28, 2012 2:47 am

got the same error as above.
User avatar
Nienna garcia
 
Posts: 3407
Joined: Wed Apr 25, 2007 3:23 am

Post » Thu Jun 28, 2012 1:56 am

i tried both 10 and 15 and i got

item"100025a9" not found for parameter ObjectId

il try again though
Try 0F0025a9.

Reasoning: Load order uses zero-based indexing, meaning the sixteenth element would have index 15 (or 0F in hex).
User avatar
Pants
 
Posts: 3440
Joined: Tue Jun 27, 2006 4:34 am

Post » Thu Jun 28, 2012 7:11 am

You need the display name of the form. Surely this is more forthcoming than the FormID. Either way, you can type:

help "Display Name"

Which will give you the form's correct FormID.
User avatar
Alisha Clarke
 
Posts: 3461
Joined: Tue Jan 16, 2007 2:53 am

Post » Wed Jun 27, 2012 11:27 pm

Try 0F0025a9.

Reasoning: Load order uses zero-based indexing, meaning the sixteenth element would have index 15 (or 0F in hex).


i got the same objectid error.
User avatar
GRAEME
 
Posts: 3363
Joined: Sat May 19, 2007 2:48 am

Post » Thu Jun 28, 2012 1:59 am

You need the display name of the form. Surely this is more forthcoming than the FormID. Either way, you can type:

help "Display Name"

Which will give you the form's correct FormID.


il try it right now
User avatar
Emily Shackleton
 
Posts: 3535
Joined: Sun Feb 11, 2007 12:36 am

Post » Thu Jun 28, 2012 4:40 am

Also, take note that you need the FormID of the actual object itself, not the ID of whatever in-game instance of it you selected in the console. The number the console gives you is the ID of the Object Reference (RefID), which is a completely different number from the FormID.
User avatar
Sakura Haruno
 
Posts: 3446
Joined: Sat Aug 26, 2006 7:23 pm

Post » Thu Jun 28, 2012 2:06 am

For some reason, I'm finding this thread really funny.
User avatar
Blaine
 
Posts: 3456
Joined: Wed May 16, 2007 4:24 pm

Post » Thu Jun 28, 2012 10:05 am

maybe im not using the console right,ive tried everything i could think of.
maybe il just not use hypothermia mod.
User avatar
victoria johnstone
 
Posts: 3424
Joined: Sat Oct 14, 2006 9:56 am

Post » Thu Jun 28, 2012 12:28 pm

Hmm, looking at the plugin it seems that the book's FormID is actually xx007C4D. Assuming you're talking about http://skyrim.nexusmods.com/mods/6745.
User avatar
dav
 
Posts: 3338
Joined: Mon Jul 30, 2007 3:46 pm

Post » Thu Jun 28, 2012 9:15 am

Hmm, looking at the plugin it seems that the book's FormID is actually xx007C4D. Assuming you're talking about http://skyrim.nexusmods.com/mods/6745.

i tried it and got the same error..im done with this mod...thanks everyone for trying to help.
User avatar
GLOW...
 
Posts: 3472
Joined: Thu Aug 03, 2006 10:40 am


Return to V - Skyrim