Page 1 of 1

How to "FULLSCREEN"?

PostPosted: Fri Mar 08, 2013 20:15
by hivemindme
Hi! How do I make the game was not in windowed mode and fullstsrean? In many other games it makes the combination of alt + enter but in Minetest it does not work.

PostPosted: Fri Mar 08, 2013 20:22
by PilzAdam
Add this to minetest.conf:
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
fullscreen = true

PostPosted: Fri Mar 08, 2013 20:26
by hivemindme
I have the following settings:
# screenW = 1920
# screenH = 1080
# fullscreen = true

But when I go to the game then it is all the same in windowed mode. How do I fix this?

PostPosted: Fri Mar 08, 2013 20:29
by Shoggoth
hivemindme wrote:I have the following settings:
# screenW = 1920
# screenH = 1080
# fullscreen = true

Did you remove the # ?

The # are usually used for comments.

PostPosted: Fri Mar 08, 2013 20:31
by hivemindme
Shoggoth wrote:
hivemindme wrote:I have the following settings:
# screenW = 1920
# screenH = 1080
# fullscreen = true

Did you remove the # ?

The # are usually used for comments.

Ohh... Thanks! Now all works :)

PostPosted: Fri Mar 08, 2013 20:32
by Shoggoth
Glad to hear that...have fun (;