Dragon Age: Origins

File information

Last updated

Original upload

Created by

Yonline2

Uploaded by

yonline2

Virus scan

Safe to use

About this mod

Modular scripts usable in any campaign. Uses Eventmanager. Allows your characters to see: 1) Loot stolen 2) Hidden target statistics, like regeneration 3) Stealing chance (with patch 1.03 stealing fix)

Permissions and credits
SHOW ME 1.0

Description
-----------

This is a collection of scripts to add various ingame notifications. These break immersion with pop-up floaties. Mainly for those curious about the hidden property values of creatures in the game. Also includes a fix for the 1.03 stealing bug (where you get nothing on stealing). Each script can be installed individually and should work with any DLC, including Awakenings. Uses EventManager for compatibility.

Scripts:
-------

Show_Me_Loot:
- Shows what is picked up, useful when stealing.

Show_Me_Target_Stats:
- Shows various attributes about your target for 20 seconds. Uses COMBAT TRAINING I, put in on the skill bar like your stealing skill.
- Display lines are as follows:
- Line 1: Health Current/Max (Combat Regeneration / Exploring Regeneration)
- Line 2: Mana Current/Max (Combat Regeneration / Exploring Regeneration)
- Line 3: Attack Power, Spell Power, Armor, Defense, Fatigue
- Line 4: Melee/Ranged Critical Rate x Critical Damage Multiplier, Attack Rate
- Line 5: Melee/Ranged Evasion, Spell Resistance, Physical Resistance, Mental Resistance
- Line 6: Fire, Cold, Electrical, Nature, and Spirit Resistance

Show_Me_Steal_Chance
- Shows your stealing level vs your target level and indicates if stealing is automatic, possible or impossible. Uses IMPROVED STEALING (STEAL II), put it on your skill bar. Note: Stealth improves stealing by 5 x Rank, Stealing level varies by 20% when testing, high Mental Resistance pretty much makes stealing impossible.

Fix_Me_Stealing:
- This reverts stealing code to the original, which fixes the 1.03 stealing patch bug. It will work with 1.04, but it will remove what ever other change to stealing 1.04 did (who knows what it did). It also displays your steal roll on stealing.


Installation:
------------

Either
a) Copy method. Just copy the desired folder to your My Documents/packages/core/overrides folder. Make sure to include eventmanager.ncs and m2da_eventmanager.2da.

OR

b) Use DAO ModManager to install the desired overrides

OR

c) Use DAUpdater, DAO ModManager, or DAModder to install the enclosed dazip, which installs everything


Compatibility:
-------------

These scripts extend core abilities and functions and should be compatible with any DLC (including awakenings) or mod that uses EventManager.

Show_Me_Loot:

Listens For:
EVENT_INVENTORY_ADDED

Show_Me_Target_Stats:

Overrides COMBAT TRAINING I ability

Show_Me_Steal_Chance:

Overrides IMPROVED STEALING ability

Fix_me_Steal:

Overrides skill_stealing.ncs


CREDITS:

Anakin for Eventmanager

Phaenan for DA Builder Wiki code on loot added display code.