PDA

View Full Version : Minor bug in CoreRPG?



Mephisto
July 25th, 2021, 11:15
Hi there,
while examining the graphic parts of the CoreRPG I think I found a minor bug:

In the "gamelements.xml" file in line 52 it reads:
<portrait file="data\icons\mini_portrait.png" mask="data\icons\mini_portrait_mask.png"

I think it should read:
<portrait file="graphics\icons\portrait_mini.png" mask="graphics\icons\portrait_mini_mask.png" />

darrenan
July 25th, 2021, 16:25
It doesn't matter because neither of those files exist in the graphics\icons folder. This is probably an old line of code that just needs to be removed entirely.

Moon Wizard
July 25th, 2021, 18:45
The "viewerlistsettings" is not a valid tag in the FG API (and is probably left over from a very long time ago).

I'll remove it when I start doing the ruleset client version cleanup I'm planning in the near future.

Regards,
JPG