Bikerdruid Posted August 23, 2021 Share Posted August 23, 2021 I have been out of the game for awhile and was playing around with ammo, my problem is I can't remember how to increase the quantity added. Can some one tell me how to edit the UTI so I can have more than 1 arrow or bolt added to a mod? Link to comment Share on other sites More sharing options...
Pasquale1223 Posted August 23, 2021 Share Posted August 23, 2021 UTI really just defines an individual instantiation of the item. If you want multiples, you'll need to add multiple copies of the arrow in the script. Link to comment Share on other sites More sharing options...
theskymoves Posted August 24, 2021 Share Posted August 24, 2021 Are you trying to edit the quantity in a merchant inventory or container or a loot drop or...? Link to comment Share on other sites More sharing options...
Bikerdruid Posted August 24, 2021 Author Share Posted August 24, 2021 Are you trying to edit the quantity in a merchant inventory or container or a loot drop or...?No in a mod but I didn't want to redo the script Link to comment Share on other sites More sharing options...
theskymoves Posted August 24, 2021 Share Posted August 24, 2021 You need to be more specific than to get any meaningful or useful advice/help. If a mod adds one arrow with a script, then you would either need to edit that script to increase the quantity or create a new script that adds additional arrows. Quantities cannot be altered by editng a UTI file, because, as Pasquale1223 said, that file that contains information for a single instance of an item, and in no way governs the in-game quantity of that item. Link to comment Share on other sites More sharing options...
maaaaaaaaap Posted August 24, 2021 Share Posted August 24, 2021 (edited) If the mod you are using is based on hdhd's additem script, https://www.nexusmods.com/dragonage/mods/1131 , the syntax would something like this:runscript additem [resourcename].uti x where x is the number of copies of that item you want. E.g., runscript additem gen_im_wep_rng_amm_far.uti 67which would add 67 fire arrows to your inventory. See DA Wiki for item codes. Edited August 24, 2021 by maaaaaaaaap Link to comment Share on other sites More sharing options...
Bikerdruid Posted August 25, 2021 Author Share Posted August 25, 2021 Thanks for all the replies yeah I knew it was my screw up but was hoping for a quick fix. Link to comment Share on other sites More sharing options...
Recommended Posts