Skip to content

What happened to the BG2 EE portraits?

DetroitRedWings25DetroitRedWings25 Member Posts: 244
When Baldurs Gate II enhanced edition was released it came with a set of unique new portraits 6 in total i believe, including a female monk portrait i was very fond of. However when siege of dragon spear was released these portraits mysteriously vanished, is there any reason why? will they be re-added to the game or are the gone for good?
Post edited by DetroitRedWings25 on

Comments

  • BillyYankBillyYank Member Posts: 2,768
    edited August 2016
    If you're talking about the Kieran Yanner portrait pack, they're still there, but they aren't listed in the portraits list, so they don't show up.

    You need to extract BGEE.lua to your override folder using Near Infinity, then add this to the portrait list:
    {'YANNER1', 2},
    {'YANNER2', 1},
    {'YANNER3', 2},
    {'YANNER4', 1},
    {'YANNER5', 1},
    {'YANNER6', 1}
    You could also add these to get access to a few other hidden portraits:
    {'NIMOEN', 2},
    {'NJON', 1},
    {'SAREVOK', 1},
    {'WILSON', 1},
    {'ohhex', 2},
    {'ohhexx', 2}
    I made a post a while back on how to access the hidden portraits in all the games:
    Hidden Portraits

    When adding to the list, make sure that each entry has a comma after it except the last one.
Sign In or Register to comment.