Jump to content

Duncans dark armor


Dragonpiet

Recommended Posts

Hey,

i love the style of Duncans dark armor... one of the best armors...

 

but u can get the armor only in the camp...and not in awakening...

I tryed to edit this for auto-inventory-get... but epic fail.

Is a modder there, who can edit this mod so, that u get it in your inventory ?

Link to comment
Share on other sites

Make a new script, export it and put it in the override folder:

#include "wrappers_h"
#include "utility_h"

void main()
{
 UT_AddItemToInventory(R"duncans_dark_hvy.uti", 1);
 UT_AddItemToInventory(R"duncans_dark_lgt.uti", 1);
 UT_AddItemToInventory(R"duncans_dark_mass.uti", 1);
 UT_AddItemToInventory(R"duncans_dark_med.uti", 1);
 UT_AddItemToInventory(R"duncans_dark_robe.uti", 1);
}

 

Open the console and type in runscript your_script.

Link to comment
Share on other sites

sorry i'm a bit noobish too, i copied both the ncs and nss files in the override folder without changing their names , should i change the names? and i have also enabled the console but please tell me what 'exactly' should i type in the console?
Link to comment
Share on other sites

Open the console and enter: runscript addme (without changing anything like names etc., just copy the script in your override folder)

 

 

I'm sorry but this does not seem to work in Awakening, is it not supposed to work in Awakening?

Link to comment
Share on other sites

It should work, even in Awakening. I have no idea why it doesn't work but I can't test it myself because I haven't installed Awakening.

 

I made a new dazip this will work for sure. The items will be added automatically to your inventory when you load the game. If it still doesn't work check if you have enabled the duncan's dark armor mod and change in BioWare\Dragon Age\Settings\AddIns.xml the ExtendedModuleUID to ExtendedModuleUID="DAO_PRC_EP_1".

 

dazip:

http://filebeam.com/f966b03dbd62ec5ca11b2c75358c1c41

Link to comment
Share on other sites

  • Recently Browsing   0 members

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