[Textures] Minetest-Menu Custom Design

Post Reply
User avatar
jp
Banned
Posts: 947
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith
Location: France

[Textures] Minetest-Menu Custom Design

by jp » Post

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: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

Re: [Textures] Minetest-Menu Custom Design

by philipbenr » Post

+1

Awesome work jp!! I love these

User avatar
Casimir
Member
Posts: 1206
Joined: Fri Aug 03, 2012 16:59
GitHub: CasimirKaPazi

Re: [Textures] Minetest-Menu Custom Design

by Casimir » Post

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: 1717
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad
Location: New Hampshire U.S.A

Re: [Textures] Minetest-Menu Custom Design

by ExeterDad » Post

The Letters Gameland header is very nice :)

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

Re: [Textures] Minetest-Menu Custom Design

by lipki » Post

I used ... my game will not launch again.

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
Banned
Posts: 947
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith
Location: France

Re: [Textures] Minetest-Menu Custom Design

by jp » Post

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: 44
Joined: Mon May 19, 2014 22:57
GitHub: lipki
IRC: likpi
In-game: lipki

Re: [Textures] Minetest-Menu Custom Design

by lipki » Post

:/

edit : ok I succeeded to compile 0.4.10

User avatar
philipbenr
Member
Posts: 1897
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: robinspi
Location: United States

Re: [Textures] Minetest-Menu Custom Design

by philipbenr » Post

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
Banned
Posts: 947
Joined: Wed Dec 18, 2013 09:03
GitHub: kilbith
Location: France

Re: [Textures] Minetest-Menu Custom Design

by jp » Post

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.

User avatar
azekill_DIABLO
Member
Posts: 7507
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO
Location: OMICRON
Contact:

Re: [Textures] Minetest-Menu Custom Design

by azekill_DIABLO » Post

can someone show me the lua file? i can't download it :(
Gone, but not dead. Contact me on discord: azekill_DIABLO#6565
DMs are always open if you want to get in touch!

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: [Textures] Minetest-Menu Custom Design

by ManElevation » Post

azekill_DIABLO wrote:can someone show me the lua file? i can't download it :(
i have the same problem...
My Public Mods! Discord: Rottweiler Games#3368

Enrikoo
Member
Posts: 452
Joined: Thu Nov 16, 2017 18:18
GitHub: Enrikoo
IRC: Enrico - Enricoo - Enrlco
In-game: Enrico - Enriko
Location: Germany
Contact:

Re: [Textures] Minetest-Menu Custom Design

by Enrikoo » Post

Is this Texture Pack for 0.4.10(-dev) ?

sofar
Developer
Posts: 2146
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: [Textures] Minetest-Menu Custom Design

by sofar » Post

Images fail to load. Please use imgur.com instead or upload directly to the forum.

Ruto
Member
Posts: 29
Joined: Thu Sep 07, 2017 15:35
IRC: Ruto
In-game: Ruto

Re: [Textures] Minetest-Menu Custom Design

by Ruto » Post

Can't download the mod :(

User avatar
QwertyHi
Member
Posts: 36
Joined: Wed Aug 01, 2018 06:49
GitHub: QwertyHi
In-game: HeyQwertyHey QwertyHi noob_hey

Re: [Textures] Minetest-Menu Custom Design

by QwertyHi » Post

Download link doesn't work!
Don't say me about my bad English, I know it.

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: [Textures] Minetest-Menu Custom Design

by ManElevation » Post

sofar wrote:Images fail to load. Please use imgur.com instead or upload directly to the forum.
yes please
My Public Mods! Discord: Rottweiler Games#3368

ZAAo
Member
Posts: 47
Joined: Tue Jul 27, 2021 16:15

Re: [Textures] Minetest-Menu Custom Design

by ZAAo » Post

jp wrote:
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
Hi jp, do you still have those custom menu theme files? I would like to use the dark theme style for my game - especially when playing at night, reduce the harsh, bright background efffect on my eyes :) I would gladly create my own dark theme for the mainmenu, but have no idea what the filenames need to be or how to define colours... can you (or anyone else) help with this info?

Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests