QUOTE(erik @ Nov 30 2008, 03:24 AM)
1) The Fireball-and-friends component fails to install if the Web-and-friends component isn't installed.
Typo in the .tp2 fixed. This block of code (open and search with any text editor) :
CODE
COPY_EXISTING ~SPWI317.spl~ ~override~
~SPWI315A.spl~ ~override~
~WEB.spl~ ~override~
SPRINT projectile_file "LC_TRAV5"
LAUNCH_PATCH_MACRO ~ADD_PROJECTILE_FILENAME_SPL~
Should become this:
CODE
COPY_EXISTING ~SPWI317.spl~ ~override~
~SPWI315A.spl~ ~override~
SPRINT projectile_file "LC_TRAV5"
LAUNCH_PATCH_MACRO ~ADD_PROJECTILE_FILENAME_SPL~
QUOTE(erik @ Nov 30 2008, 03:24 AM)
2) Cloudkill disappears after one round.
I might have left out a few extension headers out of lazyness, and thought it would work. Will check.
QUOTE(erik @ Nov 30 2008, 03:24 AM)
3) The Chromatic Orb projectile has a cyan square around it.
Will fix.
QUOTE(erik @ Nov 30 2008, 03:24 AM)
4) Various fire damage spells use "magical fire" damage type, which crashes the game here if several creatures are killed by that type of damage at once. Fireballing a summoned horde of skeletons is a sure way to trigger it.
This is intentional; I have introduced magical fire to the game. I also introduced a workaround against the well known crash by setting the minimum hit points of the creatures to 1 for a split second, increasing them by 59, and then power word killing them.
It works wonders, and so far you are the first one to report anything like this.
But maybe I missed something. Which spells cause the game to crash?
QUOTE(erik @ Nov 30 2008, 03:24 AM)
5) Melf's Acid Arrow is target:self, which hurts!
This is intentional; Melf's Acid Arrow creates a throwable arrow in your inventory you can give to other characters. The AI will continue to use the original version of the spell simply because of compatibility and playability.
QUOTE(erik @ Nov 30 2008, 03:24 AM)
The good: (the great majority!)
- Lots of very nice graphics and effects (incendiary cloud, mordenkainen's sword, chain lightning...)
- Animate your very own horde of skeletal minions
Thanks.
-Galactygon