Jump to content

anyone know base id of these metal shelves?


panstone

Recommended Posts

Not off hand... I don't have access to the game as I am on the road. If you use your console you should be able to click on one then scroll through the ids. Write them down. (Save your game before you do the next part) use player.placeatme 00xxxxxxx whatever the ids were until you find the one you want ... then you will have your answer.

 

Hope that helps..

Link to comment
Share on other sites

Expanding on the addition to the above, that will give a single shelf.

Console requires an ini edit to enable it.

Exact formatting is required for console use

 

FormID Example used= 0001ec40 (leading zeros can be missed, but the first two numbers represent the load order position, for your setup, of the source. Fallout4.esm is 00

 

Add to inventory 10 of the specific item

player.additem 1ec40 10

 

Place next to player 5 of the specific item

player.placeatme 1ec40 5

 

There's a convenient search sytem, where if you use part of the items in game name. It needs a search filter from 0 to 4 and if the search term has a space, it needs "putting in quotes".

Filters

0 = search all

4 is best for inventory/workshop items

So I recommend you try searches like this, unless you know the name given in game.

 

Help shelf 4

Link to comment
Share on other sites

The reason I suggested saving the game then doing a search by scrolling is, sometimes pointing at an it does not give the ID of the item you think you are pointing at, and when you spawn an item, it may produce an undesired result. The reason I suggested the placeatme command is, sometimes if you use additem, you'll get a CTD or bugged where you can't move... some items weren't intended to go into your inventory. (This could be fixed in 4, most of my modding comes from 3)

Link to comment
Share on other sites

  • Recently Browsing   0 members

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