Jump to content

Help with level list


ZB245

Recommended Posts

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

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

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

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

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

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

  • Recently Browsing   0 members

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