payl0ad Posted September 30, 2020 Share Posted September 30, 2020 Crosspost from reddit.com/r/falloutmods I know how vendors are constructed on the technical level. The containers (like VendorVault81Misc for Alexis Combes) do not contain any references to their respective legendary weapon however. So this means the gun is added by a script somehow. Fine. I don't particularly care how the script does its work but I need to know the EditorID of that script and how the game puts The Overseers Guardian into Alexis' merchant container exactly. More exactly, I need to know which LL the script generates the legendary base item from and in which ESP record this happens, so I can change the legendary base item of The Overseers Guardian. Same for all other vendor-sold unique guns basically, TOG is just a nice example. Anybody know how this works exactly? I would have expected a script having a direct reference to the vendor chests but that is not the case. I suspect the script will grab the ref to the merchant container by an alias instead but I don't understand aliases enough to be able to deconstruct the generation of those items. Whatever the case may be, I've already tried changing LGND_PossibleLegendaryItemBaseLists_GunGroupHigh and LGND_PossibleLegendaryItemBaseLists_GunGroupLow but it does not seem like my changes to those lists are taken into account; I would assume those lists are only used for randomly generated legendaries on spawned mobs(?). Link to comment Share on other sites More sharing options...
DoctorKaizeld Posted September 30, 2020 Share Posted September 30, 2020 I thought it was just an item in their shop inventory list. Wasn't aware it was injected... though honestly I haven't really looked in a long time. Link to comment Share on other sites More sharing options...
payl0ad Posted September 30, 2020 Author Share Posted September 30, 2020 Yeah if it was that simple I wouldn't have a problem. :( Link to comment Share on other sites More sharing options...
DoctorKaizeld Posted September 30, 2020 Share Posted September 30, 2020 That sucks. If my computer wasn't borked right now I would take a look Link to comment Share on other sites More sharing options...
SKKmods Posted September 30, 2020 Share Posted September 30, 2020 Checkout AspirationalItems quest Stage 900 Link to comment Share on other sites More sharing options...
payl0ad Posted September 30, 2020 Author Share Posted September 30, 2020 (edited) I think I've found it by pure random chance. There's LLs called "Aspiration_Weapon_*" that seem to be used by the "AspirationalItems" Quest, which seems to be what I'm after. Edit: Also, good morning SKK50 ;-) Edited September 30, 2020 by payl0ad Link to comment Share on other sites More sharing options...
Recommended Posts