ayynutella Posted May 29, 2022 Posted May 29, 2022 I'm trying to add the HEV suit mod: " https://www.nexusmods.com/newvegas/mods/57154 " the instructions say to replace XX with the load order, attatched is a picture of my load order so i wrote "player.additem 7000ADD 1" and i get the ivalid inventory object error message
ayynutella Posted May 29, 2022 Author Posted May 29, 2022 i don't know what i'm doing wrong can someone please help me out here?
olnorton Posted May 29, 2022 Posted May 29, 2022 (edited) Just a guess, but I would try player.additem 07000ADD 1 Or you could open the console and type search "lambda" and it will show you the item codes. Edited May 29, 2022 by olnorton
showler Posted May 31, 2022 Posted May 31, 2022 Make sure you use the "mod index" number, not the "load order" number. "load order" as listed by Vortex is just the order the mods load in, using regular numbers. "mod index" is the memory space the mod occupies, using hexadecimal numbers. That's the important one. The terms get used interchangeably in an often incorrect manner.
JimboUK Posted June 1, 2022 Posted June 1, 2022 The Item Browser is the best for this sort of thing, you can get it on TommInfinite's Discord https://discord.gg/zBTFhDbbSX
Recommended Posts