Project MMO

Project MMO

10M Downloads

Individual Skill Names are not displayed in the GUI

klugemonkey opened this issue ยท 6 comments

commented

Describe the bug
Not able to discern what each skill is in the GUI since only says Knowledge and doesn't show Skill description from json file.

Expected behavior
Displaying the localized Skill Name in the GUI from the json file rather than just Knowledge.

To Reproduce
Steps to reproduce the behavior:
Install mod, no config files, defaults.

Screenshots
image
image

Versions:

  • Minecraft: 1.18.2
  • Loader: Forge-40.1.20
  • PMMO: 1.18.2-6.0.3

Additional context
Surely this is a usability bug and not by design.

commented

That is all configured by the specific modpack you are using. You will need to contact them for support.

commented

or that they might not even exist in the jar language assets for the default skills that are created by the pre-generated configuration files that modpack developers would use to start with.

commented

The knowledge skills are not part of the default PMMO skills set. They are added by the Dawncraft modpack. They use a version of the mod that is no longer being actively developed as a back-end method of storing quest progress.

When you installed the newer version of PMMO (non-legacy) it imported the data files from the legacy one. At least, this is what I assume you have done. If I am wrong, please get back to me and we can see about trying to puzzle out as to why it has these Dawncraft skills.

commented

So, you are basically saying the default is to display "Knowledge" and that I have to put base strings into the datapack in order for this mod to display something meaningful because it is not reading the default pmmo.xxx lang assets in the actual mod jar.

commented

Ah, thank you so much! That was the problem, they coded the strings into their resource pack and renamed them all to Knowledge, which was strange since they are not even using the GUI. If I remove I should at least get the pmmo.agility or whatever the base skill name is. I thought just removing the configs would reset PMMO back to some baseline. OK, I got this now.

commented

No problems!