Gitlab master should be fine. Today I made a Release 0.2.1, it should work.
I just tried it on 3 machines and it works an all of them (2x with Linux KDE NEON and 1x Windows10).
I'm using Minetest 5.3.0 (from PPA https://launchpad.net/~minetestdevs/+archive/ubuntu/stable).
I once have had some problems with Flatpak, or Snap (not sure) so I moved back to PPA.
What is your version (Minetest/OS)? Do you get any error messages from Minetest?
It may have been an issue with the remote_url settings i had, sorry for that :/
Btw: i get an error message if i disable damage and try to sprint:
2020-11-09 17:52:22: WARNING[Server]: +m tried to use hunger_ng.get_hunger_information() but Hunger NG is disabled because damage is disabled.
2020-11-09 17:52:22: ERROR[Main]: ServerError: AsyncErr: environment_Step: Runtime error from mod '' in callback environment_Step(): ...etest/games/a-planet-alive/mods/player/hbsprint/init.lua:234: attempt to index a nil value
2020-11-09 17:52:22: ERROR[Main]: stack traceback:
2020-11-09 17:52:22: ERROR[Main]: ...etest/games/a-planet-alive/mods/player/hbsprint/init.lua:234: in function 'sprint_step'
2020-11-09 17:52:22: ERROR[Main]: ...etest/games/a-planet-alive/mods/player/hbsprint/init.lua:257: in function <...etest/games/a-planet-alive/mods/player/hbsprint/init.lua:253>
2020-11-09 17:52:22: ERROR[Main]: /home/thomas/git/minetest/bin/../builtin/game/register.lua:435: in function </home/thomas/git/minetest/bin/../builtin/game/register.lua:419>
2020-11-09 17:52:22: ERROR[Main]: stack traceback:
2020-11-09 17:52:22: WARNING[Server]: +m tried to use hunger_ng.get_hunger_information() but Hunger NG is disabled because damage is disabled.
This looks very promising but i had some issues running the game: It is somehow stuck at the loading screen with 60% and won't progress anymore :/
I tested it with the latest/master from gitlab if that makes a difference...
Hi,
Gitlab master should be fine. Today I made a Release 0.2.1, it should work.
I just tried it on 3 machines and it works an all of them (2x with Linux KDE NEON and 1x Windows10). I'm using Minetest 5.3.0 (from PPA https://launchpad.net/~minetestdevs/+archive/ubuntu/stable). I once have had some problems with Flatpak, or Snap (not sure) so I moved back to PPA.
What is your version (Minetest/OS)? Do you get any error messages from Minetest?
Hmm, looks like it is working again \o/
It may have been an issue with the remote_url settings i had, sorry for that :/
Btw: i get an error message if i disable damage and try to sprint:
Thanx for info. Its a bug in hbsprint. Try the latest git master, it should work.
Looks good, thanks :)