Page 1 of 1

[Web Service] Minetest customizer [Abandoned]

PostPosted: Sat Apr 13, 2013 19:53
by Jeija
The Minetest customizer lets you customize your own minetest version with mods and texture packs (executable for M$ Windows)

Image
Image

After selecting the mods you want and the Texture Pack, click "Generate Minetest" to let the server do all the work for you.
More mods will be added as soon as possible and hopefully integrated with rubenwardy's Minetest Extensions site (yet missing some API stuff).

The customizer also supports dependencies as well as texture packs.
Source code (PHP/HTML/JS) will also be published some time later.

Mind that the target group are the M$ Windows... newbies that don't know how to install mods, not advanced users!
Some of them give up on minetest because they don't see enough content in the default game.

No URL, project is abandoned
Non-working version here
(Currently only one person at the time can use it)

What do you think about the idea of having such a customizer? Should it be presented as a Download option for minetest?

PostPosted: Sat Apr 13, 2013 21:04
by jojoa1997
does this compile the dev version from github?
Edit: I just tested this and you have mad my day. This is a compiler and i just got dev version of minetest. Now i dont know if it has all the perks PilzAdam's builds do but i can at least test this. Does this work with every OS?

PostPosted: Sat Apr 13, 2013 22:25
by Sokomine
Great idea! The only problem I see is that new users *don't* know what all these options are really good for.

PostPosted: Sat Apr 13, 2013 22:29
by PilzAdam
You can browse the whole forum in the preview of WorldEdit and mobf, nice proxy!

PostPosted: Sun Apr 14, 2013 05:29
by Jeija
mobf has a bug indeed, but that is something sapier should fix...
The latest dev version is the one compiled by sfan5, compilation on that server would take ~20 minutes.
sfan5's packaging format for the dev version was easier to handle for the customizer, he helped me creating that. The new version is compiled at least 1 time per day as far as I know, and automatically fetched by the customizer.

Btw. the rules for the packaging format of mods are the following:
  • It is possible to directly git clone your mod into the mods folder and it works
  • It is possible to download a zip file and extract it into the mods folder. It contains a subdirectory which has either the correct name of your mod or contains a modpack.txt

PilzAdam wrote:nice proxy!

I have to disappoint you ;). The server doesn't download these pages, I use AJAX for it.

PostPosted: Sun Apr 14, 2013 06:15
by sfan5
Jeija wrote:mobf has a bug indeed, but that is something sapier should fix...
The latest dev version is the one compiled by sfan5, compilation on that server would take ~20 minutes.
sfan5's packaging format for the dev version was easier to handle for the customizer, he helped me creating that. The new version is compiled at least 1 time per day as far as I know, and automatically fetched by the customizer.

My build is compiled from fresh minetest, minetest_game, survival, build and common at 12:00 and 24:00 MSK
Jeija wrote:Btw. the rules for the packaging format of mods are the following:
  • It is possible to directly git clone your mod into the mods folder and it works
  • It is possible to download a zip file and extract it into the mods folder. It contains a subdirectory which has either the correct name of your mod or contains a modpack.txt


Nuke Mod: http://forum.minetest.net/viewtopic.php?id=638
Oil Mod: http://forum.minetest.net/viewtopic.php?id=962

PostPosted: Sun Apr 14, 2013 08:57
by issa
Very cool clan use et on my own minetest dériver please

PostPosted: Sun Apr 14, 2013 10:09
by PilzAdam
Jeija wrote:Btw. the rules for the packaging format of mods are the following:
  • It is possible to directly git clone your mod into the mods folder and it works
  • It is possible to download a zip file and extract it into the mods folder. It contains a subdirectory which has either the correct name of your mod or contains a modpack.txt

Do you really clone the repo? Then all my mods (except tnt) should work.

PostPosted: Sun Apr 14, 2013 10:54
by Jeija
Yep, I git clone the repos. I'd like to add in your mods, but I'd prefer to make it use the Mod Extensions forum before to not create two databases about the same thing.

PostPosted: Sun Apr 14, 2013 13:43
by rubenwardy
Looking good!

I was thinking about doing something like this.

Re: [Web Service] Minetest customizer

PostPosted: Wed May 21, 2014 13:39
by MagicFab
What happened to this? It seems down at the moment - blank page.

Re: [Web Service] Minetest customizer

PostPosted: Wed May 21, 2014 15:14
by Jeija
Noone used it, few support and I was missing new Windows builds. Now that minetest has this ingame Modstore, I don't feel like this is still necessary. I abandoned the project for now, but you can have the code if you want to continue it.