| The Black Wyrm's Lair Terms of Use |
Help
Search
Members
Calendar
|
Sep 2 2008, 02:57 AM
Post
#1
|
|
|
Forum Member Posts: 5 Joined: 1-September 08 |
Hi,
It would appeal to me to have the original spell animations of BG II for "Fireball" "Ice storm" "lightning". Someone can say me what must make in order to replace them?. Thanks and compliment for the mod. |
|
|
|
![]() |
Sep 2 2008, 04:37 AM
Post
#2
|
|
![]() Mod Developer Posts: 1158 Joined: 22-July 04 From: Sweden |
You will have to delete the following files from your override folder:
SPICESTM.bam, [Ice Storm graphics] SPLIGHTB.bam [Lightning Bolt graphics] Note that deleting SPICESTM.bam will cause the falling debris graphic to look like the old Icestorm graphic. This is played when Earthquake is cast indoors. This will not take care of fireball, because it is embedded at your installation, so you will have to go into Setup-SpellPackB5.tp2, and add a block of code right before CODE /////////////////////////////////////////// // IWD Style Casting Graphics and Sounds // /////////////////////////////////////////// and CODE /////////////////////////////////////////// // Larloch's Minor Drain, Vampiric Touch // /////////////////////////////////////////// Here is the block of code. CODE // I simply reversed the block of code that restores the old fireball graphics. COPY_EXISTING_REGEXP GLOB ~^.+\.spl$~ ~override~ PATCH_IF (SOURCE_SIZE > 0x71) BEGIN //Protects against invalid files READ_LONG 0x64 oa //Abilities offset READ_SHORT 0x68 na //Abilities count FOR ( lp = (oa + ((na -1) * 0x28)); lp > (oa - 1); lp -= 0x28) BEGIN READ_SHORT (lp + 0x26) pj //Projectile PATCH_IF (pj = 38) BEGIN //If projectile set to old fireball WRITE_SHORT (lp + 0x26) 234 //Set projectile to new fireball END END END BUT_ONLY_IF_IT_CHANGES By the way, who prefers the old BG1 lightning bolt animation over the new IWD one? I am starting like the old one more and more. -Galactygon This post has been edited by Galactygon: Sep 2 2008, 04:38 AM -------------------- |
|
|
|
Joshwa Request Help for... Sep 2 2008, 02:57 AM
Joshwa Thanks very much.
I have made the changes but in... Sep 2 2008, 08:43 AM
Galactygon Thanks very much.
I have made the changes but in... Sep 2 2008, 10:38 AM
Joshwa I resolve with fireball deleting Fireball.pro
Now ... Sep 2 2008, 04:47 PM
Galactygon Yes that works if your graphics setting does not ... Sep 2 2008, 04:59 PM
Joshwa Sorry very much, i have wrong :(
Deleting SPFLAMES... Sep 2 2008, 09:18 PM
Galactygon Now that I have more time to think about it, your ... Sep 3 2008, 07:43 AM
Joshwa Thanks very much. I will do it :D Sep 3 2008, 10:29 AM![]() ![]() |
|
Lo-Fi Version | Time is now: 2nd May 2026 - 08:54 AM |