Page 1 of 1

Quick hack to get minetest on osx...

PostPosted: Mon Dec 09, 2013 04:14
by tux_peng
0.4.8 using WINE

https://copy.com/ZoOpYFS9HKWshq8R
(to update, just replace ./drive_c/Program Files/minetest with a newer version)

PostPosted: Mon Dec 09, 2013 08:37
by minermoder27
Very nice work

PostPosted: Mon Dec 09, 2013 18:21
by minermoder27
Oh, how do you fullscreen it? and can I make the windowbar visible?

PostPosted: Mon Dec 09, 2013 18:44
by tux_peng
I don't know if you can do more than press the green button (im not at my mac now, I play mainly on Arch Linux anyway). A native port would be better, but I couldn't get it0 to compile

PostPosted: Tue Dec 10, 2013 18:17
by minermoder27
On my mac, the window bar is not visible?!?

Image

PostPosted: Tue Dec 10, 2013 18:18
by minermoder27
Oh, I might just play on linux/windows or use default WINE.

Anyway, nice work

PostPosted: Thu Dec 12, 2013 00:53
by tux_peng
for fullscreen, you have to set the res in minetest.conf to that of your monitor
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 = 1280
screenH = 800
fullscreen = true


Or if you set
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 = false

you should see the window frame
Image

PostPosted: Sun Dec 22, 2013 02:03
by minermoder27
Thanks