Dragonpiet Posted April 28, 2010 Share Posted April 28, 2010 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 More sharing options...
hdhd Posted April 28, 2010 Share Posted April 28, 2010 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 More sharing options...
Dragonpiet Posted April 28, 2010 Author Share Posted April 28, 2010 i will try it.thx a lot Link to comment Share on other sites More sharing options...
Dragonpiet Posted April 29, 2010 Author Share Posted April 29, 2010 i am to stupid to create a script... can anyone create this script for me ? tausend thanks for spending time for a fool like me ^^" on rapidshare or megaupload or something like that Link to comment Share on other sites More sharing options...
hdhd Posted April 30, 2010 Share Posted April 30, 2010 Okay, I uploaded it on filebeam:http://filebeam.com/f24df4c0b52da6f62dca88750c2ac65a Link to comment Share on other sites More sharing options...
neoscorpio Posted May 1, 2010 Share Posted May 1, 2010 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 More sharing options...
hdhd Posted May 2, 2010 Share Posted May 2, 2010 Open the console and enter: runscript addme (without changing anything like names etc., just copy the script in your override folder) Link to comment Share on other sites More sharing options...
neoscorpio Posted May 2, 2010 Share Posted May 2, 2010 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 More sharing options...
hdhd Posted May 2, 2010 Share Posted May 2, 2010 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 More sharing options...
neoscorpio Posted May 3, 2010 Share Posted May 3, 2010 thanks for all your help, for some wierd reason the second method didnt work but the first one did. thank you to the OP too, coz i had never even thought of trying to obtain this armor! Link to comment Share on other sites More sharing options...
Recommended Posts