anongit / DragonspearUI

Dragonspear UI++, a UI mod for BG:EE
18 stars 7 forks source link

The NPC text is cut off in classic dialog #11

Open anongit opened 2 years ago

anongit commented 2 years ago

bug1

LangyMD commented 2 years ago

This is fixed by flipping the offsets applied to the variables xR and x2 in the 'newX < 0' if block of world_dialog.lua (making line 155 xR = newX + 496 and line 156 x2 = newX + 488).

EDIT: After more testing it seems this doesn't permanently fix the issue. Might just make it less often? Not sure. If I figure anything more out I'll update.