Minetest 5.0.0

Re: Minetest 5.0.0

Postby trev » Sun Mar 10, 2019 4:08 pm

Ubuntu Xenial is now at 5.0.0
trev
Member
 
Posts: 45
Joined: Fri Sep 26, 2014 4:49 pm
In-game: trev

Re: Minetest 5.0.0

Postby migdyn » Sun Mar 10, 2019 4:47 pm

Wow! Time to update my mods and games!
migdyn
Member
 
Posts: 276
Joined: Mon Aug 20, 2018 12:44 am
GitHub: migdyn
In-game: migdyn

Re: Minetest 5.0.0

Postby migdyn » Sun Mar 10, 2019 5:08 pm

depends.txt and description.txt have been deprecated. How do I use the depends and description values in mod.conf?

Like this?:

Code: Select all
depends = mod0, mod1, mod2
description = "Hello World!"
migdyn
Member
 
Posts: 276
Joined: Mon Aug 20, 2018 12:44 am
GitHub: migdyn
In-game: migdyn

Re: Minetest 5.0.0

Postby TillCoyote » Sun Mar 10, 2019 5:23 pm

migdyn wrote:depends.txt and description.txt have been deprecated. How do I use the depends and description values in mod.conf?

Like this?:

Code: Select all
depends = mod0, mod1, mod2
description = "Hello World!"

Hello World is written without brackets. Yes, we need some examples.
TillCoyote
Member
 
Posts: 43
Joined: Sat Jan 26, 2019 8:05 am

Re: Minetest 5.0.0

Postby migdyn » Sun Mar 10, 2019 6:15 pm

Aaaah I need brackets... This would be okay then:

description = {"Hello World!"}
migdyn
Member
 
Posts: 276
Joined: Mon Aug 20, 2018 12:44 am
GitHub: migdyn
In-game: migdyn

Re: Minetest 5.0.0

Postby rubenwardy » Sun Mar 10, 2019 6:24 pm

Code: Select all
depends = mod0, mod1, mod2
description = Hello World!
rubenwardy
Moderator
 
Posts: 5725
Joined: Tue Jun 12, 2012 6:11 pm
GitHub: rubenwardy
In-game: rubenwardy

Re: Minetest 5.0.0

Postby migdyn » Sun Mar 10, 2019 7:17 pm

Thanks!
And there's no characters from other languages. (in translations)
migdyn
Member
 
Posts: 276
Joined: Mon Aug 20, 2018 12:44 am
GitHub: migdyn
In-game: migdyn

Re: Minetest 5.0.0

Postby Linuxdirk » Sun Mar 10, 2019 7:26 pm

rubenwardy wrote:
Code: Select all
depends = mod0, mod1, mod2
description = Hello World!

Is there a way to get multi-line descriptions like before?
Linuxdirk
Member
 
Posts: 1907
Joined: Wed Sep 17, 2014 11:21 am
In-game: Linuxdirk

Re: Minetest 5.0.0

Postby migdyn » Sun Mar 10, 2019 7:42 pm

\n maybe?
migdyn
Member
 
Posts: 276
Joined: Mon Aug 20, 2018 12:44 am
GitHub: migdyn
In-game: migdyn

Re: Minetest 5.0.0

Postby migdyn » Mon Mar 11, 2019 12:41 am

How do you add translations for games and mods?
migdyn
Member
 
Posts: 276
Joined: Mon Aug 20, 2018 12:44 am
GitHub: migdyn
In-game: migdyn

Re: Minetest 5.0.0

Postby Linuxdirk » Mon Mar 11, 2019 10:04 am

migdyn wrote:How do you add translations for games and mods?

See reply to your other post about this.
Linuxdirk
Member
 
Posts: 1907
Joined: Wed Sep 17, 2014 11:21 am
In-game: Linuxdirk

Re: Minetest 5.0.0

Postby PETE » Mon Mar 11, 2019 12:11 pm

sfan5 wrote:Minetest 5.0.0 has been released!

Please note: According to our versioning scheme, 5.0.0 is a breaking release and not compatible to the 0.4 series.
This applies to clients and servers, other content such as mods, texture packs and worlds is unaffected and backwards-compatible as usual.

Changelog: https://dev.minetest.net/Changelog#0.4.16_.E2.86.92_5.0.0
Source code: https://github.com/minetest/minetest/tree/5.0.0

Highlights:

  • Online content repository (instantly download games, mods, modpacks, texture packs from the menu)
  • New mapgen: Carpathian
  • Android: Better controls, joystick
  • Mods and games can be translated
  • Modding: More node drawtypes: disconnected nodeboxes (connected blocks), plantlike_rooted (
    underwater plants)
  • Modding: Custom player collision boxes, new map generator features
  • ... And much more!

