Jump to content

Quick Modding Question


thoward98

Recommended Posts

I've been importing armour and weapons using the DA updater for a new character I just created. The items, however, appeared in the inventory of one of my older characters. I tried removing the old characters completely from the Bioware folder, leaving just my new character. Then I re-installed the mod.Still nothing in the inventory of the new character.

 

There's probably a quick fix for this. Anyone help me out?

 

Thanks

Link to comment
Share on other sites

I have no idea how to approach this, but my friend might. Consult slygothmog's profile, hes an expert modder and is bound to know. If he can't assist trying asking Vagrant0, he knows everything.
Link to comment
Share on other sites

Most item add-ins work with WR_GetPlotFlag to prevent spawning of items twice. When the mod is loaded it is checked if the item has already been added (via GetPlotFlag):

- If it hasn't been added --> add item and set the plot flag (WR_SetPlotFlag).

- If it has been added --> return and do nothing

Many modders make the mistake of naming the plot flag exactly the same like in the tutorial. If now somebody else called his plot flag the same like somebody else, it is already set and the item isn't added (no guarantee I could also be wrong!).

 

You can fix this by resetting the plot flag, removing in the script the GetPlotFlag part or changing the plot flag name.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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