Pocket-Plane-Group / UnfinishedBusiness

This is a game mod for the game Baldur's Gate 2, which aims to finish dangling plots, clean up loose ends and un-dummy dummied out content.
25 stars 11 forks source link

Item Restorations: assigns wrong string to blun11.itm in BGT #20

Closed Gitjas closed 3 years ago

Gitjas commented 3 years ago

From "ub/items/setup_item_restorations.tpa":

    // Restore proper name and description to Krotan's Skullcrusher
    COPY_EXISTING "blun11.itm" "override"
      SAY NAME2 #103012
      SAY IDENTIFIED_DESC #103013
      BUT_ONLY_IF_IT_CHANGES

The string 103012 doesn't exist in BGT, this gives a random mod added string to the weapon. In EET (and probably BGII:EE) this works.

Gitjas commented 3 years ago

Same for string number 103013.

AngelGryph commented 3 years ago

Verified, these strings do not exist in old BG2 and thus BGT. Will fix in next release.

AngelGryph commented 3 years ago

Fixed locally, solution will be in next version.