Page 1 of 1

Help! How do I set the.....

PostPosted: Sat Dec 10, 2016 21:20
by Joseph13
how fo I change the full screen resolution? I found out how to change to fulldcreen but it is a tiny window with no border. So where do I change it? I know the resolution of my monitor so thats out of the way.

Re: Help! How do I set the.....

PostPosted: Sat Dec 10, 2016 22:14
by Wuzzy
Add these lines to your minetest.conf (and replace the placeholders, of course):

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
screenW = <Your screen width>
screenH = <Your screen height>


minetest.conf is a text file which you can find in your Minetest installation directory (in Windows) or under $HOME/.minetest (under GNU/Linux or Mac OS).

Re: Help! How do I set the.....

PostPosted: Sat Dec 10, 2016 22:46
by Joseph13
thank you! it worked!