Jump to content

Mod request - Change/Swap spell projectile


GoldGary

Recommended Posts

As title said, could someone make or teach me how to swap some spells projectile? Especially mage's fireball, that one is always weird imo, the projectile is like some ball of fire swaying around like dancing. I think it would be better if that fireball projectile be like lightning bolt with red color and flying straight + fast to target.

Link to comment
Share on other sites

The easiest way would be to create an gda override with GDApp (https://www.nexusmods.com/dragonage/mods/214). All abilities (spells, skills, traps, etc) are outlined in abi_base.gda. Delete all rows except the first row (0 | INVALID TALENT) and the spells you want to alter (fireball is down at 10003 | FIREBALL). Scroll to the right 'til you find the column labelled 'projectile'. This column determines what projectiles go with all the spells in the game, and references values found in the first column in prj_base.gda.

Look though prj_base to find an alternative, go back to your altered abi_base, and replace the 2 for "fireball" with the number for whatever you'd like to try instead, or set it to 0 for no projectile. (surprise explosion!)

Save your new abi_base as abi_base_myspells.gda (or whatever, but it must start with "abi_base_" ), and toss in the override folder. :wink:

 

This sort of mod can be installed/uninstalled at any time without messing up your game, so you can test lots of different alternatives. If you have any other abi_base_***.gda files that also change fireball, though, one will override the other and you'll have to combine the changes into one abi_base_****.gda.

 

 

 

If you want to add a new sort of projectile with custom visual effects, then a good place to start is here: http://www.datoolset.net/wiki/VFX_Tutorial

Edited by Shanamah
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...