Borch1d Posted November 12, 2010 Share Posted November 12, 2010 Okay , massive noob moment but I'm looking at the form lists and trying to figure out which ones I need to edit to get the new weapons and ammo to show up on random npcs and in store inventories. There's just so many of them (unclearly marked) and many of them seemingly from FO3 that I'm worried I'll break something lol. Ex Powder Gangers , Convicts , ect. I made up a 9mm Fleshette Pistol that sprays 5 shards at 24 base damage (4.8 * 5 damage per shot) with burst fire functionality and half the range of the original. It also causes Open wounds , 1 damage per second / 8 seconds. Horrid vs enemies with armor , but enemies without . . . ;) Link to comment Share on other sites More sharing options...
MistahFixIt Posted November 12, 2010 Share Posted November 12, 2010 @Borch1d You're not looking for a FormList, if you're trying to adjust randomized NPC loot. What you're looking for is the 'Leveled Items' lists, which are under the Leveled Item heading in the Items tab. You'll know you're in the right place when you get lists of little green cubes. :3 these are sort of... containers which spawn inside containers, if that makes any sense at all. The G.E.C.K. wiki has this to say about Leveled Item lists => LINK Link to comment Share on other sites More sharing options...
Borch1d Posted November 12, 2010 Share Posted November 12, 2010 That's where I was at lol.I gotta say the fun of modding is only matched by my confusion at it :PAre there any particulars that I should edit to make sure the items show up under?ex I've noticed there are 6+ lists for weapons to spawn in vendors alone , I want my weapons to show up but I don't want them to dominate the majority of the spawns and eliminate the vanilla items.(Hopefully that made sense , I'm functioning ;) on 3 hours of sleep) Thank you btw Mistah Fix-It. Link to comment Share on other sites More sharing options...
MistahFixIt Posted November 12, 2010 Share Posted November 12, 2010 My advice is to open each vendor Item List, see what it contains, and use your own judgment to determine whether your weapon is in the same class as the items on that particular vendor list. If the weapon is much more powerful, then find a list with better weapons in it. But don't drop it in a list with weapons stronger than the one you're trying to spawn. ;P Link to comment Share on other sites More sharing options...
Aragron Posted November 12, 2010 Share Posted November 12, 2010 Are there any particulars that I should edit to make sure the items show up under?To make sure your weapon /ammo appears in the NPC you can add it directly to the Inventory of the NPC , for example : Chet from goodspring... GSChetRef.additem "your item" x,the problem is,if you kill Chet,the item will be there...You can resolve this by creating a gamemode script that checks if the vendor is alive,if not the script removes the item from the body, Also,to see the right leveled list,find the vendor container and the lists he uses will be there. Link to comment Share on other sites More sharing options...
Borch1d Posted November 14, 2010 Share Posted November 14, 2010 Thanks for the advice everyone :) :) Busy as heck right now but once I have a chance to get it working (or epically fail again . . .) I'll let you know :) -Borch1d Link to comment Share on other sites More sharing options...
Recommended Posts