How can I make my own custom menu ?
-
- New member
- Posts: 1
- Joined: Sat May 09, 2020 17:11
- GitHub: RedStarUTV
- In-game: RedStarUTV
How can I make my own custom menu ?
Hi Everyone I'm RedStar and I need to know how can I make my own custom menu in minetest , I know that I need to modify the script but I don't know which one and how can I do it :( so If you can guys show me how pls . thx
Re: How can I make my own custom menu ?
A menu for what? A mod / modpack / game? Or you want to change the engine menu? You will definitely want to look in the /doc directory (lua_api.txt, menu_lua_api.txt), and the /builtin/mainmenu directory if you want to customize the... main menu.
- Oil_boi
- Member
- Posts: 139
- Joined: Mon Jan 28, 2019 13:12
- GitHub: oilboi
- IRC: oilboi
- In-game: oilboi
- Contact:
Re: How can I make my own custom menu ?
I would suggest creating a basic formspec mod that the player get's shown when they join the world, ie you. You can do this with a basic:RedStarUTV wrote: ↑Sat May 09, 2020 17:20Hi Everyone I'm RedStar and I need to know how can I make my own custom menu in minetest , I know that I need to modify the script but I don't know which one and how can I do it :( so If you can guys show me how pls . thx
Code: Select all
minetest.register_on_joinplayer(function(player)
minetest.show_formspec(player:get_player_name(), "formname", "formspec")
end)
I like to make mods :D
I also made a patreon!
I also made a patreon!
Who is online
Users browsing this forum: No registered users and 1 guest