ZB245 Posted January 27, 2013 Share Posted January 27, 2013 I have created a mod and have been Googleing the hell out of this problem I'm having. I want to add my weapons from my mod (http://newvegas.nexusmods.com/mods/48895/) to a level list but everything i find is for somebody with allot of experience and i am still learning this stuff and would really appreciate it if somebody give me a tutorial or a link to a tutorial on how to add my weapons to a level list so NCR and Raiders are carrying them. Link to comment Share on other sites More sharing options...
Ironman5000 Posted January 28, 2013 Share Posted January 28, 2013 This is your best option http://geck.bethsoft.com/index.php/Adding_items_to_vendors Link to comment Share on other sites More sharing options...
ZB245 Posted January 28, 2013 Author Share Posted January 28, 2013 Thank you for the link but like i said i am still new at this and i dont understand a bit of that and i dont want it to be just sold by a vendor i want to encounter these weapons on NCR, Legion, and raiders Link to comment Share on other sites More sharing options...
pwinkle Posted January 28, 2013 Share Posted January 28, 2013 If you scroll down to about 3/4 down that page you'll see a link to 'AddItemToLevelledList'.Read that page, it'll tell you everything you need to now; thats the method used by quite a few modders (e.g. 'DLC weapons integration' by hairylegs) Link to comment Share on other sites More sharing options...
ZB245 Posted January 28, 2013 Author Share Posted January 28, 2013 I hate to be a burden but i still don't understand any of that.. if you could in simple words just describe to me how to do this then that would be greatly appreciated Link to comment Share on other sites More sharing options...
Xaranth Posted January 28, 2013 Share Posted January 28, 2013 Create a new quest, set the flags start game enabled and give it priority 50-ish. Create a new quest script. scn MyLevelledItemQuestScript short bDoneOnce begin gameMode if (bDoneOnce != 1) AddItemToLeveledList %AllThoseLeveledListsYouWantToUse %AllThoseItemsYouWantToAdd %ThePCLevel 1 80 Set bDoneOnce to 1 StopQuest MyQuest endIF end Any more detailed than that and I'd be doing it for you. Link to comment Share on other sites More sharing options...
ZB245 Posted January 29, 2013 Author Share Posted January 29, 2013 Nope that is what i was stuck on no where was i told start new quest. Thank you Link to comment Share on other sites More sharing options...
ZB245 Posted January 29, 2013 Author Share Posted January 29, 2013 Okay now before i get to far a head is this what the quest script should look like if not what do i need to change Link to comment Share on other sites More sharing options...
Xaranth Posted January 29, 2013 Share Posted January 29, 2013 If you're using a homemade levelled list why not just put the stuff in there by hand? :pinch: Link to comment Share on other sites More sharing options...
ZB245 Posted January 29, 2013 Author Share Posted January 29, 2013 Because i dont know how im just starting out and trying to learn this stuff so thats why i need help.. sorry if im being to much of a burden i just want to learn this Link to comment Share on other sites More sharing options...
Recommended Posts