Jump to content

Player.additem Mod Items


jackbamm

Recommended Posts

So this one is a real b****. Im trying to get the Bionic Eyes implant from "Project Nevada", yet the flipping box isnt where its supposed to be. So as any person i made a new character, used TMM (or whatever it was) and got there. The implant was where it should be, so i snapped the code. Now the only problem is that i cant add the flipping item to my inventory. It gives me that usual Playadditem fault.. (Note: Normal items dont work either... Huh..)

 

Code of it

120075bb

Project Nevada Cyberware is the 12th mod on my list to load.

Link to comment
Share on other sites

I wrote "Player.additem 0c0075bb 1", it gives me the compiled script excuse agn...

EDIT: Actually it is number 18.. But it says "12" in the mod index

Might also be that the implant is not under Project Nevada Cyberware (which it should, i think) but maybe under Project Nevada equipment..

Edited by jackbamm
Link to comment
Share on other sites

The actual FormID of that implant is XX001951. I don't know if addItem works with references as well. But rather try this:

Enter 'coc PNxTestroom' in the console. It'll teleport you to a room that contains most if not all added items. In the corner is a box with all implants inside, so just take it from there. Then teleport back to the real world with 'coc Goodsprings'.

Edited by schlangster
Link to comment
Share on other sites

The actual FormID of that implant is XX001951. I don't know if addItem works with references as well. But rather try this:

Enter 'coc PNxTestroom' in the console. It'll teleport you to a room that contains most if not all added items. In the corner is a box with all implants inside, so just take it from there. Then teleport back to the real world with 'coc Goodsprings'.

 

Mate, thank you so much. That Implant is the one i craved the most. Project Nevada is damn cool!

Link to comment
Share on other sites

If your running NVSE drop the item on the ground, open the console then left click your mouse on the item & type GBO that will bring up the items code. Then just do player.additem "code" 1 or how ever many you want. Just dont do what i do all the time & forget to add how many you want. Usally ends up with me swearing at my PC for being stupid. ;(
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...