Jump to content

no water x.x


Kreyd

Recommended Posts

Hello

 

I have some issue with my Purified water bottle since she don't show up in my pipboy inventory... i gathered several Purified water but it's nowhere on me.

 

To drink i have to found water outside and drink it or use some fruit, also since i gathered many purified water im nearly in overweight because of that ! and i cant use or delete those invisible Purified water since i can't find them all that i gathered -_-"

 

any solution idea to make my Purified water appear somewher or at least to delete them to decrease my weight :/ ?

Edited by Kreyd
Link to comment
Share on other sites

Open up the debug console and type player.showinventory. The purified water should be in there even if it doesn't show up in your pipboy. It will be listed with an 8 digit hex code, something like 0804CDEF (not the real code, that's just a number I made up, look for the real code on your screen when you list the inventory). If it says you have 24 of them (again, not a real number, just a made up example) you can type player.removeitem 0804CDEF 24 and it will remove all 24 of them from your inventory (again, replace the example numbers here with the real ones from your computer).

 

The actual item code for an unmodified version of Fallout New Vegas is 000151A3. So in an unmodified FNV:

player.additem 000151A3 10 (adds 10 purified waters to your inventory)

player.removeitem 000151A3 10 (removes 10 purified waters from your inventory)

 

You probably have a mod installed that turns off the playable item flag in the purified water form. If the purified water has an item code that is something other than 000151A3 then the first two digits of that code will tell you which mod on your system created that version of the purified water. In other words, if the item code is 0804CDEF (my above made-up example) then the 08 part of that is the mod index. You can view the mod indexes in FOMM to see which mod that actually corresponds to. The mod index of 00 corresponds to the original Fallout game.

Link to comment
Share on other sites

Thanks for your fast and clear answer, i will check all of that !

But yeah i guess one of my mod disabled Purified Water use without deleting them from the game... maybe it's FOOK, i don't instaled any other "overhaul" mod

Link to comment
Share on other sites

  • Recently Browsing   0 members

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