[Mod] Minetest Game item help [0.11.0] [doc_minetest_game]

User avatar
Nathan.S
Member
Posts: 1147
Joined: Wed Sep 24, 2014 17:47
GitHub: NathanSalapat
IRC: NathanS21
In-game: NathanS21
Location: Bigsby Texas
Contact:

Re: [Mod] Minetest Game help [0.11.0-test] [doc_minetest_gam

by Nathan.S » Post

As the devs always say, write a good mod, support it, get people to use and like it, and it just might end up getting merged. :)
I record Minetest videos, Mod reviews, Modding tutorials, and Lets plays.
Check out my website, and brand new Minetest Modding Course

User avatar
Wuzzy
Member
Posts: 4804
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] Minetest Game help [0.11.0-test] [doc_minetest_gam

by Wuzzy » Post

This mod will probably not get merged in this form and I would not recommend to do so as it overwrites pretty much all items. I doubt the developers are keen to have such code in their game (and rightfully so!). If these help texts would be added, my recommendation is that Minetest Game needs to add the help texts directly in the mods themselves, rather than adding one mod on top of it. This is because of how my Help modpack works, I intentionally made it that way to add the help texts straight in the item definition, where it is hard to overlook them and mistakes are spotted earlier.
But the bigger problem is that Minetest Game would also almost certainly need to include the Help modpack, and I am quite sure the chances are very low as my proposal to add the craftguide mod by jp (aka kilbith), or *any* crafting guide at all, did still not succeed.

I don't have the nerves to endure the weeks of discussion a formal PR would possibly trigger. Feel free to try to convince the developers yourself. xD

The only reason why this mod exists at all is because of Minetest Game. I have no plans of doing such a mod for any other subgame and instead may just try to convince the subgame author to adopt the Help modpack.

User avatar
Wuzzy
Member
Posts: 4804
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Version 0.11.0

by Wuzzy » Post

Okay, I'm quite happy with version 0.11.0 and found no problems with it, so I decided to “release” version 0.11.0.

Nothing changed from the previous version (as I found no problems), I just want to emphasize it's not a test anymore. :-)

The latest version of this mod (0.11.0) has full support for Minetest Game 0.4.16. Enjoy! If you still find bugs, typos or factual mistakes, feel free to report them.

Download version 0.11.0 (for Minetest Game 0.4.16): http://repo.or.cz/minetest_doc_minetest ... 31155c.zip

The new version of Minetest Game has not only added lots of blocks, it also changed some existing ones. The biggest gotchas are: Cactus and papyrus need light to grow, Light level of torch is nerfed.

User avatar
Hamlet
Member
Posts: 766
Joined: Sat Jul 29, 2017 21:09
IRC: H4mlet
In-game: Hamlet
Location: Lombardy, Italy

Re: [Mod] Minetest Game item help [0.11.0] [doc_minetest_gam

by Hamlet » Post

Wuzzy wrote:I want to hear feedback on how well I wrote the help entries. In this thread, please focus on the fields “Description” and “Usage help” of each entry, as those are the main texts which are provided by this mod.
Entries are written clearly, allowing to learn either basic or advanced use of the inspected block.
While doing the Italian localization I have learned quite a bit of things that I didn't knew.

Using Intllib's xgettext.sh I've generated the template.pot file, then I've (manually) converted it to .txt; then I did the Italian localization.

Here is the updated version for Minetest Game v0.4.16:
https://rocketgit.com/user/Hamlet/doc_m ... ranch/l10n

Once again, thanks for this outstanding mod; in-game help (a.k.a. knowledge) is paramount for this kind of game.
My repositories: Codeberg.org | My ContentDB's page

User avatar
Wuzzy
Member
Posts: 4804
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] Minetest Game item help [0.11.0] [doc_minetest_gam

by Wuzzy » Post

Using Intllib's xgettext.sh I've generated the template.pot file, then I've (manually) converted it to .txt; then I did the Italian localization.
WHYYYY? Sorry to break it to you, but this is completely wrong!
The .txt format is a legacy format. The PO format is the format to use as it supports tools such as Poedit. Much better. Also, when client-side mod translations come in MT 0.5.0, we must use PO anyway.
I just forgot in this mod to update the intllib boilerplate as I didn't add any translations so far.
Can you please send me a PO file instead?
Entries are written clearly, allowing to learn either basic or advanced use of the inspected block.
While doing the Italian localization I have learned quite a bit of things that I didn't knew.
Thank you. This is good to know.

User avatar
Hamlet
Member
Posts: 766
Joined: Sat Jul 29, 2017 21:09
IRC: H4mlet
In-game: Hamlet
Location: Lombardy, Italy

Re: [Mod] Minetest Game item help [0.11.0] [doc_minetest_gam

by Hamlet » Post

Wuzzy wrote: The .txt format is a legacy format. The PO format is the format to use as it supports tools such as Poedit. Much better. Also, when client-side mod translations come in MT 0.5.0, we must use PO anyway.
Well, now I am confused.
According to Nore's post PO files will be outdated, for they will be replaced by the other method (e.g.: string1=translation1).
Linuxdirk has even made a script to convert PO files in the new .tr format.
Wuzzy wrote: I just forgot in this mod to update the intllib boilerplate as I didn't add any translations so far.
Can you please send me a PO file instead?
I wish I had made one. I could make it if it is sure that it will not be outdated on MT v0.5.
My repositories: Codeberg.org | My ContentDB's page

User avatar
Wuzzy
Member
Posts: 4804
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] Minetest Game item help [0.11.0] [doc_minetest_gam

by Wuzzy » Post

Damn, you're right. Sigh, I totally forgot that the Minetest devs chose to use a non-standard format for their translation files for some reason.
IMO the “new” format is worse than PO, but I guess we have to live with that for now. :-(

OK, you don't need to do anything, I can actually use your file for now.

Starbeamrainbowlabs
Member
Posts: 66
Joined: Sat May 26, 2018 11:25
GitHub: sbrl
Location: Nowhere, Everywhere, and Somewhere inbetween
Contact:

Re: [Mod] Minetest Game item help [0.11.0] [doc_minetest_gam

by Starbeamrainbowlabs » Post

Hey! The doc mod is really cool.

I'm having an issue though with this doc_minetest_game though: Why does it depend on "binoculars" and "map" though? I don't have them installed, apparently - and I'm using the standard minetest game (with some extra mods in the "worldmods" folder of course).

User avatar
Wuzzy
Member
Posts: 4804
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] Minetest Game item help [0.11.0] [doc_minetest_gam

by Wuzzy » Post

Because those mods are part of MTG.

Starbeamrainbowlabs
Member
Posts: 66
Joined: Sat May 26, 2018 11:25
GitHub: sbrl
Location: Nowhere, Everywhere, and Somewhere inbetween
Contact:

Re: [Mod] Minetest Game item help [0.11.0] [doc_minetest_gam

by Starbeamrainbowlabs » Post

Wuzzy wrote:Because those mods are part of MTG.
Ummmmm where can I get them from then? I'm apparently not using this "MTG" you speak of?

User avatar
texmex
Member
Posts: 1753
Joined: Mon Jul 11, 2016 21:08
GitHub: tacotexmex
In-game: tacotexmex

Re: [Mod] Minetest Game item help [0.11.0] [doc_minetest_gam

by texmex » Post

MTG = Minetest Game. Both mod’s been in there since 10 months: https://github.com/minetest/minetest_ga ... aster/mods

User avatar
Wuzzy
Member
Posts: 4804
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] Minetest Game item help [0.11.0] [doc_minetest_gam

by Wuzzy » Post

Oh, sorry, I forgot that binaculars and maps are in the bleeding edge version only. If you have version 0.4.16 or 0.4.17 of Minetest Game, you need to download version 0.11.0 of this mod, NOT the developer version.

Starbeamrainbowlabs
Member
Posts: 66
Joined: Sat May 26, 2018 11:25
GitHub: sbrl
Location: Nowhere, Everywhere, and Somewhere inbetween
Contact:

Re: [Mod] Minetest Game item help [0.11.0] [doc_minetest_gam

by Starbeamrainbowlabs » Post

Wuzzy wrote:Oh, sorry, I forgot that binaculars and maps are in the bleeding edge version only. If you have version 0.4.16 or 0.4.17 of Minetest Game, you need to download version 0.11.0 of this mod, NOT the developer version.
Ahhh, I see. Thanks!

I don't see any git tags though? What's the commit hash for that version?

User avatar
Wuzzy
Member
Posts: 4804
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

Re: [Mod] Minetest Game item help [0.11.0] [doc_minetest_gam

by Wuzzy » Post

a0273062941238107ab62a334fca8fdc5831155c

Starbeamrainbowlabs
Member
Posts: 66
Joined: Sat May 26, 2018 11:25
GitHub: sbrl
Location: Nowhere, Everywhere, and Somewhere inbetween
Contact:

Re: [Mod] Minetest Game item help [0.11.0] [doc_minetest_gam

by Starbeamrainbowlabs » Post

Wuzzy wrote:a0273062941238107ab62a334fca8fdc5831155c
Thanks :D

Post Reply

Who is online

Users browsing this forum: No registered users and 31 guests