Fallout New Vegas
0 of 0

File information

Last updated

Original upload

Created by

lasere200

Uploaded by

lasere200

Virus scan

Safe to use

167 comments

  1. lasere200
    lasere200
    • member
    • 7 kudos
    Locked
    Sticky
    HELP WELCOMED ON KNOWN ISSUES:

    1. Safes (with an attached/OnActivate script), unlocked by Terminals are not looted. This is because GetRefs or GetFirstRef/GetNextRef does not catch these containers after they are unlocked.

    2. Plant activators (just Coyote Tabacco as far as my mod is concerned) have a similar issue. GetRefs and GetFirstRef/GetNextRef does not catch these refs when a new game is started. Once used, they are caught and looted if the game is reloaded. It may be that they are caught as <no name> the first time around or not at all since they too have attached/OnActivate scripts and there's probably an interaction that escapes me between GetRefs and OnActivate/attached scripts.

    3.I assume there are some hidden items in certain containers. There's 100 caps in the school safe in Goodsprings that you I suppose unmodded players can't see/loot. Since I cycle through the Refs in the container, my mod picks them up if they are within it's scope (caps for example are). I don't know of any flag/function to filter them out.

    4. Ownership and Karma - Since my aim is to keep everything that is not within the scope of mod untouched, Ownership and karma were quite difficult to manage. I've got it down to two things left:

    A. Ownership of items from stolen containers. AddItemOwnership function doesn't work with stacks or at lest that's my conclusion. I posted it as an issue on github and hopefully i'll get to the bottom of it.

    B. There's a regular karma loss stealing from evil NPCs. Not from factions though (and this I *guess* is much more important). Factions work fine.

    These are the remaining issues of this mod for it to be what I intended it to be. Some of them have been bugging me for years and I'm sure they translate to certain small scale cheating-like effects which I never wanted the mod to have.

    Any help would be much appreciated and helping me fix any of these issues will earn you and THANK YOU credit :P
  2. ItaloHellboy
    ItaloHellboy
    • member
    • 3 kudos
    i really would like a TTW 3.3 version of this.
    1. bct18181
      bct18181
      • premium
      • 28 kudos
      You're in luck. I decided to do the grunt work.

      I added the following to the formlist.
      • .32 ammo
      • railway spike
      • dart
      • liquid nitrogen
      • alien power module
      • nuka cola quantum
      • brotherhood of steel holotag
      • prewar book for that tasty turn in quest
      • and scrap metal because it's useful (turn into walter for gains)

      TaleOfTwoWastelands.esm is required. If I missed something let me know.

      edit: decided to remove the link due to 83 people downloading and not one even bothering to thank me.
    2. Kuna88
      Kuna88
      • member
      • 0 kudos
      Many thanks for the file its working great but i noticed that it not collect all prewar books, like its more than one version of that item.


      • bookgeneric02.nif FF0042BA
      • bookgeneric03.nif FF0042C3
      • bookgeneric04.nif FF0042C2
      • BookGeneric04.nif FF0042C5
      • bookgeneric05.nif FF0042BC
      • bookgeneric08.nif FF0042BB
      also if i can ask to add pencil, wine, whisky, nukacola, sunset sarsaparilla item to list it will be golden. Kudos to u again ^^
      or if you dont have time for that some hints how to add it myself :p
    3. Moniker404
      Moniker404
      • member
      • 1 kudos
      lmao wow 83 huh 82 was okay though
    4. BlooYed
      BlooYed
      • member
      • 0 kudos
      Clown
  3. FIRSTODST1
    FIRSTODST1
    • premium
    • 0 kudos
    How can I add items to the loot list? I'm trying to add the arrows from xilandros bow mod. 
  4. bugboy1014
    bugboy1014
    • premium
    • 0 kudos
    is there a way we can customize this with our own items? as in, have a way to add or remove certain items from the loot list? I ask because I noticed it's not picking up empty bottles at all in my games (of any variety), and those would be useful if it did, especially in rooms where they are randomly strewn about the floor and it's hard to see them. Plus, having the ability to like, let's say, point at an item, and press a button to add it to the loot list, would be beneficial for making sure it picks up modded items too ^^
    1. DarkFaeGaming
      DarkFaeGaming
      • member
      • 3 kudos
      I'll second this. Even things like tin cans and bent tin cans. Got mods to turn them into scrap metal, so would love to see them lootable.
    2. EatingSewerPoop
      EatingSewerPoop
      • supporter
      • 0 kudos
      Look up pushthewinbuttons auto loot mod. It is similar to what you want except it’s not automatic but it does make looting way easier. I use both mods together with no problems. 
    3. bct18181
      bct18181
      • premium
      • 28 kudos
      You can add items to the FormID lists with FNVedit.
    4. DragonSlayer667
      DragonSlayer667
      • supporter
      • 28 kudos
      Ah, i've tried push's autoloot mod but it doesn't quite cut it, because it turns out it's easier to just vacuum up a pile of trash with that stewie tweaks fast loot option than it is to hold a key and wait till it decides to catch some stuff and leave some behind.

      Currently mucking about with this old mod to see if i can make it a big ole trash vacuum, which is hard for someone with very little mad skripting skillz.
    5. Gunzerker111
      Gunzerker111
      • member
      • 0 kudos
      Where's the option at, I don't see it?
  5. DrakeCaesar
    DrakeCaesar
    • supporter
    • 1 kudos
    Hey guys, I've figured out why plants don't get picked.
    The issue seems to be in the call to GetFirstRefInCell, the last parameter has to be set to 1 instead of 0. In the script it's line  104.
    set ActiR to GetFirstRef 21 1 0

    has to be changed to 
    set ActiR to GetFirstRef 21 1 1
    1. lizertech
      lizertech
      • supporter
      • 1 kudos
      how to make such edit?
    2. t14462
      t14462
      • member
      • 0 kudos
      @DrakeCaesar Exactly same with scripted containers, creatures and NPCs. Man, your advice is AWESOME. You're fixed this mod!!! COOL!!!
    3. DragonSlayer667
      DragonSlayer667
      • supporter
      • 28 kudos
      Just hop on the GECK, load up the mod and edit the ALEnhS script and save it, but i just did and the plants still don't get harvested, so this might be a hoax.
  6. frankieocnarf
    frankieocnarf
    • premium
    • 7 kudos
    thanks for the great mod! any chance of a compatibility patch with ttw?
    1. Moniker404
      Moniker404
      • member
      • 1 kudos
      https://taleoftwowastelands.com/viewtopic.php?t=7545
      read through posts to update it some. 
  7. Dgotpwnd
    Dgotpwnd
    • member
    • 0 kudos
    When I activate auto loot, it ignores most of the items laying around and I've only seen it loot one or two loose items. Does it ignore junk?
  8. bct18181
    bct18181
    • premium
    • 28 kudos
    If you ever get around to updating this I would love if the lockpick option required you to not be in combat. It's extremely useful but it sucks ass when it happens in combat.
  9. atreyuts
    atreyuts
    • supporter
    • 0 kudos
    Can anyone make this mod loot EVERYTHING except quest items and without stealing?
    1. swapoer
      swapoer
      • supporter
      • 1 kudos
      Second this
    2. SigmaAirav
      SigmaAirav
      • member
      • 0 kudos
      I toss my hat into this, I would like to be able to loot clutter items like tin cans, scrap electronics etc. that I can later break down and or craft with
    3. Starbound721
      Starbound721
      • member
      • 7 kudos
      I also request this feature, to pick up even juck etc.. For me the most tedious is picking up cand and bottles etc.

      In any case thank you  for the mod!
    4. demarnem
      demarnem
      • member
      • 7 kudos
      I built my mod to loot everything.
      Almost fully configurable.
      Problem is, it crashes every now and then - particularly near exploding cards and mininukes - and I could not figure out why...
    5. demarnem
      demarnem
      • member
      • 7 kudos
      I built my own mod based on  EvlLprchn and Volek's work to loot everything blindly (no filtering).
      Almost fully configurable distance, stealing, speed, etc.
      Problem is, it crashes every now and then - particularly near exploding cards and mininukes - and I could not figure out why...
      I don't know what to add to the exception list to make sure there are no attempts to loot weird stuff.
      Hence, most autoloot mods work with a limited whitelist instead - it's either that or the crash.
    6. krymzone1
      krymzone1
      • member
      • 3 kudos
      Could you upload it ? I'd like helping figuring out the problem
  10. bct18181
    bct18181
    • premium
    • 28 kudos
    I'm not sure but I think one of the plugins updated and sorta broke this. It doesn't like to loot from enemies anymore, seems random if it will. Loots just fine from the world though.
  11. Lines22
    Lines22
    • premium
    • 0 kudos
    If you're still updating this could you add sierra madre chips to the pickup list it would be appreciated?  Does this rely on form lists? cause i tried that and it didn't change anything leading me to believe there is something more.
    P.S  the form lists worked it just won't pick the sierra madre chips up off the ground but in containers it still does.