bg1ub patches the BG1 Shank with the DV "Shank". That one is already assigned to the Shank from BGII, though. So, for this we need a BG1/BGII distiction, and I would suggest using the cre file name:
In tp2 change this COPY_EXISTING ~%tutu_scriptbg%SHANK.CRE~ ~override~ // Shank (Candlekeep, Tutorial)
PATCH_IF (SOURCE_SIZE > 0x2d4) BEGIN
WRITE_ASCIIE 0x280 ~Shank~ #18 // dv = 18 bytes
END
BUT_ONLY
to this
COPY_EXISTING ~%tutu_scriptbg%SHANK.CRE~ ~override~ // Shank (Candlekeep, Tutorial)
PATCH_IF (SOURCE_SIZE > 0x2d4) BEGIN
WRITE_ASCIIE 0x280 ~%tutu_scriptbg%Shank~ #32
END
BUT_ONLY
EDIT: I just noticed that the BGT BGShank.cre has "Shank" assigned, too. So, I guess we don't have to bother - it seems to work.. So, this patching can stay and is probably needed for totsc, only.