• Item Image
    •  Downloads offline

    •  Downloads: 3046

    •  File Size: 19700

    •  Version: 1.0
    •  Author: Thought Process

Extract to Documents/Bioware/Dragon Age 2 (retain directory structure), alternatively, drop additem.erf into Documents/Bioware/Dragon Age 2/packages/core/patch.

Open console:

runscript vaddi [filter]
runscript vaddin [filter]

You'll note that there are two scripts:
- vaddi - filters on file name (ie, runscript vaddi level will match gen_im_cns_pot_level_01.uti (Maker's Breath))
- vaddin - filters on item name (ie, runscript vaddi apostate will match things like Apostate Staff, Apostate's Courage, Apostate's Robes, etc).

vaddin is much slower since it has to create every object to match against it.

There is an upper limit of 100 items to be created (I'd rather not let the game create 1000+ objects and slap them all in one container for you to peruse, heh).

This was created at SapphireFire's suggestion.

Vaddi script

Item Image

 Downloads offline


Extract to Documents/Bioware/Dragon Age 2 (retain directory structure), alternatively, drop additem.erf into Documents/Bioware/Dragon Age 2/packages/core/patch.

Open console:

runscript vaddi [filter]
runscript vaddin [filter]

You'll note that there are two scripts:
- vaddi - filters on file name (ie, runscript vaddi level will match gen_im_cns_pot_level_01.uti (Maker's Breath))
- vaddin - filters on item name (ie, runscript vaddi apostate will match things like Apostate Staff, Apostate's Courage, Apostate's Robes, etc).

vaddin is much slower since it has to create every object to match against it.

There is an upper limit of 100 items to be created (I'd rather not let the game create 1000+ objects and slap them all in one container for you to peruse, heh).

This was created at SapphireFire's suggestion.


top