GowiHasti Posted March 21, 2019 Share Posted March 21, 2019 I recently downloaded this file: https://www.nexusmods.com/dragonage/mods/4709and wanted to teach my self how to edit item properties. I used gdapp to look a the itemprops.gda and i see the info there and assume the number in stringref is the number to use in propertyid in thepropertieslist in the uti file and so assume stamina regeneration would be number 726, yet looking at the file's uti i see the numbers there of 1006, 6076, 10018 and none of them are in the itemprops.gda. So I'm stumped can somebody point me to something that will help me learn how to edit item properties, please? Link to comment Share on other sites More sharing options...
theskymoves Posted March 22, 2019 Share Posted March 22, 2019 (edited) Weird....there's something odd going on with your itemprps.gda, since there is no property ID of '726' (and the three IDs used in my crappy mod are in there), and each of the IDs are clearly identified in the 'Label' column of the GDA so there's no reason to puzzle anything out. *scratches head* If you have the toolset installed , the install should include a spreadsheet with the information you are looking for. It would be in the [game install location]\Dragon Age\tools\Source\ folder, and the spreadsheet you want is 'itemprps.xls'. 1006 is 'Increase all attributes'.6076 is 'Increases XP bonus from codex'10018 is 'Restrict: player' and Increase Exploration Stamina Regen is 6073Increase Combat Stamina Regen is 6074 ETA that on re-reading your post, I realised that you referenced 'itemprops.gda' and not 'itemprps.gda'. That's where the issue lies... you have the wrong asset. (I recommend reading through LemmingoftheGDA's tutorial on editing UTI files.) Edited March 22, 2019 by theskymoves Link to comment Share on other sites More sharing options...
GowiHasti Posted March 22, 2019 Author Share Posted March 22, 2019 (edited) Yeah that helps big time! Thank you so much! And I hadn't even realized I was looking at the wrong file, again thanks! Edited March 22, 2019 by GowiHasti Link to comment Share on other sites More sharing options...
GowiHasti Posted March 22, 2019 Author Share Posted March 22, 2019 Would you be able to point me to something to help me determine weapons materials and how they can level up, so to speak? Link to comment Share on other sites More sharing options...
theskymoves Posted March 22, 2019 Share Posted March 22, 2019 Materials used by items are defined in materialtypes.gda (or materialtypes.xls; the second sheet). Material progress is defined in the ts_material.gda (or the TS_system.xls spreadsheet, again it's the second sheet). There's a lot of detailed information on item properties and how it all fits together on the official toolset wiki > Item - Dragon Age Toolset Wiki Link to comment Share on other sites More sharing options...
GowiHasti Posted March 22, 2019 Author Share Posted March 22, 2019 Thank you, thanks a lot! Link to comment Share on other sites More sharing options...
theskymoves Posted March 22, 2019 Share Posted March 22, 2019 Glad I could help! Link to comment Share on other sites More sharing options...
Recommended Posts