Page 1 of 1

Problem to fly / a clean map

PostPosted: Thu Feb 20, 2014 15:57
by alkanra_
Hi everyone,
i need your help for two problem i have with the game :
first, i have a problem to fly, on the 0.4.9, when i push on the flying key, the console say : "Not fly privilege".

Second, i wanted a map clean, juste with one block (or more but without island or other) because i want make tutorial on the pixel arts.

Sory for my bad English (i'm french)

And ty for answers :)

PostPosted: Thu Feb 20, 2014 16:01
by Krock
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
/grant singleplayer all

Gives you all privs.
Competed.

To your flat map, simply edit the "minetest.conf" file.
First, close minetest.
Then, set the following value (or add it, when not exists):
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
mg_flags = flat

After this, create a new world and Oh-wow! it's - flat!

PostPosted: Thu Feb 20, 2014 16:10
by alkanra_
Sory but i don't find the file "minetest.conf".
Can you say where is this file ?

PostPosted: Thu Feb 20, 2014 16:20
by hoodedice
Welcome to Minetest forums!

On windows, your minetest.conf is in your minetest root folder, or the folder which is one folder up the bin folder.

Keep minetest closed while you are editing it

PostPosted: Thu Feb 20, 2014 16:25
by alkanra_
Sory i'm on Linux ^^. On the first minetest's folder i've :"minetest.conf.example" but it isn't ok .. :(

But ty for fly :)

PostPosted: Thu Feb 20, 2014 16:33
by Morn76
On Linux, minetest.conf is in the hidden ".minetest" directory in your home directory. So you get there with "cd ~/.minetest" in a terminal. In Dolphin or other graphical file managers you normally have to type in the directory because all files starting with a "." are normally hidden under Linux.

PostPosted: Thu Feb 20, 2014 16:41
by Novacain
btw, ctrl+h shows hidden files in linux

PostPosted: Thu Feb 20, 2014 16:42
by alkanra_
Ty for your help

PostPosted: Thu Feb 20, 2014 17:10
by Evergreen
Novacain wrote:btw, ctrl+h shows hidden files in linux
Also, ls -a in the terminal.

PostPosted: Thu Feb 20, 2014 19:03
by BrandonReese
Novacain wrote:btw, ctrl+h shows hidden files in linux


In Dolphin and Konqueror file managers it is alt+.

PostPosted: Thu Feb 20, 2014 19:46
by twoelk
For an absolutly clean map with nothing in it but you, you may want to try the "mapgen" called "singlenode".

I suggest that you start such a map in creative mode because you may be surprised that "nothing" does indeed mean nothing as in nothing there but you. As you fall you can press F5 to watch the numbers change and watch the nyancats fly by. You can enter "/grant singleplayer all", start flying and add some blocks to the next best nyancat for a start.

Or if you have the "WorldEdit" mod installed you can place some blocks at any position of your choice or import a minetest schematics file or do what ever you like.