![]() |
The Black Wyrm's Lair Terms of Use |
![]() ![]() ![]() ![]() |
![]() |
![]()
Post
#1
|
|
![]() 3ds Max Mage ![]() Mod Developer Posts: 663 Joined: 25-December 05 From: Slovensko ![]() |
If you find some, post it here, please...
![]() -------------------- Valiant
Tower Of Deception creator. |
|
|
![]() |
![]()
Post
#2
|
|
Forum Member Posts: 165 Joined: 29-January 05 From: Modena (Italy) ![]() |
It might have to do with some kind of biffing not leaving the correct file in the override.
CODE ///////////////////////////// // Extending Existing Bafs // ///////////////////////////// ACTION_IF FILE_EXISTS ~ar0021.bcs~ THEN BEGIN // if Teleport mod or Unfinished Business is installed PRINT @102 COPY_EXISTING ~ar0021.bcs~ ~override~ EXTEND_TOP ~ar0021.bcs~ ~TOD/AppendBaf/ar0021.baf~ END ELSE BEGIN COMPILE ~TOD/AppendBaf/ar0021.baf~ ~override/ar0021.bcs~ END ACTION_IF FILE_EXISTS ~ar0004.bcs~ THEN BEGIN // if Teleport mod or Unfinished Business is not installed PRINT @102 COPY_EXISTING ~ar0004.bcs~ ~override~ EXTEND_TOP ~ar0004.bcs~ ~TOD/AppendBaf/ar0004.baf~ END ELSE BEGIN COMPILE ~TOD/AppendBaf/ar0004.baf~ ~override/ar0004.bcs~ END optimized rewrite: CODE ///////////////////////////// // Extending Existing Bafs // ///////////////////////////// EXTEND_TOP ~ar0021.bcs~ ~TOD/AppendBaf/ar0021.baf~ EXTEND_TOP ~ar0004.bcs~ ~TOD/AppendBaf/ar0004.baf~ EXTEND_TOP creates the bcs file if missing, and doesn't require to be inside COPY_EXISTING (EXTEND_* is an action, not a patch). It might be more mod friendly if a biffing routine removes ar0021.bcs from the override, or something. If we want to nitpick, there's also the option of moving Tian to another location altogether, and/or summon him in the City Door district area and then move him to the Crooked Crane (Keto does the same thing to summon her in an area without an area script). -------------------- Please do not contact me for assistance in using BGT, BP, any other of the 'large mods', or a mod I didn't write or contribute to. I'm not your paid support staff, so I'd suggest you to direct your help questions to the forum relative to the mod you're playing.
Thanks for your cooperation. |
|
|
![]()
Post
#3
|
|
![]() Contributor Posts: 57 Joined: 6-April 05 From: Czech Republic ![]() |
It might have to do with some kind of biffing not leaving the correct file in the override. CODE ///////////////////////////// // Extending Existing Bafs // ///////////////////////////// ACTION_IF FILE_EXISTS ~ar0021.bcs~ THEN BEGIN // if Teleport mod or Unfinished Business is installed PRINT @102 COPY_EXISTING ~ar0021.bcs~ ~override~ EXTEND_TOP ~ar0021.bcs~ ~TOD/AppendBaf/ar0021.baf~ END ELSE BEGIN COMPILE ~TOD/AppendBaf/ar0021.baf~ ~override/ar0021.bcs~ END ACTION_IF FILE_EXISTS ~ar0004.bcs~ THEN BEGIN // if Teleport mod or Unfinished Business is not installed PRINT @102 COPY_EXISTING ~ar0004.bcs~ ~override~ EXTEND_TOP ~ar0004.bcs~ ~TOD/AppendBaf/ar0004.baf~ END ELSE BEGIN COMPILE ~TOD/AppendBaf/ar0004.baf~ ~override/ar0004.bcs~ END In version 3.1 it was changed to CODE EXTEND_TOP ~ar0004.bcs~ ~TOD/AppendBaf/ar0004.baf~ ACTION_IF FILE_EXISTS_IN_GAME ~ar0021.bcs~ THEN BEGIN // if Teleport mod or Unfinished Business is installed EXTEND_TOP ~ar0021.bcs~ ~TOD/AppendBaf/ar0004.baf~ END UB still has to be installed before ToD, but I've suggested to Valiant to remove ACTION_IF FILE_EXISTS_IN_GAME ..., then it won't be dependent on installation order. QUOTE(Sikret) QUOTE(Leomar) A new bug: The component [Encounter with Ustrain] will not be installed, because by va#ustrn.TRA is missing a "~" at the end of @27 and @46 . This is strange. I remember that Valiant and Razfallow had tested that component (once with and once without IA installed) for ToD v3 and no other player has reported any such problem. Leomar forgot to mention that this bug is in german TRA only, all other languages are OK. |
|
|
![]()
Post
#4
|
|
![]() Contributor Posts: 60 Joined: 5-December 07 From: Germany beneath Cologne ![]() |
QUOTE(Leomar) A new bug: The component [Encounter with Ustrain] will not be installed, because by va#ustrn.TRA is missing a "~" at the end of @27 and @46 . Leomar forgot to mention that this bug is in german TRA only, all other languages are OK. Then it is our mistake, because we made the German translation. Sorry. ![]() Could you correct this? Greetings Leomar -------------------- |
|
|
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 4th April 2025 - 05:59 PM |