Jump to content

Gavin Portrait


MissBehave

Recommended Posts

Okay help me out please! I've looked but I can't find what his portrait should be called. I chose the Alt1 during install but I'd like to use my own. Does anyone know what I need to be renaming it to?

Edit to add: BG2

BGavinS

BGavinL

Link to comment

Thank you! Missed the 'B' in my attempts at guessing!

 

Aaaand.. it didn't work. Maybe because the mod is using one of the Alt portraits? :/

COPY ~GAVIN/portraits/B!GAVINL.bmp~ ~override/bgavinL.bmp~

COPY ~GAVIN/portraits/B!GAVINS.bmp~ ~override/bgavinS.bmp~

END

 

ACTION_IF GAME_IS ~bgee~ THEN BEGIN

COPY ~GAVIN/portraits/portraits_ee/B!GAVINM.bmp~ ~override/bgavinL.bmp~

COPY ~GAVIN/portraits/portraits_ee/B!GAVINS.bmp~ ~override/bgavinS.bmp~

END

 

Thus, install renames the B!Portraits prior putting them into the game. So these are the references I have in my install-

 

Maybe I use another version of the mod? (I have it in EET)

Link to comment

I looked in the current Gavin for BGII ("gavin_tob-20111125.exe") and there it is

//Creature copying and naming
/* Portrait Assignment */
MKDIR ~portraits~
COPY ~gavin_bg2/creatures/b!gavinl.bmp~ ~override/b!gavinl.bmp~
COPY ~gavin_bg2/creatures/b!gavinm.bmp~ ~override/b!gavinm.bmp~
COPY ~gavin_bg2/creatures/b!gavins.bmp~ ~override/b!gavins.bmp~

Also the alternate portraits all write to the "b!" names.

 

I think you looked into the BG1 Gavin. OP asked for BG2.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...