Page 1 of 1

advanced beginners guide?

PostPosted: Thu Sep 24, 2015 21:23
by cessna151
I'm new to minetest but i've enjoyed modding other games for years. I've searched the forums and learned a little about the .conf file and that there are in game / commands. (i know about the example .conf and i have a feeling that is just the beginning). I have yet to try a / command since i haven't really figured out how to use them yet.

I'm sure there's much more that i don't know about yet. Is there somewhere that explains or lists all this stuff?

Thanks

EDIT: Advanced Beginners Guide published! :-)

Re: advanced beginners guide?

PostPosted: Thu Sep 24, 2015 21:38
by AnxiousInfusion
Modding? Rubenwardy has written a pretty extensive guide:

http://rubenwardy.com/minetest_modding_book/index.html

Re: advanced beginners guide?

PostPosted: Thu Sep 24, 2015 21:39
by Amaz
If you want to start modding Minetest, I suggest looking at this for a start: http://rubenwardy.com/minetest_modding_book/ (And someone beat me to recommending this!!!)

This is a good resource about all of the api functions: https://github.com/minetest/minetest/bl ... ua_api.txt
The dev wiki (http://dev.minetest.net/Main_Page) explains these in more depth sometimes.

Welcome to the community!

Re: advanced beginners guide?

PostPosted: Thu Sep 24, 2015 23:01
by cessna151
I've looked over those links and although i'm sure they'll be handy when i begin to create mods in a few days, right now i'm trying to learn the basics of messing with the basic game.

For example:

1. Is there a list of / commands? I've tried /help, all i have figured out so far is /sethome and /home
2. Is the list in .conf.example a complete list? If not is there a complete list?
3. What about privileges? How do i enable fast mode and fly mode privilege. Are there other privileges?

Re: advanced beginners guide?

PostPosted: Thu Sep 24, 2015 23:31
by rubenwardy
1. /help lists them all. Use /help cmd_name to then get a description on how to use the commands
2. minetest.conf.example is complete for the Minetest engine. The Minetest Game, which contains all the items (blocks, tools, craftitems) has its own minetest.conf.example in games/minetest_game/minetest.conf.example
3. Use /grant singleplayer all to give yourself all privs, including fly and fast. Then do /privs to see what privs are available.

Re: advanced beginners guide?

PostPosted: Fri Sep 25, 2015 02:34
by Don
Here is a link for server commands.

http://wiki.minetest.com/wiki/Server_commands

The wiki has lots of useful information.

Re: advanced beginners guide?

PostPosted: Sun Oct 18, 2015 19:58
by cessna151

Re: advanced beginners guide?

PostPosted: Sun Oct 18, 2015 22:10
by Don
cessna151 wrote:Advanced Beginners Guide published! :-)

Looks nice.