![]() |
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. |
|
|
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 10th August 2025 - 05:09 PM |