Page 1 of 1

Modstore is blank

PostPosted: Fri Jun 13, 2014 21:19
by Nathan
I have Linux and I am running minetest 0.4.9.
Everytime I go to load the modstore it is just blank. This is kind of annoying becuase I am now unable to apply mods. However the game seems to run perfectly fine otherwise.

In the meantime is there a way to install a mod without going through the modstore?

Re: Modstore is blank

PostPosted: Sat Jun 14, 2014 01:51
by Vazon
Im confused, what are you talking about?? last I checked there is not a mod store, all mods must be installed manually.

Re: Modstore is blank

PostPosted: Sat Jun 14, 2014 03:39
by cheapie
Vazon wrote:Im confused, what are you talking about?? last I checked there is not a mod store, all mods must be installed manually.

I think he's talking about the "Online mod repository" button in the "Mods" tab of the menu. It appears fine for me.

Re: Modstore is blank

PostPosted: Sat Jun 14, 2014 09:34
by sfan5
Nathan wrote:I have Linux and I am running minetest 0.4.9.
Everytime I go to load the modstore it is just blank. This is kind of annoying becuase I am now unable to apply mods. However the game seems to run perfectly fine otherwise.

This is a known bug, we'll fix this soon.

Nathan wrote:In the meantime is there a way to install a mod without going through the modstore?

You can download mods on the forum, most mods are only on the forums anyway.

For help with installing, see this: http://wiki.minetest.net/Installing_mods

Re: Modstore is blank

PostPosted: Sat Jun 14, 2014 09:42
by Morn76
Nathan wrote:In the meantime is there a way to install a mod without going through the modstore?


There are several ways to do this, e.g. with MT-GitSync, at least for mods that are on GitHub. But most of them are.

Re: Modstore is blank

PostPosted: Sat Jun 14, 2014 19:07
by rubenwardy
Morn76 wrote:
Nathan wrote:In the meantime is there a way to install a mod without going through the modstore?


There are several ways to do this, e.g. with MT-GitSync, at least for mods that are on GitHub. But most of them are.


Self promotion there. It is much easier to just get from the forum.

Re: Modstore is blank

PostPosted: Sat Jun 14, 2014 19:52
by cheapie
rubenwardy wrote:
Morn76 wrote:
Nathan wrote:In the meantime is there a way to install a mod without going through the modstore?


There are several ways to do this, e.g. with MT-GitSync, at least for mods that are on GitHub. But most of them are.


Self promotion there. It is much easier to just get from the forum.


It's even easier than that to just clone everything into an "mt" folder and write a shell script (like this one) that goes through each repo and pulls it.

Re: Modstore is blank

PostPosted: Sun Jun 15, 2014 09:38
by Morn76
rubenwardy wrote:Self promotion there. It is much easier to just get from the forum.


Apples and oranges. MT-GitSync is not just for getting a mod once, but also for keeping it updated automatically.

cheapie wrote:It's even easier than that to just clone everything into an "mt" folder and write a shell script (like this one) that goes through each repo and pulls it.


I think many people (especially beginners) find GUI programs easier to handle than writing shell scripts. And not everyone uses Linux.

Re: Modstore is blank

PostPosted: Mon Jun 16, 2014 05:02
by cheapie
Morn76 wrote:And not everyone uses Linux.


I never said it had to be that particular script.

Re: Modstore is blank

PostPosted: Mon Jun 16, 2014 09:57
by Morn76
cheapie wrote:I never said it had to be that particular script.


No, but you wrote shell script which strongly suggests a script for e.g. Linux or OS X. The Windows equivalent is still called batch files I think.

Re: Modstore is blank

PostPosted: Mon Jun 16, 2014 10:56
by Krock
Possible reason: http://irc.minetest.ru/minetest-dev/201 ... #i_3764867

Morn76 wrote:
cheapie wrote:I never said it had to be that particular script.


No, but you wrote shell script which strongly suggests a script for e.g. Linux or OS X. The Windows equivalent is still called batch files I think.

Yes, batch. Like a robot which types in commands into the cmd-window.