Page 1 of 1

Creative mode for singleplayer

PostPosted: Sat Mar 22, 2014 00:33
by Micro_Steve
Is there any way to enable fly mode for creative purposes only. I just finished a 3 story house and it was a royal pain scaffolding the house. I realize this is probably a minor gripe but it would encourage others as well to build bigger and larger projects.

Yes I am also a Minecraft player and this is truly an asset for builds.

PostPosted: Sat Mar 22, 2014 00:39
by twoelk
type
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
in chat to be god

PostPosted: Sat Mar 22, 2014 00:46
by Micro_Steve
twoelk wrote:type
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
in chat to be god


Thanks. Only one small problem..lol How do I get down!

No worries. Found it! Thanks for the help!

PostPosted: Sat Mar 22, 2014 00:59
by John1
Micro_Steve wrote:Thanks. Only one small problem..lol How do I get down!


shift key

PostPosted: Sat Mar 22, 2014 01:00
by Micro_Steve
John1 wrote:
Micro_Steve wrote:Thanks. Only one small problem..lol How do I get down!


shift key


Shift key wasn't working for me. It was the "I" key.

PostPosted: Sat Mar 22, 2014 01:14
by John1
Micro_Steve wrote:Shift key wasn't working for me. It was the "I" key.


The default is shift to go down and "I" to bring up inventory. The settings must have been changed.

PostPosted: Sat Mar 22, 2014 01:23
by twoelk
I have my Inventory open with the E key, sound familiar?
and have mapped the "special1" previously E to F for fast.
Less finger acrobatic for me that way.

PostPosted: Sat Mar 22, 2014 01:49
by onpon4
Probably you checked the "'Use' = climb down" checkbox. The "use" key is E by default, so either it switched it to I for you when you made E the inventory key, or you did so without thinking about it.

What version of Minetest do you have, by the way? I'm not sure what "special1" is, the menu doesn't call anything that in 0.4.9.

PostPosted: Sat Mar 22, 2014 01:59
by twoelk
default key of "special1" is the key "E" = "use"
minetest.conf.example wrote:
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
...
#keymap_inventory = KEY_KEY_I
# Go down ladder / go down in fly mode / go fast in fast mode
#keymap_special1 = KEY_KEY_E
#keymap_chat = KEY_KEY_T
#keymap_cmd = /
#keyman_console = KEY_F10
#keymap_rangeselect = KEY_KEY_R
#keymap_freemove = KEY_KEY_K
#keymap_fastmove = KEY_KEY_J
#keymap_screenshot = KEY_F12
# If true, keymap_special1 instead of keymap_sneak is used for climbing down and descending
#aux1_descends = false
...