Jump to content


Photo

Bug reports for v3.11 [ARCHIVED]


  • This topic is locked This topic is locked
9 replies to this topic

#1 aVENGER

aVENGER
  • Modder
  • 1680 posts

Posted 31 October 2003 - 04:15 AM

Use this thread to post any bugs which you might encounter while playing my mods. Also, feel free to report any spelling/grammar errors in the dialogue or the new item and kit descriptions.

Instructions:

First, make sure that you have the latest version of my mods which can be donwloaded from my website. Then, be sure to carefully read the documentation which comes with the mod(s). Before reporting something as a bug, always make 100% sure that it is not in fact an intended feature which you accidently overlooked.

#2 T.G.Maestro

T.G.Maestro

    Eclipse

  • Member
  • 4415 posts

Posted 11 November 2003 - 09:13 AM

Your version of Crippling Strike won't display the "slowed" icon when the slow effect is active on an opponent.
I think the "CRIPSI.EFF" file would handle this, but it is missing.
Posted Image

Refinements v2 has been released!
Go and visit the website or the forum for more info!

Member of The Silver Star team.

#3 aVENGER

aVENGER
  • Modder
  • 1680 posts

Posted 11 November 2003 - 09:00 PM

Have you checked this in the actual game? It works properly for me.

BTW, just in case you didn't know, a separate EFF for the 'slow' icon is not needed as that is already coded into the base effect. The same thing applies for some other effects as well, like the unconsciousness caused by my Tranquilizing Shot for example.

#4 T.G.Maestro

T.G.Maestro

    Eclipse

  • Member
  • 4415 posts

Posted 11 November 2003 - 11:46 PM

BTW, just in case you didn't know, a separate EFF for the 'slow' icon is not needed as that is already coded into the base effect.

Whoa. You learn something new every day! :blink: I never heard this one before ;) .
Posted Image

Refinements v2 has been released!
Go and visit the website or the forum for more info!

Member of The Silver Star team.

#5 -Worshiper of Bane-

-Worshiper of Bane-
  • Guest

Posted 27 July 2004 - 01:02 AM

I just tried out the complete aPack, and so far I liked, although I nearly got frustrated in the cellars of the shadowthiefguild. Having seen all this nice items for thiefs I wanted to try out for an new thief, but by experimenting with the kits I noted that there is no penalty on the percantage of the thiefing skills for the swashbuckler (a made a new swashbuckler and a new thief in ToB and had 540 points to appoint)! I haven't read about any changes about that in the aRogue.txt.

#6 NiGHTMARE

NiGHTMARE
  • Member
  • 2328 posts

Posted 27 July 2004 - 03:09 AM

This mod is no longer being worked on.

#7 -Morwen-

-Morwen-
  • Guest

Posted 17 September 2004 - 06:12 AM

For me only Elven Charm fix / Quicker Starout / Uninstaller worked and I get this error for the other parts:

ERROR: Failure("Data/25Dialog.bif")


I am running european version of SoA and has the international patch installed.

#8 NiGHTMARE

NiGHTMARE
  • Member
  • 2328 posts

Posted 17 September 2004 - 05:02 PM

That's a ToB file, so I'm guessing you need that installed to use those components.

#9 T.G.Maestro

T.G.Maestro

    Eclipse

  • Member
  • 4415 posts

Posted 18 September 2004 - 05:00 AM

Of course, aPACK requires ToB.
Posted Image

Refinements v2 has been released!
Go and visit the website or the forum for more info!

Member of The Silver Star team.

#10 the bigg

the bigg

    2083 is a prime number.

  • Modder
  • 3331 posts

Posted 25 April 2005 - 02:10 PM

I don't know if this is going to be addressed, but anyway a snippet in the tp2 doesn't work anymore. It's the dual-wielding part:
COPY_EXISTING ~WEAPPROF.2DA~                 ~override/WEAPPROF.2DA~
REPLACE_TEXTUALLY ~NAME_REF~                 ~ID NAME_REF~
SET_2DA_ENTRY 34 7 1 ~3~
SET_2DA_ENTRY 34 8 1 ~3~
SET_2DA_ENTRY 34 16 1 ~3~
SET_2DA_ENTRY 34 18 1 ~3~
SET_2DA_ENTRY 34 19 1 ~3~
SET_2DA_ENTRY 31 20 1 ~2~
SET_2DA_ENTRY 34 20 1 ~3~
SET_2DA_ENTRY 31 21 1 ~2~
SET_2DA_ENTRY 34 21 1 ~3~
SET_2DA_ENTRY 34 39 1 ~3~
SET_2DA_ENTRY 34 40 1 ~3~
SET_2DA_ENTRY 34 43 1 ~3~
SET_2DA_ENTRY 34 44 1 ~3~
REPLACE_TEXTUALLY ~
ID~ ~
   ~ // ~enter/ID~ ~enter/2 spaces~

REPLACE_TEXTUALLY doesn't work with newlines (at least it doesn't as of now), so in the beginning of the file there will remain ID ID, which leads the engine to mis-interpret the file; you should remove the pretty-printing part (WeiDU doesn't pretty-space SET_2DA_ENTRY anyhow), which would result in something like this:

COPY_EXISTING ~WEAPPROF.2DA~                 ~override/WEAPPROF.2DA~
SET_2DA_ENTRY 34 7 1 ~3~
SET_2DA_ENTRY 34 8 1 ~3~
SET_2DA_ENTRY 34 16 1 ~3~
SET_2DA_ENTRY 34 18 1 ~3~
SET_2DA_ENTRY 34 19 1 ~3~
SET_2DA_ENTRY 31 20 1 ~2~
SET_2DA_ENTRY 34 20 1 ~3~
SET_2DA_ENTRY 31 21 1 ~2~
SET_2DA_ENTRY 34 21 1 ~3~
SET_2DA_ENTRY 34 39 1 ~3~
SET_2DA_ENTRY 34 40 1 ~3~
SET_2DA_ENTRY 34 43 1 ~3~
SET_2DA_ENTRY 34 44 1 ~3~

Italian users: help test the Stivan NPC!

Author or Co-Author: WeiDU - Widescreen - Generalized Biffing - Refinements - TB#Tweaks - IWD2Tweaks - TB#Characters - Traify Tool - Some mods that I won't mention in public
Maintainer: Semi-Multi Clerics - Nalia Mod - Nvidia Fix
Code dumps: Detect custom secondary types - Stutter Investigator

If possible, send diffs, translations and other contributions using Git.