gemrb / gemrb

GemRB is a portable open-source implementation of Bioware’s Infinity Engine.
https://gemrb.org
GNU General Public License v2.0
991 stars 185 forks source link

BG1: Missing gold message at start #2154

Open rsantellan opened 2 months ago

rsantellan commented 2 months ago

Bug description

Starting a new game on BG1 after the prologue you have a nice message that now you have 120 gold on the original. It is missing on Gemrb.

Steps to reproduce

  1. Go to Start a new game
  2. Create character
  3. Skip prologue
  4. See error

Expected behavior

It show the message that the party has now 120 gold

Screenshots

Original image Gemrb image

GemRB version (check as many as you know apply)

Video Driver (check as many as you know apply)

lynxlynxlynx commented 2 months ago

I'm not sure this is worthy of fixing. We give the gold directly in gemrb/GUIScripts/bg1/CharGenGui.py:339 GemRB.GameSetPartyGold(x, 1) could be used instead, but I'm not sure the message window is available at that point, so perhaps there'd be no difference.