Page 1 of 1

[Textures] Minetest-Menu Custom Design

PostPosted: Wed Nov 12, 2014 22:54
by jp
Here is 2 new styles for the main menu + 4 headers.

License : WTFPL.
> Download

Installation :
- Header image goes to ~/minetest/games/minetest_game/menu
- Lua files goes to ~/minetest/builtin/mainmenu
- Background menu images goes to ~/minetest/textures/base/pack

... or for the Debian/Ubuntu users (with a regular install of Minetest), run the install.sh script ($ sudo bash install.sh in the console) and just answer to the questions :)

Caution : the rendering may not be displayed perfectly on some clients.

Style 1 (Dark theme). Full-album : https://mediacru.sh/400d5b8bbcb0

Image


Style 2 (Light theme). Full-album : https://mediacru.sh/60c17d29204e

Image


Image

Re: [Textures] Minetest-Menu Custom Design

PostPosted: Wed Nov 12, 2014 23:52
by philipbenr
+1

Awesome work jp!! I love these

Re: [Textures] Minetest-Menu Custom Design

PostPosted: Thu Nov 13, 2014 07:15
by Casimir
Letters-land looks very good. But all of the headers are better then the current one. Letters-gameland also looks nice, the problem is that with every texture change you would need to update it.

Re: [Textures] Minetest-Menu Custom Design

PostPosted: Thu Nov 13, 2014 12:34
by ExeterDad
The Letters Gameland header is very nice :)

Re: [Textures] Minetest-Menu Custom Design

PostPosted: Thu Nov 20, 2014 08:10
by lipki
I used ... my game will not launch again.

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
09:10:06: ERROR[main]: ========== ERROR FROM LUA ===========
09:10:06: ERROR[main]: Failed to load and run script from
09:10:06: ERROR[main]: /usr/share/minetest/builtin/init.lua:
09:10:06: ERROR[main]: /usr/share/minetest/builtin/mainmenu/tab_settings.lua:113: attempt to call field 'get_video_drivers' (a nil value)
09:10:06: ERROR[main]: stack traceback:
09:10:06: ERROR[main]:    /usr/share/minetest/builtin/mainmenu/tab_settings.lua:113: in function 'get_formspec'
09:10:06: ERROR[main]:    /usr/share/minetest/builtin/fstk/tabview.lua:74: in function 'get_formspec'
09:10:06: ERROR[main]:    /usr/share/minetest/builtin/fstk/ui.lua:72: in function 'update'
09:10:06: ERROR[main]:    /usr/share/minetest/builtin/mainmenu/init.lua:114: in function 'init_globals'
09:10:06: ERROR[main]:    /usr/share/minetest/builtin/mainmenu/init.lua:119: in main chunk
09:10:06: ERROR[main]:    [C]: in function 'dofile'
09:10:06: ERROR[main]:    /usr/share/minetest/builtin/init.lua:30: in main chunk
09:10:06: ERROR[main]: ======= END OF ERROR FROM LUA ========
09:10:06: ERROR[main]: No future without mainmenu

Re: [Textures] Minetest-Menu Custom Design

PostPosted: Thu Nov 20, 2014 08:23
by jp
Are you using MT 0.4.10 ? Have you ran the installation script ?

Try a daily/dev build or re-install MT for rollback those files.

EDIT : Ok, I checked the code. You must install a -dev/git build for try the custom design. The stable release won't works.

Re: [Textures] Minetest-Menu Custom Design

PostPosted: Sat Nov 22, 2014 12:44
by lipki
:/

edit : ok I succeeded to compile 0.4.10

Re: [Textures] Minetest-Menu Custom Design

PostPosted: Sat Nov 22, 2014 22:04
by philipbenr
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
14:03:18: ERROR[main]: MAINMENU ERROR: ...st-0.4.10-64bit\bin\..\builtin\mainmenu\tab_settings.lua:113: attempt to call field 'get_video_drivers' (a nil value)
14:03:18: ERROR[main]: stack traceback:
14:03:18: ERROR[main]:    ...st-0.4.10-64bit\bin\..\builtin\mainmenu\tab_settings.lua:113: in function 'get_formspec'
14:03:18: ERROR[main]:    ...st\minetest-0.4.10-64bit\bin\..\builtin\fstk\tabview.lua:74: in function 'get_formspec'
14:03:18: ERROR[main]:    ...inetest\minetest-0.4.10-64bit\bin\..\builtin\fstk\ui.lua:72: in function 'update'
14:03:18: ERROR[main]:    ...inetest\minetest-0.4.10-64bit\bin\..\builtin\fstk\ui.lua:121: in function 'handle_buttons'
14:03:18: ERROR[main]:    ...inetest\minetest-0.4.10-64bit\bin\..\builtin\fstk\ui.lua:155: in function <...inetest\minetest-0.4.10-64bit\bin\..\builtin\fstk\ui.lua:148>


Using the dark blue theme with 0.4.10-64bit on Windows8.

Re: [Textures] Minetest-Menu Custom Design

PostPosted: Sat Nov 22, 2014 22:38
by jp
Read my post above. Install a daily build from sfan5 or Krock : viewforum.php?f=42

It won't work on a stable release for the moment.