minetest-menu/README.md
2025-07-11 02:56:03 +00:00

16 lines
No EOL
767 B
Markdown

This is a work-in-progress replacement main menu for Minetest.
To try the menu yourself, download the mainmenu folder, then set your main_menu_script setting in minetest.conf to point to `init.lua`. Minetest will then use the custom menu instead of the builtin one. Also change the `assets` variable in `init.lua` to point to wherever you downloaded the folder to, so that textures will work.
## Screenshots
<div align="center">
<p>Main menu:</p>
<img src="images/mtmenu.png" width="50%">
<p>Server list:</p>
<img src="images/mtmenu_servers.png" width="50%">
<p>Content page:</p>
<img src="images/mtmenu-content.png" width="50%">
<p>Default game menu:</p>
<img src="images/Screenshot%202025-07-10%20at%2010.51.45%E2%80%AFPM.png" width="50%">
</div>