Jump to content

Spawning Guns


iAmInnocent

Recommended Posts

If the item starts with ff then it was thrown on the ground or otherwise spawned. Objects you see in the world are just references to the actual base objects. You need the base ID of the item, not a reference.

If you have NVSE you can get the base object of something in the world by clicking on it when in the console, and typing GBO <enter>

If you have the item in your inventory, you can type:
Player.inv <enter>
and press page-up/page-down to look at the list of items in the player - they are all baseIDs.

Link to comment
Share on other sites

If the item starts with ff then it was thrown on the ground or otherwise spawned. Objects you see in the world are just references to the actual base objects. You need the base ID of the item, not a reference.

 

If you have NVSE you can get the base object of something in the world by clicking on it when in the console, and typing GBO <enter>

 

If you have the item in your inventory, you can type:

Player.inv <enter>

and press page-up/page-down to look at the list of items in the player - they are all baseIDs.

 

 

Thanks, player.inv got me it.

 

 

I dont think that helps him. He wants the item to spawn, so i assume he does not hold it neither can he console-click on it ingame.

 

Yeah, I wasn't able to console-click it.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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