thoward98 Posted April 18, 2010 Share Posted April 18, 2010 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 More sharing options...
Keanumoreira Posted April 18, 2010 Share Posted April 18, 2010 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 More sharing options...
DarkeWolf Posted April 19, 2010 Share Posted April 19, 2010 you didnt supply enough info.which mod(s) are you having the issues with?What version of the game do you have?How far are you patched up? (1.0, 1.01, 1.02, or 1.03)Do you have awakening installed? Link to comment Share on other sites More sharing options...
hdhd Posted April 19, 2010 Share Posted April 19, 2010 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 nothingMany 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 More sharing options...
Recommended Posts