[Textures] Minetest-Menu Custom Design

User avatar
jp
Member
 
Posts: 705
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith

[Textures] Minetest-Menu Custom Design

by jp » Wed Nov 12, 2014 22:54

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
Last edited by jp on Thu Nov 13, 2014 14:38, edited 4 times in total.
 

User avatar
philipbenr
Member
 
Posts: 1665
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: WisdomFire or philipbenr

Re: [Textures] Minetest-Menu Custom Design

by philipbenr » Wed Nov 12, 2014 23:52

+1

Awesome work jp!! I love these
 

User avatar
Casimir
Member
 
Posts: 1101
Joined: Fri Aug 03, 2012 16:59

Re: [Textures] Minetest-Menu Custom Design

by Casimir » Thu Nov 13, 2014 07:15

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.
 

User avatar
ExeterDad
Member
 
Posts: 1121
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad

Re: [Textures] Minetest-Menu Custom Design

by ExeterDad » Thu Nov 13, 2014 12:34

The Letters Gameland header is very nice :)
٩(̾●̮̮̃̾•̃̾)۶

Kibbie and I have a beautiful public server now! HOMETOWN
 

User avatar
lipki
Member
 
Posts: 41
Joined: Mon May 19, 2014 22:57
GitHub: lipki
IRC: likpi
In-game: lipki

Re: [Textures] Minetest-Menu Custom Design

by lipki » Thu Nov 20, 2014 08:10

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
 

User avatar
jp
Member
 
Posts: 705
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith

Re: [Textures] Minetest-Menu Custom Design

by jp » Thu Nov 20, 2014 08:23

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.
 

User avatar
lipki
Member
 
Posts: 41
Joined: Mon May 19, 2014 22:57
GitHub: lipki
IRC: likpi
In-game: lipki

Re: [Textures] Minetest-Menu Custom Design

by lipki » Sat Nov 22, 2014 12:44

:/

edit : ok I succeeded to compile 0.4.10
 

User avatar
philipbenr
Member
 
Posts: 1665
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: WisdomFire or philipbenr

Re: [Textures] Minetest-Menu Custom Design

by philipbenr » Sat Nov 22, 2014 22:04

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.
 

User avatar
jp
Member
 
Posts: 705
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith

Re: [Textures] Minetest-Menu Custom Design

by jp » Sat Nov 22, 2014 22:38

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.
 


Return to Minetest Texture Packs

Who is online

Users browsing this forum: No registered users and 46 guests

cron