micdoodle8 / Galacticraft

An advanced Space Dimension Mod for Minecraft
Other
617 stars 334 forks source link

Description planets \ moons #1557

Open BlesseNtumble opened 9 years ago

BlesseNtumble commented 9 years ago

Actually, it is a defect or how it should be? And if a defect, please make the possibility of writing descriptions for add-ons.

1

radfast commented 9 years ago

It's a defect / incomplete.

dj3520 commented 9 years ago

It's a defect / incomplete.

BlesseNtumble commented 8 years ago

When to add a description of the planets?

BlesseNtumble commented 8 years ago

Need descriptions =)

radfast commented 8 years ago

Yes. I'm looking at this. It's not easy, there is only limited space in the GUI.

BlesseNtumble commented 8 years ago

Hmm, I think you can do this:

gui.(name of the selected planet \ moon \ star).desc = description And most likely better to increase the information window Or do Gui window: 1

radfast commented 8 years ago

This is a pretty GUI. But I will point out, the planet is not square...

BlesseNtumble commented 8 years ago

Well, instead of round planets use the registered image for the planet \ moon. If necessary, I can make a sketch GUI window.

radfast commented 8 years ago

If necessary, I can make a sketch GUI window.

Yes please, sounds great.

BlesseNtumble commented 8 years ago

@radfast 1 2 3

If the lang file does not contain descriptions - do not display on the screen.

radfast commented 8 years ago

nice job, thank you it helps a lot.

  1. I agree with you about a summary description top right. As much information as possible should come from in-game data, not .desc text. I might even add more in-game data.
  2. We might look at just a symbol or a tick for breathable atmosphere, less text is better.
  3. Some of these descriptions - especially gui.[name].information.desc will be too long - I don't want to include so much text in the main .lang files. So I'm thinking a new .lang file in a folder named galacticraftcatalog. Translating galacticraftcatalog will be optional and the translation style can be different - maybe the translators can find information about the planet in their own language on Wikipedia or somewhere else, or maybe they want to write a shorter or longer text in their language.

I am also thinking about merging all galacticraftmoon .lang files into galacticraftcore, and merging galacticraftmars and galacticraftasteroids .lang files into one.

BlesseNtumble commented 8 years ago

Did you make a configuration for enable \ disable save per player.

radfast commented 8 years ago

OK we can do it like this: CelestialBody.setExplored(EntityPlayerMP) and CelestialBody.setExploredAll().

radfast commented 7 years ago

I'm planning to add something like this in 1.8.9

BlesseNtumble commented 7 years ago

1