A question for the PC/technical users of New Vegas

Post » Wed Aug 31, 2011 12:36 pm

So I've been wondering, when you use, say, a Sierra Madre Vending Machine, or give items to Muggy, or use benches. Where do the items GO? I mean, do they just get deactivated from the game, or do they go to some sort of 'netherworld' of sorts where unspawned items go? Sorry if this is random or weird, it's just a curiousity thats always been on my mind.
User avatar
Lucie H
 
Posts: 3276
Joined: Tue Mar 13, 2007 11:46 pm

Post » Wed Aug 31, 2011 1:58 pm

I think they are disabled upon them being removed from your inventory. Then again, I barely even know what a GECK is, so someone else may be of more help.
User avatar
electro_fantics
 
Posts: 3448
Joined: Fri Mar 30, 2007 11:50 pm

Post » Wed Aug 31, 2011 10:30 pm

Yeah, thats why Im asking, because I'm curious about the games inner workings, but my PC isnt capable of running New Vegas.
User avatar
k a t e
 
Posts: 3378
Joined: Fri Jan 19, 2007 9:00 am

Post » Wed Aug 31, 2011 11:38 pm

They just remove them from the game. To send them off to some other netherworld would just add to the memory the system would require as it'd be forced to keep track of every item ever given to the vending machine or Muggy.
User avatar
Emma-Jane Merrin
 
Posts: 3477
Joined: Fri Aug 08, 2008 1:52 am

Post » Wed Aug 31, 2011 4:27 pm

I think they are disabled upon them being removed from your inventory. Then again, I barely even know what a GECK is, so someone else may be of more help.


They just remove them from the game. To send them off to some other netherworld would just add to the memory the system would require as it'd be forced to keep track of every item ever given to the vending machine or Muggy.

The above are how it works.

The Pip-Boy's inventory lists are basically a set of containers, although they don't have a GECK entry you can tinker with. As such, the items within do not actually exist save as a collection of RefID markers, so when you 'use' one the inventory script uses the 'removeitem' command to disable the appropriate number of copies of the RefID in question and delete it/them from game memory, and then increments the appropriate counter. When you drop one or more of an item, the game actually spawns the appropriate number of physical objects on the fly; since the objects themselves are persistent references they don't vanish when the cell resets, however if they're picked up the object de-spawns immediately and is replaced in the recipient's inventory by a RefID marker as above.
User avatar
Adriana Lenzo
 
Posts: 3446
Joined: Tue Apr 03, 2007 1:32 am


Return to Fallout: New Vegas