Jump to content

I need help modifying a trait


FNVGuy1127

Recommended Posts

I've already made the trait itself, which is based on the Explorer perk, but I don't have the experience or know-how to do the next step. The trait is called "Dilligent Courier", and is meant to show the locations of traders and locations that would be familiar to caravans, NCR citizens, or NCR troops. Locations like the Mojave Outpost, the Strip, Camp McCarran, Nipton, Novac, 188, Gunrunners, etc.

 

But, as I mentioned before, I really don't know how to implement that part.

 

 

Link to comment
Share on other sites

The Explorer and Animal Friend Perks work by setting a specific quest stage in a generic quest (called Generic). The Generic quest has a bunch of quest stages that do various things for other quests, perks, and other things that would use them. Well, that is how the vanilla game does various things. You need a similar solution, but really shouldn't modify any vanilla records, as that could conflict with other mods.

 

So, you just need to create a quest with stage 5 (for example). Then you make your new perk have a Perk Entry that uses the Quest option and you tell it what your quest and stage are that needs to be run. Then you open the quest, and give stage 5 (or whatever stage # you chose) a result script that does what you want it to do, like enabling map markers based on ... whaever.

Edited by GamerRick
Link to comment
Share on other sites

  • Recently Browsing   0 members

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