XP Bar problem

DragonGreen

Chieftain
Joined
May 1, 2006
Messages
33
Hello Thal,

you changed the visual (and calculation) for the XP bar (I find the idea good).

I use a own tiny mod with your one which alters the xp per level:
Code:
<GameData>
	<Defines>
		<Update>
			<Where Name="EXPERIENCE_PER_LEVEL" />
			<Set Value="xx" />
		</Update>
	</Defines>
</GameData>

Since the version you changed the XP bar, the level progress is not shown/calculated correctly. For instance, if you set the value for "EXPERIENCE_PER_LEVEL" to values lower than 10 (default), the bar doesn't go blue after some levels anymore because the calculated values are always negative (e.g. there is shown -25/-10, so if -10 is reached, the unit can correctly be promoted, but the XP is always not blue (due to the values shown)).

Maybe you didn't consider the value above for the calculation?

It would be nice if the issue could be solved until the final version 7.0 is released :)

Best regards,
DG
 
I am currently testing V7.0 b23 of your mod and I can confirm that the XP bar is working now correctly.

Thanks for the fix :)
 
Back
Top Bottom