Download:



Will, there ever be an official Mac version? As I am only using the neoplastic build.
PETE
Member
 
Posts: 71
Joined: Thu Sep 21, 2017 5:21 am
GitHub: PETE
In-game: PETE-Randomizer

Re: Minetest 5.0.0

Postby Punk » Mon Mar 11, 2019 5:29 pm

Will games, mods and textures be update automatically now?
Punk
Member
 
Posts: 163
Joined: Sun Dec 25, 2016 6:52 am

Re: Minetest 5.0.0

Postby Punk » Mon Mar 11, 2019 5:31 pm

trev wrote:Ubuntu Xenial is now at 5.0.0


Only by PPA, Snap or Flatpak.

https://packages.ubuntu.com/search?keyw ... ection=all
Punk
Member
 
Posts: 163
Joined: Sun Dec 25, 2016 6:52 am

Re: Minetest 5.0.0

Postby TillCoyote » Tue Mar 12, 2019 4:49 am

Punk wrote:Will games, mods and textures be update automatically now?

Nope.
TillCoyote
Member
 
Posts: 43
Joined: Sat Jan 26, 2019 8:05 am

Re: Minetest 5.0.0

Postby Honeypot » Tue Mar 12, 2019 8:06 am

The bug that I reported in release candidate-2 is still not fixed and it was not present in 0.4.17(though I don't know about 0.4.16).
Honeypot
Member
 
Posts: 11
Joined: Sat Mar 02, 2019 10:58 am
In-game: Crackpot

Re: Minetest 5.0.0

Postby Wuzzy » Tue Mar 12, 2019 12:13 pm

The bug was not reported on the Minetest issue tracker, therefore it does not exist.
Wuzzy
Member
 
Posts: 3428
Joined: Mon Sep 24, 2012 3:01 pm
GitHub: Wuzzy2
In-game: Wuzzy

Re: Minetest 5.0.0

Postby Honeypot » Tue Mar 12, 2019 12:27 pm

Sorry I didn't know,I am new to the community.
From next time I will see to it,so for this time can any of the older members see to it (it is related to the Minetest game not the engine).
Honeypot
Member
 
Posts: 11
Joined: Sat Mar 02, 2019 10:58 am
In-game: Crackpot

Re: Minetest 5.0.0

Postby Festus1965 » Tue Mar 12, 2019 12:32 pm

Honeypot wrote:Sorry I didn't know,I am new to the community.
From next time I will see to it,so for this time can any of the older members see to it (it is related to the Minetest game not the engine).


Just make an account at git, I also learned and start now slow ... not bad, and not so difficult. Also you get informed if something requested
Good Luck - i stuck with technic newer versions on 5.1.0-dev ... and just did a issue
Festus1965
Member
 
Posts: 914
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

Re: Minetest 5.0.0

Postby rubenwardy » Tue Mar 12, 2019 4:03 pm

Wuzzy wrote:The bug was not reported on the Minetest issue tracker, therefore it does not exist.
It's a duplicate of an existing bug that was deemed not a blocker
rubenwardy
Moderator
 
Posts: 5725
Joined: Tue Jun 12, 2012 6:11 pm
GitHub: rubenwardy
In-game: rubenwardy

Re: Minetest 5.0.0 or better then Minetest 5.0.1

Postby Festus1965 » Tue Mar 12, 2019 8:00 pm

so seams waiting for better 5.0.1 ? for those still on 0.4.17.1 or similar
Festus1965
Member
 
Posts: 914
Joined: Sun Jan 03, 2016 11:58 am
GitHub: Minetest-One
In-game: Thomas Explorer

Re: Minetest 5.0.0

Postby gigomaf » Wed Mar 13, 2019 7:24 am

When can I expect updated Android version of Minetest? Current client seems to be incompatible. I can't connect.
gigomaf
Member
 
Posts: 25
Joined: Sat Mar 02, 2019 2:57 pm

Re: Minetest 5.0.0

Postby Honeypot » Wed Mar 13, 2019 7:27 am

I don't know if it have been already found or not but in the Android build provided in this forum topic,
the contentdb can't be accessed and on clicking the option 'browse online content' an error occurs instead.Have a look at the part of debug.txt that I am providing below.(on 1st and on 2nd try respectively)
Separator
-------------

2019-03-12 15:33:44: ERROR[Main]: Subgame specified in default_game [minetest] is invalid.
2019-03-12 15:34:30: ERROR[Main]: Main menu error: Runtime error from mod '' in callback handleMainMenuButtons(): ...ted/0/Minetest/builtin/mainmenu/dlg_contentstore.lua:298: attempt to concatenate field 'release' (a nil value)
2019-03-12 15:34:30: ERROR[Main]: stack traceback:
2019-03-12 15:34:30: ERROR[Main]: ...ted/0/Minetest/builtin/mainmenu/dlg_contentstore.lua:298: in function 'load'
2019-03-12 15:34:30: ERROR[Main]: ...ted/0/Minetest/builtin/mainmenu/dlg_contentstore.lua:596: in function 'create_store_dlg'
2019-03-12 15:34:30: ERROR[Main]: ...emulated/0/Minetest/builtin/mainmenu/tab_content.lua:158: in function <...emulated/0/Minetest/builtin/mainmenu/tab_content.lua:145>
2019-03-12 15:34:30: ERROR[Main]: (tail call): ?
2019-03-12 15:34:30: ERROR[Main]: /storage/emulated/0/Minetest/builtin/fstk/ui.lua:148: in function 'handle_buttons'
2019-03-12 15:34:30: ERROR[Main]: /storage/emulated/0/Minetest/builtin/fstk/ui.lua:192: in function </storage/emulated/0/Minetest/builtin/fstk/ui.lua:178>


-------------
Separator
-------------

2019-03-12 15:35:48: ERROR[Main]: Main menu error: Runtime error from mod '' in callback handleMainMenuButtons(): ...ted/0/Minetest/builtin/mainmenu/dlg_contentstore.lua:298: attempt to concatenate field 'release' (a nil value)
2019-03-12 15:35:48: ERROR[Main]: stack traceback:
2019-03-12 15:35:48: ERROR[Main]: ...ted/0/Minetest/builtin/mainmenu/dlg_contentstore.lua:298: in function 'load'
2019-03-12 15:35:48: ERROR[Main]: ...ted/0/Minetest/builtin/mainmenu/dlg_contentstore.lua:596: in function 'create_store_dlg'
2019-03-12 15:35:48: ERROR[Main]: ...emulated/0/Minetest/builtin/mainmenu/tab_content.lua:158: in function <...emulated/0/Minetest/builtin/mainmenu/tab_content.lua:145>
2019-03-12 15:35:48: ERROR[Main]: (tail call): ?
2019-03-12 15:35:48: ERROR[Main]: /storage/emulated/0/Minetest/builtin/fstk/ui.lua:148: in function 'handle_buttons'
2019-03-12 15:35:48: ERROR[Main]: /storage/emulated/0/Minetest/builtin/fstk/ui.lua:192: in function </storage/emulated/0/Minetest/builtin/fstk/ui.lua:178>


Edit1: Just now I tried the contentdb again and its running ok this time, I don't know why.
Honeypot
Member
 
Posts: 11
Joined: Sat Mar 02, 2019 10:58 am
In-game: Crackpot

Re: Minetest 5.0.0

Postby gigomaf » Wed Mar 13, 2019 7:55 am

I get this message.
https://ibb.co/ckJYggr
gigomaf
Member
 
Posts: 25
Joined: Sat Mar 02, 2019 2:57 pm

Re: Minetest 5.0.0

Postby Punk » Wed Mar 13, 2019 11:23 am

Honeypot, I had the same error, in the Ubuntu:

viewtopic.php?f=6&t=22338

Code: Select all
2019-03-12 12:58:05: ERROR[Main]: Main menu error: Runtime error from mod '' in callback handleMainMenuButtons(): /usr/share/minetest/builtin/mainmenu/dlg_contentstore.lua:298: attempt to concatenate field 'release' (a nil value)
2019-03-12 12:58:05: ERROR[Main]: stack traceback:
2019-03-12 12:58:05: ERROR[Main]:    /usr/share/minetest/builtin/mainmenu/dlg_contentstore.lua:298: in function 'load'
2019-03-12 12:58:05: ERROR[Main]:    /usr/share/minetest/builtin/mainmenu/dlg_contentstore.lua:596: in function 'create_store_dlg'
2019-03-12 12:58:05: ERROR[Main]:    /usr/share/minetest/builtin/mainmenu/tab_content.lua:158: in function 'handle_buttons'
2019-03-12 12:58:05: ERROR[Main]:    /usr/share/minetest/builtin/fstk/ui.lua:148: in function 'handle_buttons'
2019-03-12 12:58:05: ERROR[Main]:    /usr/share/minetest/builtin/fstk/ui.lua:192: in function </usr/share/minetest/builtin/fstk/ui.lua:178>


I resolved it removing all mods.
Punk
Member
 
Posts: 163
Joined: Sun Dec 25, 2016 6:52 am



Return to News



Who is online

Users browsing this forum: Bing Bot [Bot] and 0 guests