Open Terrain Generator (OTG)

Open Terrain Generator (OTG)

10M Downloads

"Select a Preset" screen does not (correctly) load mcmod.info information.

NLBlackEagle opened this issue ยท 7 comments

commented

OTG Plugin or Mod

  • OTG Mod for Forge

OTG Version

  • 1.12.2_v8.2

Forge or Spigot Versions

1.12.2 forge 14.23.5.2847

What other plugins are you running?

Dregora V1.62
OTG 8.2

Description

Dregora mcmod.info is not being used for "Select a Preset" It seems as if it pulls the Vincent | NLBlackeagle from https://dregora.com meta text and the other text from another location? Or from cache?

The strange thing is that the mod information page displays the information correctly.

Contents jar:
afbeelding

OTGLogo.png:
afbeelding

mcmod.info:
afbeelding

Select a Preset screen:
afbeelding

Mod Information page:

afbeelding

commented

Hey @NLBlackEagle , if the png is showing up in the mods list, you've done it right so far. All you should need to do now is add to the worldconfig:
WorldPackerModName: -modid from mcmod.info-

That tells OTG that the worldconfig came from a specific worldpacker jar. Will try to automate this in the future so the WorldPackerModName setting isn't needed anymore.

commented

*updated comment, WorldPackerModName: -modid from mcmod.info-

commented

I noticed a typo in the WorldPackerModName: ( Within worldconfig.ini ) Where the "Dregora" modid had a capital D. I tried changing the all files to match everything but despite doing so the correct info still did not showed up. Here's some screenshots:

Modinfo contents:
afbeelding

worldpacker contents:
afbeelding

WorldConfig.ini
afbeelding

Result:
afbeelding

commented

Regarding that last comment, ModIDs cannot usually contain capitals...

commented

Thanks for responding guys, and rgr that, try with lower-case mod id.

commented

Lower case solved the issue

commented

Awesome, thanks for reporting! Note to team OTG: Need to document this on the wiki!