Lukid Posted September 1, 2014 Posted September 1, 2014 Hello, I can't seem to add most items (mods or not) to my inventory so I'm posting here in an attempt to find out what I'm missing. For example, if I'm trying to add "Advanced Recon Ranger Armor (Black)= xx022F04" (Load order=19 Index=26 according to NMM).I convert the decimal (19) to hex (13), launch the game via NVSE from NMM and type into the console:player.additem 13022F04 1the result is:SCRIPTS: Script 'SysWindowCompileAndRun', line 1: item '13022F04' not found for parameter ObjectID. Compiled script not saved!I've also tried with stock items like the Anti-Material Rifle and it doesn't seem to work either giving the same result.Judging from my googlefu this problem seems to come up quite a lot but unfortunately none of the previous threads helped me so here I am.Thanks for your help.
Ladez Posted September 1, 2014 Posted September 1, 2014 The load order index is already hexadecimal so there's no need to convert it.
Lukid Posted September 1, 2014 Author Posted September 1, 2014 Woops, missed that. Well I tried the following and it still didn't work.player.additem 19022F04 1Thanks for the reply.
Ladez Posted September 1, 2014 Posted September 1, 2014 Then you must be referencing the wrong file. Do a double check.
Lukid Posted September 1, 2014 Author Posted September 1, 2014 I feel silly for not trying this before but I just changed my load order around out of sheer curiousity and it worked.The esp load order value was changed from 19 to 1D.Thanks again for your help.
Recommended Posts